[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Jul 19 12:30:50 PDT 2004
Changes in directory llvm/docs:
SourceLevelDebugging.html updated: 1.7 -> 1.8
---
Log message:
Fix broken link
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.7 llvm/docs/SourceLevelDebugging.html:1.8
--- llvm/docs/SourceLevelDebugging.html:1.7 Thu Jun 3 18:42:24 2004
+++ llvm/docs/SourceLevelDebugging.html Mon Jul 19 14:30:40 2004
@@ -81,8 +81,8 @@
<p>This document is the central repository for all information pertaining to
debug information in LLVM. It describes the <a href="#llvm-db">user
-interface</a> for the <a href="CommandGuide/llvm-db.html"><tt>llvm-db</tt>
-tool</a>, which provides a powerful <a href="#llvm-db">source-level debugger</a>
+interface</a> for the <tt>llvm-db</tt> tool, which provides a
+powerful <a href="#llvm-db">source-level debugger</a>
to users of LLVM-based compilers. It then describes the <a
href="#architecture">various components</a> that make up the debugger and the
libraries which future clients may use. Finally, it describes the <a
@@ -1111,7 +1111,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/03 23:42:24 $
+ Last modified: $Date: 2004/07/19 19:30:40 $
</address>
</body>
More information about the llvm-commits
mailing list