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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h88 return GetPrivateStopInfo();
H A DThreadPlan.h561 // This forwards the private Thread::GetPrivateStopInfo which is generally
564 lldb::StopInfoSP GetPrivateStopInfo() { function in class:lldb_private::ThreadPlan
565 return m_thread.GetPrivateStopInfo();
H A DThread.h1104 virtual lldb::StopInfoSP GetPrivateStopInfo();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp76 m_backing_thread_sp->GetPrivateStopInfo());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp192 m_real_stop_info_sp = GetPrivateStopInfo();
249 m_real_stop_info_sp = GetPrivateStopInfo();
431 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DThreadPlanBase.cpp78 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DThreadPlanStepOverBreakpoint.cpp50 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DThreadPlanStepUntil.cpp150 StopInfoSP stop_info_sp = GetPrivateStopInfo();
268 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DThreadPlanStepInstruction.cpp88 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DThreadPlanStepOverRange.cpp341 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DThread.cpp372 // ask GetPrivateStopInfo to set stop info
389 GetPrivateStopInfo();
399 lldb::StopInfoSP Thread::GetPrivateStopInfo() { function in class:Thread
504 return (bool)GetPrivateStopInfo();
650 GetPrivateStopInfo();
660 StopInfo *stop_info = GetPrivateStopInfo().get();
758 StopInfoSP private_stop_info(GetPrivateStopInfo());
H A DThreadPlanStepInRange.cpp461 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DThreadPlanStepOut.cpp292 StopInfoSP stop_info_sp = GetPrivateStopInfo();
H A DProcess.cpp5285 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2490 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();
2526 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();

Completed in 259 milliseconds