summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-06-15 20:51:43 +0000
committerJim Laskey <jlaskey@mac.com>2006-06-15 20:51:43 +0000
commit19f964e0480d09485e4e0d52f93e70b10eb0a930 (patch)
tree0e9fd046715671810ac871dbe0b6e3c7c6cf07e9 /llvm/docs/SourceLevelDebugging.html
parent3519b877583f478465c424e42d803cfe93fb5e1d (diff)
downloadbcm5719-llvm-19f964e0480d09485e4e0d52f93e70b10eb0a930.tar.gz
bcm5719-llvm-19f964e0480d09485e4e0d52f93e70b10eb0a930.zip
1. Support standard dwarf format (was bootstrapping in Apple format.)
2. Add vector support. llvm-svn: 28807
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 447a659dec0..2538aeaa109 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -575,6 +575,7 @@ NULL derived type.</p>
uint, ;; Size in bits
uint, ;; Alignment in bits
uint, ;; Offset in bits
+ bool, ;; Is vector flag
{ }* ;; Reference to array of member descriptors
}
</pre>
@@ -590,6 +591,8 @@ are possible tag values;</p>
DW_TAG_union_type = 23
</pre>
+<p>The vector flag indicates that an array type is a native packed vector.</p>
+
<p>The members of array types (tag = <tt>DW_TAG_array_type</tt>) are <a
href="#format_subrange">subrange descriptors</a>, each representing the range of
subscripts at that level of indexing.</p>
@@ -1600,7 +1603,8 @@ struct Color {
uint 96,
uint 32,
uint 0,
- { }* null,
+ { }* null,
+ bool false,
{ }* cast ([3 x { }*]* %llvm.dbg.array to { }*) }, section "llvm.metadata"
%str2 = internal constant [6 x sbyte] c"Color\00", section "llvm.metadata"
@@ -1693,6 +1697,7 @@ enum Trees {
uint 32,
uint 0,
{ }* null,
+ bool false,
{ }* cast ([3 x { }*]* %llvm.dbg.array to { }*) }, section "llvm.metadata"
%str1 = internal constant [6 x sbyte] c"Trees\00", section "llvm.metadata"
OpenPOWER on IntegriCloud