Home
last modified time | relevance | path

Searched refs:resume_state (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp38 void ThreadMemory::WillResume(StateType resume_state) { in WillResume() argument
40 m_backing_thread_sp->WillResume(resume_state); in WillResume()
H A DThreadMemory.h56 void WillResume(lldb::StateType resume_state) override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp116 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume() argument
136 StateAsCString(resume_state), StopOthers()); in WillResume()
139 bool success = DoWillResume(resume_state, current_plan); in WillResume()
H A DThreadPlanStepOverRange.cpp368 bool ThreadPlanStepOverRange::DoWillResume(lldb::StateType resume_state, in DoWillResume() argument
370 if (resume_state != eStateSuspended && m_first_resume) { in DoWillResume()
372 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
H A DThreadPlanBase.cpp185 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, in DoWillResume() argument
H A DThreadPlanStepOverBreakpoint.cpp110 bool ThreadPlanStepOverBreakpoint::DoWillResume(StateType resume_state, in DoWillResume() argument
H A DThread.cpp652 bool Thread::ShouldResume(StateType resume_state) { in ShouldResume() argument
659 SetTemporaryResumeState(resume_state); in ShouldResume()
663 backing_thread_sp->SetTemporaryResumeState(resume_state); in ShouldResume()
680 stop_info->WillResume(resume_state); in ShouldResume()
691 need_to_resume = plan_ptr->WillResume(resume_state, true); in ShouldResume()
694 plan_ptr->WillResume(resume_state, false); in ShouldResume()
700 if (need_to_resume && resume_state != eStateSuspended) { in ShouldResume()
708 WillResume(resume_state); in ShouldResume()
H A DThreadPlanStepInRange.cpp460 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume() argument
463 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
H A DThreadPlanPython.cpp196 bool ThreadPlanPython::DoWillResume(lldb::StateType resume_state, in DoWillResume() argument
H A DThreadPlanStepThrough.cpp215 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, 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() argument
241 StateAsCString(resume_state)); in WillResume()
247 switch (resume_state) { in WillResume()
H A DThreadGDBRemote.h34 void WillResume(lldb::StateType resume_state) override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h392 bool WillResume(lldb::StateType resume_state, bool current_plan);
493 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume() argument
H A DThreadPlanStepOverRange.h34 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanBase.h42 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOverBreakpoint.h40 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanPython.h55 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepThrough.h32 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepUntil.h30 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepInRange.h53 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DThreadPlanStepOut.h49 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;
H A DStopInfo.h67 virtual void WillResume(lldb::StateType resume_state) { in WillResume() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h55 void WillResume(lldb::StateType resume_state) override;
/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
354 ThreadPlanStepOut::DoWillResume(resume_state, current_plan); in DoWillResume()
H A DAppleThreadPlanStepThroughObjCTrampoline.h99 bool DoWillResume(lldb::StateType resume_state, bool current_plan) override;

12