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

/external/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);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h30 WillResume (lldb::StateType resume_state);
H A DThreadGDBRemote.cpp84 ThreadGDBRemote::WillResume (StateType resume_state) function in class:ThreadGDBRemote
H A DProcessGDBRemote.h133 WillResume ();
H A DProcessGDBRemote.cpp1076 ProcessGDBRemote::WillResume () function in class:ProcessGDBRemote
/external/lldb/include/lldb/Target/
H A DThreadList.h106 /// will return false for WillResume, and then the process will not be
117 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.h259 // "WillResume" in case a thread needs to change its state before the
271 WillResume (lldb::StateType resume_state) function in class:lldb_private::Thread
H A DProcess.h2239 WillResume () { return Error(); } function in class:lldb_private::Process
3502 // in one of the thread plan functions (DidPush/WillResume) because
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.h41 WillResume(lldb::StateType resume_state);
H A DPOSIXThread.cpp215 POSIXThread::WillResume(lldb::StateType resume_state) function in class:POSIXThread
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h130 WillResume ();
H A DProcessKDP.cpp421 ProcessKDP::WillResume () function in class:ProcessKDP
/external/lldb/source/Target/
H A DThreadPlan.cpp148 ThreadPlan::WillResume (StateType resume_state, bool current_plan) function in class:ThreadPlan
H A DThread.cpp625 stop_info->WillResume (resume_state);
636 need_to_resume = plan_ptr->WillResume(resume_state, true);
640 plan_ptr->WillResume (resume_state, false);
643 // If the WillResume for the plan says we are faking a resume, then it will have set an appropriate stop info.
656 WillResume (resume_state);
H A DStopInfo.cpp880 WillResume (lldb::StateType resume_state) function in class:lldb_private::StopInfoUnixSignal
H A DThreadList.cpp483 ThreadList::WillResume () function in class:ThreadList
H A DProcess.cpp3281 Error error (WillResume());
3288 // Thread::WillResume(StateType) where StateType contains the state
3293 if (m_thread_list.WillResume())

Completed in 184 milliseconds