/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanBase.cpp | 61 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop() local 78 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop() local
|
D | ThreadPlanStepUntil.cpp | 147 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop() local 264 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop() local
|
D | ThreadPlanCallUserExpression.cpp | 100 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() local
|
D | ThreadPlanStepOverBreakpoint.cpp | 50 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
D | ThreadPlanStepThrough.cpp | 246 StopInfoSP stop_info_sp(thread.GetStopInfo()); in HitOurBackstopBreakpoint() local
|
D | ThreadPlanStepInstruction.cpp | 89 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
D | StopInfo.cpp | 1140 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() 1150 ExpressionVariableSP StopInfo::GetExpressionVariable(StopInfoSP &stop_info_sp) { in GetExpressionVariable() 1161 StopInfo::GetCrashingDereference(StopInfoSP &stop_info_sp, in GetCrashingDereference()
|
D | ThreadPlanStepOverRange.cpp | 345 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
D | ThreadPlanCallFunction.cpp | 427 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in BreakpointsExplainStop() local
|
D | ThreadPlanStepOut.cpp | 287 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
D | ThreadPlanStepInRange.cpp | 440 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
D | ThreadPlanStepRange.cpp | 389 lldb::StopInfoSP stop_info_sp) { in NextRangeBreakpointExplainsStop()
|
D | Thread.cpp | 419 lldb::StopInfoSP stop_info_sp(GetStopInfo()); in GetStopReason() local 440 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() 577 StopInfoSP stop_info_sp = GetStopInfo(); in GetStopDescriptionRaw() local
|
D | StackFrameList.cpp | 127 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth() local
|
D | Process.cpp | 4090 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in ShouldStop() local 4730 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in HandleStoppedEvent() local 5445 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); in RunThreadPlan() local 5632 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in GetThreadStatus() local
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 308 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
D | OperatingSystemPython.cpp | 373 stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason() local
|
/external/llvm-project/lldb/source/API/ |
D | SBThread.cpp | 164 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount() local 215 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetStopReasonDataAtIndex() local 353 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue() local
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Thread.h | 124 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you member
|
/external/llvm-project/lldb/source/Core/ |
D | FormatEntity.cpp | 1303 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format() local 1320 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format() local
|
D | IOHandlerCursesGUI.cpp | 3685 StopInfoSP stop_info_sp; in WindowDelegateDraw() local 3838 StopInfoSP stop_info_sp; in WindowDelegateDraw() local
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectFrame.cpp | 152 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute() local
|
D | CommandObjectProcess.cpp | 527 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute() local
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1953 lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo()); in SetThreadStopInfo() local 2479 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy() local 2515 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy() local
|