Home
last modified time | relevance | path

Searched refs:GetStopInfo (Results 1 – 18 of 18) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachException.h89 bool GetStopInfo(struct DNBThreadStopInfo *stop_info) const;
DMachException.cpp205 MachException::Data::GetStopInfo(struct DNBThreadStopInfo *stop_info) const in GetStopInfo() function in MachException::Data
DMachThreadList.cpp69 return thread_sp->GetStopException().GetStopInfo(stop_info); in GetThreadStoppedReason()
/external/lldb/source/Target/
DThreadPlanBase.cpp84 StopInfoSP stop_info_sp = m_thread.GetStopInfo (); in ShouldReportStop()
DThreadPlanStepThrough.cpp270 StopInfoSP stop_info_sp(m_thread.GetStopInfo()); in HitOurBackstopBreakpoint()
DThreadPlanTracer.cpp91 lldb::StopInfoSP stop_info = m_thread.GetStopInfo(); in TracerExplainsStop()
DThread.cpp370 Thread::GetStopInfo () in GetStopInfo() function in Thread
433 lldb::StopInfoSP stop_info_sp (GetStopInfo ()); in GetStopReason()
496 saved_state.stop_info_sp = GetStopInfo(); in CheckpointThreadState()
DStackFrameList.cpp146 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
DThreadList.cpp289 thread_sp->GetStopInfo(); in ShouldStop()
DStopInfo.cpp673 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo(); in PerformAction()
DProcess.cpp4178 StopInfoSP stop_info_sp = thread_sp->GetStopInfo (); in DoOnRemoval()
5007 StopInfoSP stop_info_sp (thread_sp->GetStopInfo ()); in RunThreadPlan()
5332 lldb::StopInfoSP stop_info_sp = thread->GetStopInfo(); in RunThreadPlan()
5518 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetThreadStatus()
/external/lldb/source/API/
DSBThread.cpp144 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReasonDataCount()
203 StopInfoSP stop_info_sp = thread->GetStopInfo (); in GetStopReasonDataAtIndex()
279 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopDescription()
407 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReturnValue()
/external/lldb/include/lldb/Target/
DThreadPlan.h501 return m_thread.GetStopInfo (); in GetRealStopInfo()
DThread.h311 GetStopInfo ();
/external/lldb/source/Core/
DDebugger.cpp1967 StopInfoSP stop_info_sp = thread->GetStopInfo (); in FormatPromptRecurse()
1980 StopInfoSP stop_info_sp = thread->GetStopInfo (); in FormatPromptRecurse()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp817 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute()
/external/lldb/tools/debugserver/source/
DChangeLog389 (MachException::Data::GetStopInfo): Ditto.
631 * MachException.cpp (MachException::Data::GetStopInfo): Use new SoftSignal()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1692 lldb::StopInfoSP stop_info_sp (thread_sp->GetStopInfo ()); in SetThreadStopInfo()