/llvm-project/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 | 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 | StopInfo.cpp | 701 ThreadPlanStepOverWatchpoint(Thread & thread,StopInfoWatchpointSP stop_info_sp,WatchpointSP watch_sp) ThreadPlanStepOverWatchpoint() argument 724 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); DoPlanExplainsStop() local 1435 GetReturnValueObject(StopInfoSP & stop_info_sp) GetReturnValueObject() argument 1445 GetExpressionVariable(StopInfoSP & stop_info_sp) GetExpressionVariable() argument 1456 GetCrashingDereference(StopInfoSP & stop_info_sp,lldb::addr_t * crashing_address) GetCrashingDereference() argument [all...] |
H A D | ThreadPlanStepOverRange.cpp | 349 StopInfoSP stop_info_sp = GetPrivateStopInfo(); DoPlanExplainsStop() local
|
H A D | ThreadPlanCallFunction.cpp | 433 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in BreakpointsExplainStop() local
|
H A D | ThreadPlanStepOut.cpp | 288 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
H A D | ThreadPlanStepInRange.cpp | 436 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
H A D | ThreadPlanStepRange.cpp | 390 NextRangeBreakpointExplainsStop(lldb::StopInfoSP stop_info_sp) NextRangeBreakpointExplainsStop() argument
|
H A D | Thread.cpp | 436 lldb::StopInfoSP stop_info_sp(GetStopInfo()); GetStopReason() local 457 SetStopInfo(const lldb::StopInfoSP & stop_info_sp) SetStopInfo() argument 591 StopInfoSP stop_info_sp = GetStopInfo(); GetStopDescriptionRaw() local [all...] |
H A D | StackFrameList.cpp | 130 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); ResetCurrentInlinedDepth() local
|
H A D | Process.cpp | 4219 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); ShouldStop() local 4881 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); HandleStoppedEvent() local 5597 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); RunThreadPlan() local 5784 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); GetThreadStatus() local [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 76 if (stop_info_sp) { in AddHeaderAndCalculateDirectories() local 682 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); AddExceptions() local 701 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); AddExceptions() local
|
/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 232 lldb::StopInfoSP stop_info_sp; in CalculateStopInfo() local
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 313 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop() local
|
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 355 stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason() local
|
/llvm-project/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(); GetStopReasonDataAtIndex() local 362 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); GetStopReturnValue() local [all...] |
/llvm-project/lldb/include/lldb/Target/ |
H A D | Thread.h | 125 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you global() member
|
/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1399 StopInfoSP stop_info_sp = thread->GetStopInfo(); Format() local 1419 StopInfoSP stop_info_sp = thread->GetStopInfo(); Format() local
|
H A D | IOHandlerCursesGUI.cpp | 7070 StopInfoSP stop_info_sp; WindowDelegateDraw() local 7223 StopInfoSP stop_info_sp; WindowDelegateDraw() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 141 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute() local
|
H A D | CommandObjectProcess.cpp | 494 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); DoExecute() local
|