projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c175a4b
)
Update DILexicalBlock doc to mention new fields.
author
Devang Patel
<dpatel@apple.com>
Tue, 8 Mar 2011 16:25:29 +0000
(16:25 +0000)
committer
Devang Patel
<dpatel@apple.com>
Tue, 8 Mar 2011 16:25:29 +0000
(16:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127249
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/SourceLevelDebugging.html
patch
|
blob
|
history
diff --git
a/docs/SourceLevelDebugging.html
b/docs/SourceLevelDebugging.html
index 3f88e2fc39160c9415d312ac5879ec57487d295f..789b8ca64905520624f0ef3f42b27897d0a0d8a8 100644
(file)
--- a/
docs/SourceLevelDebugging.html
+++ b/
docs/SourceLevelDebugging.html
@@
-463,7
+463,9
@@
provide details such as name, type and where the variable is defined.</p>
i32, ;; Tag = 11 + <a href="#LLVMDebugVersion">LLVMDebugVersion</a> (DW_TAG_lexical_block)
metadata,;; Reference to context descriptor
i32, ;; Line number
- i32 ;; Column number
+ i32, ;; Column number
+ metadata,;; Reference to source file
+ i32 ;; Unique ID to identify blocks from a template function
}
</pre>
</div>