Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/freebsd/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.h1200 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1614 thread->SetStopInfo( in CalculateThreadStopInfo()
1622 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo()
1721 thread_sp->SetStopInfo(current_stop_info_sp); in SetThreadStopInfo()
1726 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo()
1735 thread_sp->SetStopInfo( in SetThreadStopInfo()
1756 thread_sp->SetStopInfo( in SetThreadStopInfo()
1760 thread_sp->SetStopInfo( in SetThreadStopInfo()
1776 thread_sp->SetStopInfo( in SetThreadStopInfo()
1781 thread_sp->SetStopInfo(invalid_stop_info_sp); in SetThreadStopInfo()
1847 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp376 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
399 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo()
406 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo()
457 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread
494 SetStopInfo( in SetStopInfoToNothing()
552 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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp209 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp178 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp223 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp326 SetStopInfo(stop_info_sp); in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp250 SetStopInfo(StopInfo::CreateStopReasonWithSignal( in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp288 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp865 thread_sp->SetStopInfo( in NotifyBreakpointHit()