summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-03-08 16:25:29 +0000
committerDevang Patel <dpatel@apple.com>2011-03-08 16:25:29 +0000
commit90d81f1dd5a27b7b9bcf81783cdfe5543ab9b60e (patch)
tree16db7ddee38bb62435c83a54fe6322aacfd9302f /docs
parentc175a4bd7eaf595cc298bbe3ab4b36fe0333e409 (diff)
downloadllvm-90d81f1dd5a27b7b9bcf81783cdfe5543ab9b60e.tar.gz
llvm-90d81f1dd5a27b7b9bcf81783cdfe5543ab9b60e.tar.bz2
llvm-90d81f1dd5a27b7b9bcf81783cdfe5543ab9b60e.tar.xz
Update DILexicalBlock doc to mention new fields.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/SourceLevelDebugging.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 3f88e2fc39..789b8ca649 100644
--- 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>