Home
last modified time | relevance | path

Searched defs:resume_state (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp38 void ThreadMemory::WillResume(StateType resume_state) { in WillResume()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp185 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, in DoWillResume()
H A DThreadPlanStepOverBreakpoint.cpp110 bool ThreadPlanStepOverBreakpoint::DoWillResume(StateType resume_state, in DoWillResume()
H A DThreadPlanStepThrough.cpp215 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, in DoWillResume()
H A DThreadPlanPython.cpp214 bool ThreadPlanPython::DoWillResume(lldb::StateType resume_state, in DoWillResume()
H A DThreadPlan.cpp116 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume()
H A DThreadPlanStepUntil.cpp277 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, in DoWillResume() argument
H A DThreadPlanStepOverRange.cpp371 bool ThreadPlanStepOverRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
H A DThreadPlanStepOut.cpp392 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, in DoWillResume() argument
H A DThreadPlanStepInRange.cpp460 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
H A DStopInfo.cpp709 bool DoWillResume(lldb::StateType resume_state, in DoWillResume()
1093 void WillResume(lldb::StateType resume_state) override { in WillResume()
H A DThread.cpp659 bool Thread::ShouldResume(StateType resume_state) { in ShouldResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h67 virtual void WillResume(lldb::StateType resume_state) { in WillResume()
H A DThreadPlan.h493 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
H A DThread.h211 virtual void WillResume(lldb::StateType resume_state) {} in WillResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp103 WillResume(StateType resume_state) WillResume() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp353 ::DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp236 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c809 validate_suspend_setup_timer(struct module_qstate * qstate,struct val_qstate * vq,int id,enum val_state resume_state) validate_suspend_setup_timer() argument