Home
last modified time | relevance | path

Searched refs:GetPrivateStopInfo (Results 1 – 14 of 14) sorted by relevance

/external/lldb/include/lldb/Target/
DThreadPlan.h552 GetPrivateStopInfo() in GetPrivateStopInfo() function
554 return m_thread.GetPrivateStopInfo (); in GetPrivateStopInfo()
DThreadPlanCallFunction.h128 return GetPrivateStopInfo (); in GetRealStopInfo()
DThread.h927 GetPrivateStopInfo ();
/external/lldb/source/Target/
DThreadPlanCallFunction.cpp301 m_real_stop_info_sp = GetPrivateStopInfo (); in DoTakedown()
368 m_real_stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
587 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in BreakpointsExplainStop()
DThreadPlanStepUntil.cpp179 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in AnalyzeStop()
323 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop()
DThreadPlanStepOverBreakpoint.cpp64 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
DThreadPlanBase.cpp105 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop()
DThreadPlanStepInstruction.cpp96 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
DThread.cpp391 GetPrivateStopInfo (); in GetStopInfo()
398 Thread::GetPrivateStopInfo () in GetPrivateStopInfo() function in Thread
487 return (bool) GetPrivateStopInfo (); in ThreadStoppedForAReason()
613 GetPrivateStopInfo(); in ShouldResume()
623 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume()
739 StopInfoSP private_stop_info (GetPrivateStopInfo()); in ShouldStop()
DThreadPlanStepOverRange.cpp303 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
DThreadPlanStepOut.cpp203 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
DThreadPlanStepInRange.cpp420 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp107 lldb::StopInfoSP backing_stop_info_sp (m_backing_thread_sp->GetPrivateStopInfo()); in CalculateStopInfo()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1860 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy()
1895 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy()