Home
last modified time | relevance | path

Searched refs:SetStopInfo (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp274 SetStopInfo(m_stop_info_sp); in CalculateStopInfo()
482 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id, in BreakNotify()
486 SetStopInfo(StopInfoSP()); in BreakNotify()
519 SetStopInfo( in WatchNotify()
543 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID( in TraceNotify()
557 SetStopInfo(StopInfo::CreateStopReasonToTrace(*this)); in TraceNotify()
562 SetStopInfo(lldb::StopInfoSP(new POSIXLimboStopInfo(*this))); in LimboNotify()
570 SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SignalNotify()
573 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalNotify()
579 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalDeliveredNotify()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp78 SetStopInfo(backing_stop_info_sp); in CalculateStopInfo()
87 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp111 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
124 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h583 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function
584 m_thread.SetStopInfo(stop_reason_sp); in SetStopInfo()
H A DThread.h1228 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1789 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo()
1867 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo()
1877 thread_sp->SetStopInfo( in SetThreadStopInfo()
1898 thread_sp->SetStopInfo( in SetThreadStopInfo()
1902 thread_sp->SetStopInfo( in SetThreadStopInfo()
1918 thread_sp->SetStopInfo( in SetThreadStopInfo()
1923 thread_sp->SetStopInfo(invalid_stop_info_sp); in SetThreadStopInfo()
1966 thread_sp->SetStopInfo( in SetThreadStopInfo()
1982 thread_sp->SetStopInfo( in SetThreadStopInfo()
2009 thread_sp->SetStopInfo( in SetThreadStopInfo()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp264 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp177 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp428 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo()
435 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo()
480 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread
518 SetStopInfo( in SetStopInfoToNothing()
577 SetStopInfo(saved_state.stop_info_sp); in RestoreThreadStateFromCheckpoint()
H A DThreadPlanStepInRange.cpp506 SetStopInfo(StopInfo::CreateStopReasonToTrace(m_thread)); in DoWillResume()
H A DStopInfo.cpp748 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp227 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp249 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp254 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp862 thread_sp->SetStopInfo( in NotifyBreakpointHit()