[llvm-commits] [llvm] r72579 - /llvm/trunk/docs/SourceLevelDebugging.html

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Fri May 29 10:08:58 PDT 2009


Author: bruno
Date: Fri May 29 12:08:57 2009
New Revision: 72579

URL: http://llvm.org/viewvc/llvm-project?rev=72579&view=rev
Log:
Fix some typos

Modified:
    llvm/trunk/docs/SourceLevelDebugging.html

Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=72579&r1=72578&r2=72579&view=diff

==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Fri May 29 12:08:57 2009
@@ -352,7 +352,7 @@
 
 <p>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_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
 </pre>
 </div>
 





More information about the llvm-commits mailing list