mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
Ugh, fix some copy and pasted code that somehow never got compiled or something
:( llvm-svn: 10706
This commit is contained in:
parent
ac49a51bac
commit
26d7d42141
@ -483,7 +483,7 @@ void CLIDebugger::breakCommand(std::string &Options) {
|
|||||||
Options = Option + Options; // reconstruct string
|
Options = Option + Options; // reconstruct string
|
||||||
|
|
||||||
// Parse the line specifier.
|
// Parse the line specifier.
|
||||||
parseLineSpec(FirstLineSpec, File, LineNo);
|
parseLineSpec(Options, File, LineNo);
|
||||||
} else {
|
} else {
|
||||||
// Build a line specifier for the current stack frame.
|
// Build a line specifier for the current stack frame.
|
||||||
throw "FIXME: breaking at the current location is not implemented yet!";
|
throw "FIXME: breaking at the current location is not implemented yet!";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user