[Lldb-commits] [lldb] r196956 - Revert change I didn't mean to check in.
Greg Clayton
gclayton at apple.com
Tue Dec 10 11:44:41 PST 2013
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;
}
More information about the lldb-commits
mailing list