/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.cpp | 215 POSIXThread::WillResume(lldb::StateType resume_state) in WillResume() argument 219 …PRIi64 ") setting thread resume state to %s", __FUNCTION__, GetID(), StateAsCString(resume_state)); in WillResume() 222 SetResumeState(resume_state); in WillResume() 234 lldb::StateType resume_state = GetResumeState(); in Resume() local 241 StateAsCString(resume_state)); in Resume() 243 switch (resume_state) in Resume() 251 SetState(resume_state); in Resume() 256 SetState(resume_state); in Resume()
|
D | POSIXThread.h | 41 WillResume(lldb::StateType resume_state);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ThreadGDBRemote.cpp | 84 ThreadGDBRemote::WillResume (StateType resume_state) in WillResume() argument 90 …log->Printf ("Resuming thread: %4.4" PRIx64 " with state: %s.", tid, StateAsCString(resume_state)); in WillResume() 96 switch (resume_state) in WillResume()
|
D | ThreadGDBRemote.h | 30 WillResume (lldb::StateType resume_state);
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.cpp | 58 ThreadMemory::WillResume (StateType resume_state) in WillResume() argument 61 m_backing_thread_sp->WillResume(resume_state); in WillResume()
|
D | ThreadMemory.h | 74 WillResume (lldb::StateType resume_state);
|
/external/lldb/source/Target/ |
D | ThreadPlanStepOverRange.cpp | 340 ThreadPlanStepOverRange::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume() argument 342 if (resume_state != eStateSuspended && m_first_resume) in DoWillResume() 345 if (resume_state == eStateStepping && current_plan) in DoWillResume()
|
D | ThreadPlan.cpp | 148 ThreadPlan::WillResume (StateType resume_state, bool current_plan) in WillResume() argument 172 StateAsCString(resume_state), in WillResume() 176 return DoWillResume (resume_state, current_plan); in WillResume()
|
D | Thread.cpp | 599 Thread::ShouldResume (StateType resume_state) in ShouldResume() argument 606 m_temporary_resume_state = resume_state; in ShouldResume() 610 backing_thread_sp->m_temporary_resume_state = resume_state; in ShouldResume() 625 stop_info->WillResume (resume_state); in ShouldResume() 636 need_to_resume = plan_ptr->WillResume(resume_state, true); in ShouldResume() 640 plan_ptr->WillResume (resume_state, false); in ShouldResume() 646 if (need_to_resume && resume_state != eStateSuspended) in ShouldResume() 656 WillResume (resume_state); in ShouldResume()
|
D | ThreadPlanStepInRange.cpp | 458 ThreadPlanStepInRange::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume() argument 460 if (resume_state == eStateStepping && current_plan) in DoWillResume()
|
D | ThreadPlanStepOverBreakpoint.cpp | 95 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
|
D | ThreadPlanBase.cpp | 220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume() argument
|
D | ThreadPlanStepThrough.cpp | 226 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
|
D | ThreadPlanStepUntil.cpp | 344 ThreadPlanStepUntil::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
|
D | ThreadPlanStepOut.cpp | 339 ThreadPlanStepOut::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
|
/external/lldb/include/lldb/Target/ |
D | ThreadPlan.h | 381 WillResume (lldb::StateType resume_state, bool current_plan); 533 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; }; in DoWillResume() argument
|
D | ThreadPlanStepOverRange.h | 40 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
D | ThreadPlanBase.h | 57 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
D | ThreadPlanStepOverBreakpoint.h | 41 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
D | ThreadPlanStepThrough.h | 38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
D | ThreadPlanStepUntil.h | 37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
D | ThreadPlanStepOut.h | 52 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
D | ThreadPlanStepInRange.h | 67 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
|
D | StopInfo.h | 99 WillResume (lldb::StateType resume_state) in WillResume() argument
|
D | Thread.h | 267 ShouldResume (lldb::StateType resume_state); 271 WillResume (lldb::StateType resume_state) in WillResume() argument
|