From 1ed834827aab74cc627c3e2e93250eead5d57db5 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 3 Jun 2004 23:33:10 +0000 Subject: [PATCH] Fix broken internal links. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13999 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index c10da8e1901..de8dad42233 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -366,13 +366,13 @@ $

When run with no options, just llvm-db, the debugger starts up without a program loaded at all. You must use the file command to load a program, and the set args or run +href="#c_set_args">set args or run commands to specify the arguments for the program.

If you start the debugger with one argument, as llvm-db <program>, the debugger will start up and load in the specified program. You can then optionally specify arguments to the program with the set args or run +href="#c_set_args">set args or run commands.

The third way to start the program is with the --args option. This