[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

Jim Laskey jlaskey at apple.com
Fri Jan 26 13:23:02 PST 2007



Changes in directory llvm/docs:

SourceLevelDebugging.html updated: 1.26 -> 1.27
---
Log message:

Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
for debugging and exception handling.


---
Diffs of the changes:  (+2 -2)

 SourceLevelDebugging.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.26 llvm/docs/SourceLevelDebugging.html:1.27
--- llvm/docs/SourceLevelDebugging.html:1.26	Thu Nov 30 08:36:22 2006
+++ llvm/docs/SourceLevelDebugging.html	Fri Jan 26 15:22:27 2007
@@ -281,7 +281,7 @@
 numbers.  We recommend using with tags in the range 0x1000 thru 0x2000 (there is
 a defined enum DW_TAG_user_base = 0x1000.)</p>
 
-<p>The fields of debug descriptors used internally by LLVM (MachineDebugInfo)
+<p>The fields of debug descriptors used internally by LLVM (MachineModuleInfo)
 are restricted to only the simple data types <tt>int</tt>, <tt>uint</tt>,
 <tt>bool</tt>, <tt>float</tt>, <tt>double</tt>, <tt>sbyte*</tt> and <tt> { }*
 </tt>.  References to arbitrary values are handled using a <tt> { }* </tt> and a
@@ -1775,7 +1775,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/11/30 14:36:22 $
+  Last modified: $Date: 2007/01/26 21:22:27 $
 </address>
 
 </body>






More information about the llvm-commits mailing list