Home
last modified time | relevance | path

Searched defs:resume_state (Results 1 – 16 of 16) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp58 ThreadMemory::WillResume (StateType resume_state) in WillResume()
/external/lldb/source/Target/
DThreadPlanBase.cpp220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepOverBreakpoint.cpp95 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepThrough.cpp226 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepOverRange.cpp340 ThreadPlanStepOverRange::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlan.cpp148 ThreadPlan::WillResume (StateType resume_state, bool current_plan) in WillResume()
DThreadPlanStepOut.cpp339 ThreadPlanStepOut::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepUntil.cpp344 ThreadPlanStepUntil::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepInRange.cpp458 ThreadPlanStepInRange::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
DStopInfo.cpp880 WillResume (lldb::StateType resume_state) in WillResume()
DThread.cpp599 Thread::ShouldResume (StateType resume_state) in ShouldResume()
/external/lldb/include/lldb/Target/
DStopInfo.h99 WillResume (lldb::StateType resume_state) in WillResume()
DThreadPlan.h533 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; }; in DoWillResume()
DThread.h271 WillResume (lldb::StateType resume_state) in WillResume()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp215 POSIXThread::WillResume(lldb::StateType resume_state) in WillResume()
234 lldb::StateType resume_state = GetResumeState(); in Resume() local
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp84 ThreadGDBRemote::WillResume (StateType resume_state) in WillResume()