commit | d30ed41c139a6ea78d484e2d44a5d6562f547a0a | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Dec 10 19:44:41 2013 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Dec 10 19:44:41 2013 +0000 |
tree | 135ea7dcc2a92b70371506bc639136316812449e | |
parent | f41cf7f10f76704b7037de9a8a7adcc114db1c46 [diff] [blame] |
Revert change I didn't mean to check in. llvm-svn: 196956
diff --git a/lldb/source/Target/ThreadPlanStepThrough.cpp b/lldb/source/Target/ThreadPlanStepThrough.cpp index 37cd03c..18da6cd 100644 --- a/lldb/source/Target/ThreadPlanStepThrough.cpp +++ b/lldb/source/Target/ThreadPlanStepThrough.cpp
@@ -161,7 +161,7 @@ // First, did we hit the backstop breakpoint? if (HitOurBackstopBreakpoint()) { - SetPlanComplete(false); + SetPlanComplete(true); return true; }