From f8a01a966120a041fe96300271573a8bf5a3e668 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 15 Jun 2006 20:51:43 +0000 Subject: 1. Support standard dwarf format (was bootstrapping in Apple format.) 2. Add vector support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28807 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/SourceLevelDebugging.html') diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 447a659dec..2538aeaa10 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -575,6 +575,7 @@ NULL derived type.

uint, ;; Size in bits uint, ;; Alignment in bits uint, ;; Offset in bits + bool, ;; Is vector flag { }* ;; Reference to array of member descriptors } @@ -590,6 +591,8 @@ are possible tag values;

DW_TAG_union_type = 23 +

The vector flag indicates that an array type is a native packed vector.

+

The members of array types (tag = DW_TAG_array_type) are subrange descriptors, each representing the range of subscripts at that level of indexing.

@@ -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" -- cgit v1.2.3-70-g09d2