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

/external/lldb/include/lldb/Target/
H A DThreadPlan.h548 // This forwards the private Thread::GetPrivateStopInfo which is generally what
552 GetPrivateStopInfo() function in class:lldb_private::ThreadPlan
554 return m_thread.GetPrivateStopInfo ();
H A DThreadPlanCallFunction.h128 return GetPrivateStopInfo ();
H A DThread.h927 GetPrivateStopInfo ();
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp107 lldb::StopInfoSP backing_stop_info_sp (m_backing_thread_sp->GetPrivateStopInfo());
/external/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp64 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanBase.cpp105 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepInstruction.cpp96 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepUntil.cpp179 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
323 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanCallFunction.cpp301 m_real_stop_info_sp = GetPrivateStopInfo ();
368 m_real_stop_info_sp = GetPrivateStopInfo ();
587 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThread.cpp391 GetPrivateStopInfo ();
398 Thread::GetPrivateStopInfo () function in class:Thread
487 return (bool) GetPrivateStopInfo ();
613 GetPrivateStopInfo();
623 StopInfo *stop_info = GetPrivateStopInfo().get();
739 StopInfoSP private_stop_info (GetPrivateStopInfo());
H A DThreadPlanStepOut.cpp203 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepOverRange.cpp303 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepInRange.cpp420 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1860 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();
1895 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();

Completed in 103 milliseconds