Author: gclayton
Date: Tue Dec 10 13:44:41 2013
New Revision: 196956
URL: http://llvm.org/viewvc/llvm-project?rev=196956&view=rev
Log:
Revert change I didn't mean to check in.
Modified:
lldb/trunk/source/Target/ThreadPlanStepThrough.cpp
Modified: lldb/trunk/source/Target/ThreadPlanStepThrough.cpp
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/ThreadPlanStepThrough.cpp?rev=196956&r1=196955&r2=196956&view=diff
==============================================================================
--- lldb/trunk/source/Target/ThreadPlanStepThrough.cpp (original)
+++ lldb/trunk/source/Target/ThreadPlanStepThrough.cpp Tue Dec 10 13:44:41 2013
@@ -161,7 +161,7 @@ ThreadPlanStepThrough::ShouldStop (Event
// First, did we hit the backstop breakpoint?
if (HitOurBackstopBreakpoint())
{
- SetPlanComplete(false);
+ SetPlanComplete(true);
return true;
}
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits