diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-db/Commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/Commands.cpp b/tools/llvm-db/Commands.cpp index cd1797c..577e6b9 100644 --- a/tools/llvm-db/Commands.cpp +++ b/tools/llvm-db/Commands.cpp @@ -483,7 +483,7 @@ void CLIDebugger::breakCommand(std::string &Options) { Options = Option + Options; // reconstruct string // Parse the line specifier. - parseLineSpec(FirstLineSpec, File, LineNo); + parseLineSpec(Options, File, LineNo); } else { // Build a line specifier for the current stack frame. throw "FIXME: breaking at the current location is not implemented yet!"; |