summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
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
commitfb30b85e7caa86d345c6260e61ed571f4eb8910b (patch)
tree95d766224bb5fcc694e4482e72d285f84c36061e /llvm/docs/SourceLevelDebugging.html
parenta426705cc6c70064d059036f1db0c92715d51cee (diff)
downloadbcm5719-llvm-fb30b85e7caa86d345c6260e61ed571f4eb8910b.tar.gz
bcm5719-llvm-fb30b85e7caa86d345c6260e61ed571f4eb8910b.zip
Update DILexicalBlock doc to mention new fields.
llvm-svn: 127249
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 3f88e2fc391..789b8ca6490 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud