diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 23:33:10 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 23:33:10 +0000 |
commit | 1ed834827aab74cc627c3e2e93250eead5d57db5 (patch) | |
tree | 4f5f39e1eff4116d27e799568a8aa21e6686fc7b /docs/SourceLevelDebugging.html | |
parent | 384047f24850af38ac97a1c418a88888783fbc9a (diff) | |
download | external_llvm-1ed834827aab74cc627c3e2e93250eead5d57db5.zip external_llvm-1ed834827aab74cc627c3e2e93250eead5d57db5.tar.gz external_llvm-1ed834827aab74cc627c3e2e93250eead5d57db5.tar.bz2 |
Fix broken internal links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r-- | docs/SourceLevelDebugging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index c10da8e..de8dad4 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -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 |