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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanBase.h42 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOverBreakpoint.h40 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOverRange.h34 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepThrough.h32 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepUntil.h30 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepInRange.h58 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOut.h49 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlan.h128 // you have to do this. Note, ThreadPlans actually implement DoWillResume,
428 // This is the wrapper for DoWillResume that does generic ThreadPlan logic,
429 // then calls DoWillResume.
549 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { function in class:lldb_private::ThreadPlan
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp184 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, function in class:ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp119 bool ThreadPlanStepOverBreakpoint::DoWillResume(StateType resume_state, function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanStepThrough.cpp217 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, function in class:ThreadPlanStepThrough
H A DThreadPlan.cpp122 return DoWillResume(resume_state, current_plan);
H A DThreadPlanStepOverRange.cpp363 bool ThreadPlanStepOverRange::DoWillResume(lldb::StateType resume_state, function in class:ThreadPlanStepOverRange
375 "ThreadPlanStepInRange::DoWillResume: adjusting range to "
H A DThreadPlanStepUntil.cpp280 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, function in class:ThreadPlanStepUntil
H A DThreadPlanStepInRange.cpp485 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, function in class:ThreadPlanStepInRange
494 "ThreadPlanStepInRange::DoWillResume: returning false, "
H A DThreadPlanStepOut.cpp396 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, function in class:ThreadPlanStepOut

Completed in 232 milliseconds