Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp75 SetStopInfo(backing_stop_info_sp); in CalculateStopInfo()
84 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h521 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function
522 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
H A DThread.h1184 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1602 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo()
1706 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo()
1715 thread_sp->SetStopInfo( in SetThreadStopInfo()
1734 thread_sp->SetStopInfo( in SetThreadStopInfo()
1738 thread_sp->SetStopInfo( in SetThreadStopInfo()
1754 thread_sp->SetStopInfo( in SetThreadStopInfo()
1834 thread_sp->SetStopInfo( in SetThreadStopInfo()
1845 thread_sp->SetStopInfo( in SetThreadStopInfo()
1857 thread_sp->SetStopInfo( in SetThreadStopInfo()
1898 thread_sp->SetStopInfo( in SetThreadStopInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp209 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp375 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
398 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo()
405 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo()
450 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread
487 SetStopInfo( in SetStopInfoToNothing()
545 SetStopInfo(saved_state.stop_info_sp); in RestoreThreadStateFromCheckpoint()
H A DThreadPlanStepInRange.cpp473 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
H A DStopInfo.cpp744 GetThread().SetStopInfo(m_stop_info_sp); in ShouldStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp178 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp223 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp326 SetStopInfo(stop_info_sp); in CalculateStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp244 SetStopInfo(StopInfo::CreateStopReasonWithSignal( in CalculateStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp288 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp863 thread_sp->SetStopInfo( in NotifyBreakpointHit()