projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c39e9
)
Ugh, fix some copy and pasted code that somehow never got compiled or something
author
Chris Lattner
<sabre@nondot.org>
Tue, 6 Jan 2004 23:46:17 +0000
(23:46 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 6 Jan 2004 23:46:17 +0000
(23:46 +0000)
:(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10706
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-db/Commands.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-db/Commands.cpp
b/tools/llvm-db/Commands.cpp
index cd1797cf0b756e8cd5754f4c9ea82a202f45a87c..577e6b9848b8e0c1023c4dd71a14a92134e0df5e 100644
(file)
--- 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!";