Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp49 void TargetThreadWindows::WillResume(lldb::StateType resume_state) {} in WillResume()
128 StateType resume_state = GetTemporaryResumeState(); in DoResume() local
H A DNativeThreadWindows.cpp46 Status NativeThreadWindows::DoResume(lldb::StateType resume_state) { in DoResume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp38 void ThreadMemory::WillResume(StateType resume_state) { in WillResume()
/openbsd/gnu/llvm/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 DThreadPlanStepUntil.cpp277 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, in DoWillResume()
H A DThreadPlan.cpp116 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume()
H A DThreadPlanStepOverRange.cpp368 bool ThreadPlanStepOverRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
H A DThreadPlanStepInRange.cpp460 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
H A DThreadPlanStepOut.cpp392 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, in DoWillResume()
H A DStopInfo.cpp705 bool DoWillResume(lldb::StateType resume_state, in DoWillResume()
1092 void WillResume(lldb::StateType resume_state) override { in WillResume()
H A DThread.cpp675 bool Thread::ShouldResume(StateType resume_state) { in ShouldResume()
/openbsd/gnu/llvm/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.h209 virtual void WillResume(lldb::StateType resume_state) {} in WillResume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp103 void ScriptedThread::WillResume(StateType resume_state) {} in WillResume()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp353 ::DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp236 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume()
/openbsd/sbin/unwind/libunbound/validator/
H A Dvalidator.c809 struct val_qstate* vq, int id, enum val_state resume_state) in validate_suspend_setup_timer()
/openbsd/usr.sbin/unbound/validator/
H A Dvalidator.c809 struct val_qstate* vq, int id, enum val_state resume_state) in validate_suspend_setup_timer()
/openbsd/gnu/usr.bin/perl/
H A Dregexp.h871 int resume_state; /* where to jump to on return */ member