Home
last modified time | relevance | path

Searched defs:stop_info_sp (Results 1 – 21 of 21) sorted by relevance

/external/lldb/source/Target/
DThreadPlanBase.cpp84 StopInfoSP stop_info_sp = m_thread.GetStopInfo (); in ShouldReportStop() local
105 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop() local
DThreadPlanStepUntil.cpp179 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in AnalyzeStop() local
323 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop() local
DThreadPlanCallUserExpression.cpp69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() local
DThreadPlanStepOverBreakpoint.cpp64 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
DThreadPlanStepInstruction.cpp96 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
DThreadPlanStepThrough.cpp270 StopInfoSP stop_info_sp(m_thread.GetStopInfo()); in HitOurBackstopBreakpoint() local
DThreadPlanStepOverRange.cpp303 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
DThreadPlanStepOut.cpp203 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
DThreadPlanStepInRange.cpp420 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
DThreadPlanStepRange.cpp396 ThreadPlanStepRange::NextRangeBreakpointExplainsStop (lldb::StopInfoSP stop_info_sp) in NextRangeBreakpointExplainsStop()
DThreadPlanCallFunction.cpp587 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in BreakpointsExplainStop() local
DStackFrameList.cpp146 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth() local
DThread.cpp433 lldb::StopInfoSP stop_info_sp (GetStopInfo ()); in GetStopReason() local
442 Thread::SetStopInfo (const lldb::StopInfoSP &stop_info_sp) in SetStopInfo()
DProcess.cpp4178 StopInfoSP stop_info_sp = thread_sp->GetStopInfo (); in DoOnRemoval() local
5007 StopInfoSP stop_info_sp (thread_sp->GetStopInfo ()); in RunThreadPlan() local
5332 lldb::StopInfoSP stop_info_sp = thread->GetStopInfo(); in RunThreadPlan() local
5518 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetThreadStatus() local
DStopInfo.cpp1134 StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) in GetReturnValueObject()
/external/lldb/include/lldb/Target/
DThread.h204 …lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you might continue with … member
1028 lldb::StopInfoSP stop_info_sp; member
/external/lldb/source/API/
DSBThread.cpp144 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReasonDataCount() local
203 StopInfoSP stop_info_sp = thread->GetStopInfo (); in GetStopReasonDataAtIndex() local
279 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopDescription() local
407 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReturnValue() local
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp379 StopInfoSP stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason() local
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1692 lldb::StopInfoSP stop_info_sp (thread_sp->GetStopInfo ()); in SetThreadStopInfo() local
1860 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy() local
1895 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy() local
/external/lldb/source/Core/
DDebugger.cpp1967 StopInfoSP stop_info_sp = thread->GetStopInfo (); in FormatPromptRecurse() local
1980 StopInfoSP stop_info_sp = thread->GetStopInfo (); in FormatPromptRecurse() local
/external/lldb/source/Commands/
DCommandObjectProcess.cpp817 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute() local