[llvm-commits] CVS: llvm-www/releases/1.2/docs/SourceLevelDebugging.html
Tanya Brethour
tbrethou at cs.uiuc.edu
Mon Jun 21 18:52:03 PDT 2004
Changes in directory llvm-www/releases/1.2/docs:
SourceLevelDebugging.html updated: 1.2 -> 1.3
---
Log message:
Fixed broken links to set_args option.
---
Diffs of the changes: (+4 -4)
Index: llvm-www/releases/1.2/docs/SourceLevelDebugging.html
diff -u llvm-www/releases/1.2/docs/SourceLevelDebugging.html:1.2 llvm-www/releases/1.2/docs/SourceLevelDebugging.html:1.3
--- llvm-www/releases/1.2/docs/SourceLevelDebugging.html:1.2 Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/SourceLevelDebugging.html Mon Jun 21 18:44:09 2004
@@ -369,13 +369,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
@@ -440,7 +440,7 @@
<li>show language</li>
<li>set language</li>
<li>show args</li>
-<li>set args [args]</li>
+<li><a name="c_file">set args [args]</a></li>
</ul>
<h2>TODO:</h2>
@@ -1162,7 +1162,7 @@
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2004/03/19 22:04:17 $
+ Last modified: $Date: 2004/06/21 23:44:09 $
</div>
</body>
More information about the llvm-commits
mailing list