From 0161b49cbadd54431b4acefa8dae954ebef12ec8 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Sat, 9 Feb 2013 01:29:05 +0000 Subject: 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. llvm-svn: 174793 --- lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp') diff --git a/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp b/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp index 59244e5cc5d..da67eae025b 100644 --- a/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp +++ b/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp @@ -58,7 +58,7 @@ ThreadPlanStepOverBreakpoint::ValidatePlan (Stream *error) } bool -ThreadPlanStepOverBreakpoint::PlanExplainsStop () +ThreadPlanStepOverBreakpoint::PlanExplainsStop (Event *event_ptr) { StopInfoSP stop_info_sp = GetPrivateStopReason(); if (stop_info_sp) -- cgit v1.2.3