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

Misha Brukman brukman at cs.uiuc.edu
Thu Jun 3 18:37:01 PDT 2004


Changes in directory llvm/docs:

SourceLevelDebugging.html updated: 1.5 -> 1.6

---
Log message:

Fix broken internal links.


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

Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.5 llvm/docs/SourceLevelDebugging.html:1.6
--- llvm/docs/SourceLevelDebugging.html:1.5	Sun May 23 16:07:27 2004
+++ llvm/docs/SourceLevelDebugging.html	Thu Jun  3 18:33:10 2004
@@ -366,13 +366,13 @@
 <p>When run with no options, just <tt>llvm-db</tt>, the debugger starts up
 without a program loaded at all.  You must use the <a
 href="#c_file"><tt>file</tt> command</a> to load a program, and the <a
-href="c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
+href="#c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
 commands to specify the arguments for the program.</p>
 
 <p>If you start the debugger with one argument, as <tt>llvm-db
 <program></tt>, the debugger will start up and load in the specified
 program.  You can then optionally specify arguments to the program with the <a
-href="c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
+href="#c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
 commands.</p>
 
 <p>The third way to start the program is with the <tt>--args</tt> option.  This
@@ -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/05/23 21:07:27 $
+  Last modified: $Date: 2004/06/03 23:33:10 $
 </address>
 
 </body>





More information about the llvm-commits mailing list