summaryrefslogtreecommitdiff
path: root/tools/llvm-db/Commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db/Commands.cpp')
-rw-r--r--tools/llvm-db/Commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/Commands.cpp b/tools/llvm-db/Commands.cpp
index cd1797cf0b..577e6b9848 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!";