Home
last modified time | relevance | path

Searched refs:WillResume (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp37 void ThreadMemory::WillResume(StateType resume_state) { in WillResume() function in ThreadMemory
39 m_backing_thread_sp->WillResume(resume_state); in WillResume()
DThreadMemory.h56 void WillResume(lldb::StateType resume_state) override;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DProcessTrace.h51 Status WillResume() override { in WillResume() function
DThreadList.h124 bool WillResume();
DThreadPlanStack.h90 void WillResume();
DStopInfo.h67 virtual void WillResume(lldb::StateType resume_state) { in WillResume() function
DThreadPlan.h385 bool WillResume(lldb::StateType resume_state, bool current_plan);
DThread.h210 virtual void WillResume(lldb::StateType resume_state) {} in WillResume() function
DProcess.h1028 virtual Status WillResume() { return Status(); } in WillResume() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.h88 Status WillResume() override { in WillResume() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h34 void WillResume(lldb::StateType resume_state) override;
DThreadGDBRemote.cpp236 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume() function in ThreadGDBRemote
DProcessGDBRemote.h110 Status WillResume() override;
DProcessGDBRemote.cpp1247 Status ProcessGDBRemote::WillResume() { in WillResume() function in ProcessGDBRemote
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h72 lldb_private::Status WillResume() override { in WillResume() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThread.cpp667 GetPlans().WillResume(); in ShouldResume()
693 stop_info->WillResume(resume_state); in ShouldResume()
704 need_to_resume = plan_ptr->WillResume(resume_state, true); in ShouldResume()
707 plan_ptr->WillResume(resume_state, false); in ShouldResume()
721 WillResume(resume_state); in ShouldResume()
DThreadPlan.cpp115 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume() function in ThreadPlan
DThreadPlanStack.cpp388 void ThreadPlanStack::WillResume() { in WillResume() function in ThreadPlanStack
DThreadList.cpp484 bool ThreadList::WillResume() { in WillResume() function in ThreadList
DStopInfo.cpp988 void WillResume(lldb::StateType resume_state) override { in WillResume() function in lldb_private::StopInfoUnixSignal
DProcess.cpp3025 Status error(WillResume()); in PrivateResume()
3035 if (m_thread_list.WillResume()) { in PrivateResume()