Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DTargetThreadWindows.cpp49 void TargetThreadWindows::WillResume(lldb::StateType resume_state) {} in WillResume()
128 StateType resume_state = GetTemporaryResumeState(); in DoResume() local
DNativeThreadWindows.cpp45 Status NativeThreadWindows::DoResume(lldb::StateType resume_state) { in DoResume()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp37 void ThreadMemory::WillResume(StateType resume_state) { in WillResume()
/external/llvm-project/lldb/source/Target/
DThreadPlanBase.cpp184 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, in DoWillResume()
DThreadPlanStepOverBreakpoint.cpp119 bool ThreadPlanStepOverBreakpoint::DoWillResume(StateType resume_state, in DoWillResume()
DThreadPlanStepThrough.cpp215 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, in DoWillResume()
DThreadPlan.cpp113 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume()
DThreadPlanStepUntil.cpp276 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, in DoWillResume()
DThreadPlanStepOverRange.cpp367 bool ThreadPlanStepOverRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
DThreadPlanStepOut.cpp391 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, in DoWillResume()
DThreadPlanStepInRange.cpp464 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
DStopInfo.cpp951 void WillResume(lldb::StateType resume_state) override { in WillResume()
DThread.cpp672 bool Thread::ShouldResume(StateType resume_state) { in ShouldResume()
/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h67 virtual void WillResume(lldb::StateType resume_state) { in WillResume()
DThreadPlan.h505 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
DThread.h210 virtual void WillResume(lldb::StateType resume_state) {} in WillResume()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp278 void FreeBSDThread::WillResume(lldb::StateType resume_state) { in WillResume()
308 lldb::StateType resume_state = GetResumeState(); in Resume() local
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp348 ::DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp228 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume()