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