mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21: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
|
||||
|
||||
// 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…
x
Reference in New Issue
Block a user