From d80ddc0b644a48873a42b56134ae0a5b43eae711 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Fri, 29 May 2009 17:08:57 +0000 Subject: Fix some typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72579 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/SourceLevelDebugging.html') diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 190d729f5d..0b6ed477e0 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -352,7 +352,7 @@ height="369">

One important aspect of the LLVM debug representation is that it allows the LLVM debugger to efficiently index all of the global objects without having - the scan the program. To do this, all of the global objects use "anchor" + to scan the program. To do this, all of the global objects use "anchor" descriptors with designated names. All of the global objects of a particular type (e.g., compile units) contain a pointer to the anchor. This pointer allows a debugger to use def-use chains to find all global objects of that @@ -672,8 +672,8 @@ DW_TAG_enumeration_type = 4 DW_TAG_structure_type = 19 DW_TAG_union_type = 23 DW_TAG_vector_type = 259 -DW_TAG_subroutine_type = 46 -DW_TAG_inheritance = 26 +DW_TAG_subroutine_type = 21 +DW_TAG_inheritance = 28 -- cgit v1.2.3