Searched refs:DoWillResume (Results 1 - 16 of 16) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanStepOverRange.h40 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
H A DThreadPlanBase.h57 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
H A DThreadPlanStepOverBreakpoint.h41 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
H A DThreadPlanStepInRange.h67 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
H A DThreadPlanStepOut.h52 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
H A DThreadPlanStepThrough.h38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
H A DThreadPlanStepUntil.h37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
H A DThreadPlan.h95 // you have to do this. Note, ThreadPlans actually implement DoWillResume, WillResume wraps that call.
378 // This is the wrapper for DoWillResume that does generic ThreadPlan logic, then
379 // calls DoWillResume.
533 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; }; function in class:lldb_private::ThreadPlan
/external/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp95 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanBase.cpp220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) function in class:ThreadPlanBase
H A DThreadPlanStepThrough.cpp226 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) function in class:ThreadPlanStepThrough
H A DThreadPlan.cpp176 return DoWillResume (resume_state, current_plan);
H A DThreadPlanStepOut.cpp339 ThreadPlanStepOut::DoWillResume (StateType resume_state, bool current_plan) function in class:ThreadPlanStepOut
H A DThreadPlanStepOverRange.cpp340 ThreadPlanStepOverRange::DoWillResume (lldb::StateType resume_state, bool current_plan) function in class:ThreadPlanStepOverRange
354 log->Printf ("ThreadPlanStepInRange::DoWillResume: adjusting range to the frame at inlined depth %d.",
H A DThreadPlanStepUntil.cpp344 ThreadPlanStepUntil::DoWillResume (StateType resume_state, bool current_plan) function in class:ThreadPlanStepUntil
H A DThreadPlanStepInRange.cpp458 ThreadPlanStepInRange::DoWillResume (lldb::StateType resume_state, bool current_plan) function in class:ThreadPlanStepInRange
468 log->Printf ("ThreadPlanStepInRange::DoWillResume: returning false, inline_depth: %d",

Completed in 7596 milliseconds