Searched defs:resume_state (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp37 void ThreadMemory::WillResume(StateType resume_state) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp184 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, argument
H A DThreadPlanStepOverBreakpoint.cpp119 bool ThreadPlanStepOverBreakpoint::DoWillResume(StateType resume_state, argument
H A DThreadPlanStepThrough.cpp217 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, argument
H A DThreadPlanStepUntil.cpp280 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, argument
H A DThreadPlan.cpp99 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { argument
H A DThreadPlanStepInRange.cpp485 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, argument
H A DThreadPlanStepOut.cpp396 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, argument
H A DThreadPlanStepOverRange.cpp363 bool ThreadPlanStepOverRange::DoWillResume(lldb::StateType resume_state, argument
H A DThread.cpp633 bool Thread::ShouldResume(StateType resume_state) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h67 virtual void WillResume(lldb::StateType resume_state) { argument
H A DThread.h208 virtual void WillResume(lldb::StateType resume_state) {} argument
H A DThreadPlan.h549 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp228 void ThreadGDBRemote::WillResume(StateType resume_state) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp288 void FreeBSDThread::WillResume(lldb::StateType resume_state) { argument
318 lldb::StateType resume_state = GetResumeState(); local
[all...]

Completed in 252 milliseconds