mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where
hitting auto-continue signals while running a thread plan would cause us to lose control of the debug session. <rdar://problem/12993641> llvm-svn: 174793
This commit is contained in:
@@ -351,7 +351,7 @@ ThreadPlanStepInRange::DefaultShouldStopHereCallback (ThreadPlan *current_plan,
|
||||
}
|
||||
|
||||
bool
|
||||
ThreadPlanStepInRange::PlanExplainsStop ()
|
||||
ThreadPlanStepInRange::PlanExplainsStop (Event *event_ptr)
|
||||
{
|
||||
// We always explain a stop. Either we've just done a single step, in which
|
||||
// case we'll do our ordinary processing, or we stopped for some
|
||||
|
||||
Reference in New Issue
Block a user