Searched defs:WillResume (Results 1 - 11 of 11) 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);
/external/lldb/include/lldb/Target/
H A DStopInfo.h99 WillResume (lldb::StateType resume_state) function in class:lldb_private::StopInfo
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/gdb-remote/
H A DThreadGDBRemote.cpp84 ThreadGDBRemote::WillResume (StateType resume_state) function in class:ThreadGDBRemote
H A DProcessGDBRemote.cpp1076 ProcessGDBRemote::WillResume () function in class:ProcessGDBRemote
/external/lldb/source/Target/
H A DThreadList.cpp483 ThreadList::WillResume () function in class:ThreadList
H A DThreadPlan.cpp148 ThreadPlan::WillResume (StateType resume_state, bool current_plan) function in class:ThreadPlan
H A DStopInfo.cpp880 WillResume (lldb::StateType resume_state) function in class:lldb_private::StopInfoUnixSignal
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp215 POSIXThread::WillResume(lldb::StateType resume_state) function in class:POSIXThread
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp421 ProcessKDP::WillResume () function in class:ProcessKDP

Completed in 206 milliseconds