Fix autocompletion for multi-word commands.

<rdar://problem/14183288>

llvm-svn: 196949
This commit is contained in:
Greg Clayton
2013-12-10 19:14:04 +00:00
parent d326252d29
commit 765d2e234c
3 changed files with 20 additions and 12 deletions

View File

@@ -161,7 +161,7 @@ ThreadPlanStepThrough::ShouldStop (Event *event_ptr)
// First, did we hit the backstop breakpoint?
if (HitOurBackstopBreakpoint())
{
SetPlanComplete(true);
SetPlanComplete(false);
return true;
}