Home
last modified time | relevance | path

Searched refs:resume_state (Results 1 – 25 of 26) sorted by relevance

12

/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp215 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()
DPOSIXThread.h41 WillResume(lldb::StateType resume_state);
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp84 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()
DThreadGDBRemote.h30 WillResume (lldb::StateType resume_state);
/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp58 ThreadMemory::WillResume (StateType resume_state) in WillResume() argument
61 m_backing_thread_sp->WillResume(resume_state); in WillResume()
DThreadMemory.h74 WillResume (lldb::StateType resume_state);
/external/lldb/source/Target/
DThreadPlanStepOverRange.cpp340 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()
DThreadPlan.cpp148 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()
DThread.cpp599 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()
DThreadPlanStepInRange.cpp458 ThreadPlanStepInRange::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume() argument
460 if (resume_state == eStateStepping && current_plan) in DoWillResume()
DThreadPlanStepOverBreakpoint.cpp95 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
DThreadPlanBase.cpp220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume() argument
DThreadPlanStepThrough.cpp226 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
DThreadPlanStepUntil.cpp344 ThreadPlanStepUntil::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
DThreadPlanStepOut.cpp339 ThreadPlanStepOut::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume() argument
/external/lldb/include/lldb/Target/
DThreadPlan.h381 WillResume (lldb::StateType resume_state, bool current_plan);
533 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; }; in DoWillResume() argument
DThreadPlanStepOverRange.h40 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanBase.h57 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepOverBreakpoint.h41 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepThrough.h38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepUntil.h37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepOut.h52 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DThreadPlanStepInRange.h67 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
DStopInfo.h99 WillResume (lldb::StateType resume_state) in WillResume() argument
DThread.h267 ShouldResume (lldb::StateType resume_state);
271 WillResume (lldb::StateType resume_state) in WillResume() argument

12