forked from OSchip/llvm-project
Ugh, fix some copy and pasted code that somehow never got compiled or something
:( llvm-svn: 10706
This commit is contained in:
parent
96e9a91f55
commit
bd2977be1a
|
@ -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!";
|
||||
|
|
Loading…
Reference in New Issue