forked from OSchip/llvm-project
1 breakpoint is a breakpoint not a breakpoints.
rdar://problem/13536544 llvm-svn: 178367
This commit is contained in:
parent
9c8414f84a
commit
bb03b8f45d
|
@ -1674,7 +1674,7 @@ protected:
|
|||
else
|
||||
{
|
||||
target->RemoveAllBreakpoints ();
|
||||
result.AppendMessageWithFormat ("All breakpoints removed. (%lu breakpoints)\n", num_breakpoints);
|
||||
result.AppendMessageWithFormat ("All breakpoints removed. (%lu %s)\n", num_breakpoints, num_breakpoints > 1 ? "breakpoints" : "breakpoint");
|
||||
}
|
||||
result.SetStatus (eReturnStatusSuccessFinishNoResult);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue