Home
last modified time | relevance | path

Searched refs:StopInfoSP (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStopInfo.h103 static lldb::StopInfoSP
109 static lldb::StopInfoSP CreateStopReasonWithBreakpointSiteID(
112 static lldb::StopInfoSP CreateStopReasonWithWatchpointID(
116 static lldb::StopInfoSP
120 static lldb::StopInfoSP CreateStopReasonToTrace(Thread &thread);
122 static lldb::StopInfoSP
127 static lldb::StopInfoSP
130 static lldb::StopInfoSP CreateStopReasonWithExec(Thread &thread);
132 static lldb::StopInfoSP
135 static lldb::StopInfoSP CreateStopReasonFork(Thread &thread,
[all …]
DThreadPlanCallFunction.h84 virtual lldb::StopInfoSP GetRealStopInfo() { in GetRealStopInfo()
131 lldb::StopInfoSP
DThread.h123 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you
244 lldb::StopInfoSP GetStopInfo();
1125 virtual lldb::StopInfoSP GetPrivateStopInfo(bool calculate = true);
1164 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
1258 lldb::StopInfoSP m_stop_info_sp; ///< The private stop reason for this thread
DThreadPlan.h517 lldb::StopInfoSP GetPrivateStopInfo() { in GetPrivateStopInfo()
521 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo()
DInstrumentationRuntimeStopInfo.h31 static lldb::StopInfoSP CreateStopReasonWithInstrumentationData(
DOperatingSystem.h56 virtual lldb::StopInfoSP CreateThreadStopReason(Thread *thread) = 0;
DThreadPlanCallUserExpression.h37 lldb::StopInfoSP GetRealStopInfo() override;
DThreadPlanStepRange.h63 bool NextRangeBreakpointExplainsStop(lldb::StopInfoSP stop_info_sp);
/openbsd/src/gnu/llvm/lldb/source/Target/
DStopInfo.cpp720 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); in DoPlanExplainsStop()
1358 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1360 return StopInfoSP(new StopInfoBreakpoint(thread, break_id)); in CreateStopReasonWithBreakpointSiteID()
1363 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1366 return StopInfoSP(new StopInfoBreakpoint(thread, break_id, should_stop)); in CreateStopReasonWithBreakpointSiteID()
1369 StopInfoSP
1372 return StopInfoSP(new StopInfoWatchpoint(thread, watch_id, watch_hit_addr)); in CreateStopReasonWithWatchpointID()
1375 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal()
1378 return StopInfoSP(new StopInfoUnixSignal(thread, signo, description)); in CreateStopReasonWithSignal()
1381 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace()
[all …]
DInstrumentationRuntimeStopInfo.cpp30 StopInfoSP
34 return StopInfoSP( in CreateStopReasonWithInstrumentationData()
DThreadPlanCallUserExpression.cpp99 StopInfoSP ThreadPlanCallUserExpression::GetRealStopInfo() { in GetRealStopInfo()
100 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo()
DThreadPlanBase.cpp62 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop()
79 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
DThreadPlanStepUntil.cpp148 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop()
265 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
DThreadPlanStepOverBreakpoint.cpp51 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp488 static StopInfoSP GetStopInfoForHardwareBP(Thread &thread, Target *target, in GetStopInfoForHardwareBP()
598 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()
603 return StopInfoSP(); in CreateStopReasonWithMachException()
655 if (StopInfoSP stop_info = in CreateStopReasonWithMachException()
782 return StopInfoSP(); in CreateStopReasonWithMachException()
800 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
DStopInfoMachException.h56 static lldb::StopInfoSP CreateStopReasonWithMachException(
DThreadMemory.cpp70 lldb::StopInfoSP backing_stop_info_sp( in CalculateStopInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/
DArchitectureArm.cpp105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h67 lldb::StopInfoSP m_cached_stop_info_sp;
/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h57 lldb::StopInfoSP
DOperatingSystemPython.cpp355 StopInfoSP
360 StopInfoSP in CreateThreadStopReason()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h67 bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp110 StopInfoSP stop_info; in CalculateStopInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h88 bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
/openbsd/src/gnu/llvm/lldb/source/API/
DSBThread.cpp162 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()

12