mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Fix autocompletion for multi-word commands.
<rdar://problem/14183288> llvm-svn: 196949
This commit is contained in:
@@ -161,7 +161,7 @@ ThreadPlanStepThrough::ShouldStop (Event *event_ptr)
|
||||
// First, did we hit the backstop breakpoint?
|
||||
if (HitOurBackstopBreakpoint())
|
||||
{
|
||||
SetPlanComplete(true);
|
||||
SetPlanComplete(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user