/external/lldb/source/Target/ |
D | ThreadPlanBase.cpp | 84 StopInfoSP stop_info_sp = m_thread.GetStopInfo (); in ShouldReportStop() local 105 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop() local
|
D | ThreadPlanStepUntil.cpp | 179 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in AnalyzeStop() local 323 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop() local
|
D | ThreadPlanCallUserExpression.cpp | 69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() local
|
D | ThreadPlanStepOverBreakpoint.cpp | 64 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
|
D | ThreadPlanStepInstruction.cpp | 96 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
|
D | ThreadPlanStepThrough.cpp | 270 StopInfoSP stop_info_sp(m_thread.GetStopInfo()); in HitOurBackstopBreakpoint() local
|
D | ThreadPlanStepOverRange.cpp | 303 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
|
D | ThreadPlanStepOut.cpp | 203 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
|
D | ThreadPlanStepInRange.cpp | 420 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop() local
|
D | ThreadPlanStepRange.cpp | 396 ThreadPlanStepRange::NextRangeBreakpointExplainsStop (lldb::StopInfoSP stop_info_sp) in NextRangeBreakpointExplainsStop()
|
D | ThreadPlanCallFunction.cpp | 587 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in BreakpointsExplainStop() local
|
D | StackFrameList.cpp | 146 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth() local
|
D | Thread.cpp | 433 lldb::StopInfoSP stop_info_sp (GetStopInfo ()); in GetStopReason() local 442 Thread::SetStopInfo (const lldb::StopInfoSP &stop_info_sp) in SetStopInfo()
|
D | Process.cpp | 4178 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
|
D | StopInfo.cpp | 1134 StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) in GetReturnValueObject()
|
/external/lldb/include/lldb/Target/ |
D | Thread.h | 204 …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/ |
D | SBThread.cpp | 144 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/ |
D | OperatingSystemPython.cpp | 379 StopInfoSP stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason() local
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1692 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/ |
D | Debugger.cpp | 1967 StopInfoSP stop_info_sp = thread->GetStopInfo (); in FormatPromptRecurse() local 1980 StopInfoSP stop_info_sp = thread->GetStopInfo (); in FormatPromptRecurse() local
|
/external/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 817 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute() local
|