Searched refs:WillResume (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h36 WillResume(lldb::StateType resume_state);
H A DFreeBSDThread.cpp39 FreeBSDThread::WillResume(lldb::StateType resume_state) function in class:FreeBSDThread
H A DProcessFreeBSD.h67 WillResume();
H A DProcessFreeBSD.cpp229 ProcessFreeBSD::WillResume() function in class:ProcessFreeBSD
234 return ProcessPOSIX::WillResume();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp58 ThreadMemory::WillResume (StateType resume_state) function in class:ThreadMemory
61 m_backing_thread_sp->WillResume(resume_state);
H A DThreadMemory.h74 WillResume (lldb::StateType resume_state);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h30 WillResume (lldb::StateType resume_state);
H A DThreadGDBRemote.cpp111 ThreadGDBRemote::WillResume (StateType resume_state) function in class:ThreadGDBRemote
H A DProcessGDBRemote.h131 WillResume ();
H A DProcessGDBRemote.cpp1144 ProcessGDBRemote::WillResume () function in class:ProcessGDBRemote
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h118 /// will return false for WillResume, and then the process will not be
129 WillResume ();
H A DStopInfo.h99 WillResume (lldb::StateType resume_state) function in class:lldb_private::StopInfo
H A DThreadPlan.h92 // When the target process is about to be restarted, the plan's WillResume method is called,
93 // giving the plan a chance to prepare for the run. If WillResume returns false, then the
95 // you have to do this. Note, ThreadPlans actually implement DoWillResume, WillResume wraps that call.
381 WillResume (lldb::StateType resume_state, bool current_plan);
H A DThread.h196 // "WillResume" in case a thread needs to change its state before the
208 WillResume (lldb::StateType resume_state) function in class:lldb_private::Thread
H A DProcess.h2304 WillResume () { return Error(); } function in class:lldb_private::Process
3611 // in one of the thread plan functions (DidPush/WillResume) because
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.h41 WillResume(lldb::StateType resume_state);
H A DPOSIXThread.cpp270 POSIXThread::WillResume(lldb::StateType resume_state) function in class:POSIXThread
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlan.cpp148 ThreadPlan::WillResume (StateType resume_state, bool current_plan) function in class:ThreadPlan
H A DThread.cpp673 stop_info->WillResume (resume_state);
684 need_to_resume = plan_ptr->WillResume(resume_state, true);
688 plan_ptr->WillResume (resume_state, false);
691 // If the WillResume for the plan says we are faking a resume, then it will have set an appropriate stop info.
704 WillResume (resume_state);
H A DStopInfo.cpp888 WillResume (lldb::StateType resume_state) function in class:lldb_private::StopInfoUnixSignal
H A DThreadList.cpp508 ThreadList::WillResume () function in class:ThreadList
H A DProcess.cpp3454 Error error (WillResume());
3461 // Thread::WillResume(StateType) where StateType contains the state
3466 if (m_thread_list.WillResume())

Completed in 171 milliseconds