Searched defs:resume_state (Results 1 – 19 of 19) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | TargetThreadWindows.cpp | 49 void TargetThreadWindows::WillResume(lldb::StateType resume_state) {} in WillResume() 128 StateType resume_state = GetTemporaryResumeState(); in DoResume() local
|
D | NativeThreadWindows.cpp | 45 Status NativeThreadWindows::DoResume(lldb::StateType resume_state) { in DoResume()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.cpp | 37 void ThreadMemory::WillResume(StateType resume_state) { in WillResume()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanBase.cpp | 184 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, in DoWillResume()
|
D | ThreadPlanStepOverBreakpoint.cpp | 119 bool ThreadPlanStepOverBreakpoint::DoWillResume(StateType resume_state, in DoWillResume()
|
D | ThreadPlanStepThrough.cpp | 215 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, in DoWillResume()
|
D | ThreadPlan.cpp | 113 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume()
|
D | ThreadPlanStepUntil.cpp | 276 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, in DoWillResume()
|
D | ThreadPlanStepOverRange.cpp | 367 bool ThreadPlanStepOverRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
|
D | ThreadPlanStepOut.cpp | 391 bool ThreadPlanStepOut::DoWillResume(StateType resume_state, in DoWillResume()
|
D | ThreadPlanStepInRange.cpp | 464 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
|
D | StopInfo.cpp | 951 void WillResume(lldb::StateType resume_state) override { in WillResume()
|
D | Thread.cpp | 672 bool Thread::ShouldResume(StateType resume_state) { in ShouldResume()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | StopInfo.h | 67 virtual void WillResume(lldb::StateType resume_state) { in WillResume()
|
D | ThreadPlan.h | 505 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
|
D | Thread.h | 210 virtual void WillResume(lldb::StateType resume_state) {} in WillResume()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | FreeBSDThread.cpp | 278 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/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 348 ::DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ThreadGDBRemote.cpp | 228 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume()
|