| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StopInfo.h | 103 static lldb::StopInfoSP 109 static lldb::StopInfoSP CreateStopReasonWithBreakpointSiteID( 112 static lldb::StopInfoSP 116 static lldb::StopInfoSP 123 static lldb::StopInfoSP 128 static lldb::StopInfoSP 133 static lldb::StopInfoSP 136 static lldb::StopInfoSP CreateStopReasonFork(Thread &thread, 147 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp); 150 GetExpressionVariable(lldb::StopInfoSP &stop_info_sp); [all …]
|
| H A D | ThreadPlanCallFunction.h | 84 virtual lldb::StopInfoSP GetRealStopInfo() { in GetRealStopInfo() 131 lldb::StopInfoSP
|
| H A D | Thread.h | 123 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you 242 lldb::StopInfoSP GetStopInfo(); 1145 virtual lldb::StopInfoSP GetPrivateStopInfo(bool calculate = true); 1184 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp); 1278 lldb::StopInfoSP m_stop_info_sp; ///< The private stop reason for this thread
|
| H A D | ThreadPlan.h | 517 lldb::StopInfoSP GetPrivateStopInfo() { in GetPrivateStopInfo() 521 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo()
|
| H A D | InstrumentationRuntimeStopInfo.h | 31 static lldb::StopInfoSP CreateStopReasonWithInstrumentationData(
|
| H A D | OperatingSystem.h | 56 virtual lldb::StopInfoSP CreateThreadStopReason(Thread *thread) = 0;
|
| H A D | ThreadPlanCallUserExpression.h | 37 lldb::StopInfoSP GetRealStopInfo() override;
|
| H A D | ThreadPlanStepRange.h | 63 bool NextRangeBreakpointExplainsStop(lldb::StopInfoSP stop_info_sp);
|
| H A D | LanguageRuntime.h | 140 virtual bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 1366 return StopInfoSP(new StopInfoBreakpoint(thread, break_id)); in CreateStopReasonWithBreakpointSiteID() 1380 return StopInfoSP( in CreateStopReasonWithWatchpointID() 1391 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace() 1392 return StopInfoSP(new StopInfoTrace(thread)); in CreateStopReasonToTrace() 1395 StopInfoSP StopInfo::CreateStopReasonWithPlan( in CreateStopReasonWithPlan() 1412 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) { in CreateStopReasonWithExec() 1413 return StopInfoSP(new StopInfoExec(thread)); in CreateStopReasonWithExec() 1416 StopInfoSP StopInfo::CreateStopReasonFork(Thread &thread, in CreateStopReasonFork() 1423 StopInfoSP StopInfo::CreateStopReasonVFork(Thread &thread, in CreateStopReasonVFork() 1430 return StopInfoSP(new StopInfoVForkDone(thread)); in CreateStopReasonVForkDone() [all …]
|
| H A D | InstrumentationRuntimeStopInfo.cpp | 30 StopInfoSP 34 return StopInfoSP( in CreateStopReasonWithInstrumentationData()
|
| H A D | ThreadPlanCallUserExpression.cpp | 99 StopInfoSP ThreadPlanCallUserExpression::GetRealStopInfo() { in GetRealStopInfo() 100 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo()
|
| H A D | ThreadPlanBase.cpp | 62 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop() 79 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
|
| H A D | ThreadPlanStepUntil.cpp | 148 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop() 265 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
|
| H A D | ThreadPlanStepOverBreakpoint.cpp | 51 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
|
| H A D | Thread.cpp | 340 lldb::StopInfoSP Thread::GetStopInfo() { in GetStopInfo() 378 lldb::StopInfoSP Thread::GetPrivateStopInfo(bool calculate) { in GetPrivateStopInfo() 405 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo() 429 lldb::StopInfoSP stop_info_sp(GetStopInfo()); in GetStopReason() 450 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() 584 StopInfoSP stop_info_sp = GetStopInfo(); in GetStopDescriptionRaw() 785 StopInfoSP private_stop_info(GetPrivateStopInfo()); in ShouldStop()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.cpp | 105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo() 118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 488 static StopInfoSP GetStopInfoForHardwareBP(Thread &thread, Target *target, in GetStopInfoForHardwareBP() 593 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException() 598 return StopInfoSP(); in CreateStopReasonWithMachException() 650 if (StopInfoSP stop_info = in CreateStopReasonWithMachException() 811 return StopInfoSP(); in CreateStopReasonWithMachException() 829 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
|
| H A D | StopInfoMachException.h | 56 static lldb::StopInfoSP CreateStopReasonWithMachException(
|
| H A D | ThreadMemory.cpp | 70 lldb::StopInfoSP backing_stop_info_sp( in CalculateStopInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.h | 57 lldb::StopInfoSP
|
| H A D | OperatingSystemPython.cpp | 349 StopInfoSP 354 StopInfoSP in CreateThreadStopReason()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.h | 71 bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.h | 88 bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount() 220 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetStopReasonDataAtIndex() 290 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() 314 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces() 362 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue()
|