/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanBase.cpp | 62 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop() local 79 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop() local
|
H A D | ThreadPlanStepUntil.cpp | 148 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop() local 265 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop() local
|
H A D | ThreadPlanCallUserExpression.cpp | 100 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo() local
|
H A D | StopInfo.cpp | 696 StopInfoWatchpointSP stop_info_sp, in ThreadPlanStepOverWatchpoint() 720 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); in DoPlanExplainsStop() local 1423 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() 1433 ExpressionVariableSP StopInfo::GetExpressionVariable(StopInfoSP &stop_info_sp) { in GetExpressionVariable() 1444 StopInfo::GetCrashingDereference(StopInfoSP &stop_info_sp, in GetCrashingDereference()
|
H A D | ThreadPlanStepOverBreakpoint.cpp | 51 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
H A D | ThreadPlanStepThrough.cpp | 246 StopInfoSP stop_info_sp(thread.GetStopInfo()); in HitOurBackstopBreakpoint() local
|
H A D | ThreadPlanStepInstruction.cpp | 90 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
H A D | ThreadPlanStepOverRange.cpp | 346 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
H A D | ThreadPlanCallFunction.cpp | 433 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in BreakpointsExplainStop() local
|
H A D | ThreadPlanStepInRange.cpp | 436 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
H A D | ThreadPlanStepOut.cpp | 288 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
H A D | ThreadPlanStepRange.cpp | 389 lldb::StopInfoSP stop_info_sp) { in NextRangeBreakpointExplainsStop()
|
H A D | Thread.cpp | 425 lldb::StopInfoSP stop_info_sp(GetStopInfo()); in GetStopReason() local 446 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() 580 StopInfoSP stop_info_sp = GetStopInfo(); in GetStopDescriptionRaw() local
|
H A D | StackFrameList.cpp | 128 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth() local
|
H A D | Process.cpp | 3999 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in ShouldStop() local 4649 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in HandleStoppedEvent() local 5363 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); in RunThreadPlan() local 5550 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in GetThreadStatus() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 504 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddException() local 524 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddException() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 226 lldb::StopInfoSP stop_info_sp; in CalculateStopInfo() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 313 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBThread.cpp | 162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount() local 220 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetStopReasonDataAtIndex() local 362 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 361 stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason() local
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Thread.h | 123 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you member
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1351 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format() local 1368 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format() local
|
H A D | IOHandlerCursesGUI.cpp | 7048 StopInfoSP stop_info_sp; in WindowDelegateDraw() local 7201 StopInfoSP stop_info_sp; in WindowDelegateDraw() local
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 153 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute() local
|
H A D | CommandObjectProcess.cpp | 564 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute() local
|