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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanBase.h58 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOverBreakpoint.h49 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOverRange.h41 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepThrough.h38 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepUntil.h36 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepInRange.h70 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOut.h62 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlan.h96 // you have to do this. Note, ThreadPlans actually implement DoWillResume, WillResume wraps that call.
381 // This is the wrapper for DoWillResume that does generic ThreadPlan logic, then
382 // calls DoWillResume.
573 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; } function in class:lldb_private::ThreadPlan
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp116 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.cpp223 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) function in class:ThreadPlanStepThrough
H A DThreadPlan.cpp165 return DoWillResume (resume_state, current_plan);
H A DThreadPlanStepOverRange.cpp386 ThreadPlanStepOverRange::DoWillResume (lldb::StateType resume_state, bool current_plan) function in class:ThreadPlanStepOverRange
400 log->Printf ("ThreadPlanStepInRange::DoWillResume: adjusting range to the frame at inlined depth %d.",
H A DThreadPlanStepUntil.cpp327 ThreadPlanStepUntil::DoWillResume (StateType resume_state, bool current_plan) function in class:ThreadPlanStepUntil
H A DThreadPlanStepInRange.cpp511 ThreadPlanStepInRange::DoWillResume (lldb::StateType resume_state, bool current_plan) function in class:ThreadPlanStepInRange
522 log->Printf ("ThreadPlanStepInRange::DoWillResume: returning false, inline_depth: %d",
H A DThreadPlanStepOut.cpp408 ThreadPlanStepOut::DoWillResume (StateType resume_state, bool current_plan) function in class:ThreadPlanStepOut

Completed in 117 milliseconds