mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 16:56:39 +00:00
Fix broken internal links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13999 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
384047f248
commit
1ed834827a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user