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.cpp74 SetStopInfo(backing_stop_info_sp); in CalculateStopInfo()
83 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.h548 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function
549 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
H A DThread.h1250 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1678 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo()
1776 thread_sp->SetStopInfo(current_stop_info_sp); in SetThreadStopInfo()
1781 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo()
1801 thread_sp->SetStopInfo( in SetThreadStopInfo()
1815 thread_sp->SetStopInfo(StopInfo::CreateStopReasonToTrace(*thread_sp)); in SetThreadStopInfo()
1827 thread_sp->SetStopInfo( in SetThreadStopInfo()
1832 thread_sp->SetStopInfo(invalid_stop_info_sp); in SetThreadStopInfo()
1898 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()
1902 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()
1906 thread_sp->SetStopInfo(StopInfo::CreateStopReasonHistoryBoundary( in SetThreadStopInfo()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp383 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
406 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo()
413 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo()
464 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread
501 SetStopInfo( in SetStopInfoToNothing()
560 SetStopInfo(saved_state.stop_info_sp); in RestoreThreadStateFromCheckpoint()
H A DThreadPlanStepInRange.cpp477 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
H A DStopInfo.cpp765 GetThread().SetStopInfo(m_stop_info_sp); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp216 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp282 SetStopInfo(std::move(stopinfo_sp)); in CalculateStopInfo()
287 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/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.cpp221 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp337 SetStopInfo(stop_info_sp); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp862 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp307 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()