Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp75 SetStopInfo(backing_stop_info_sp); in CalculateStopInfo()
84 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp130 SetStopInfo(m_cached_stop_info_sp); in CalculateStopInfo()
132 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
/openbsd-src/gnu/llvm/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.h1164 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp393 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
414 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
421 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
476 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
501 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
H A DTargetThreadWindows.cpp123 SetStopInfo(m_stop_info_sp); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1594 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo()
1688 thread_sp->SetStopInfo(current_stop_info_sp); in SetThreadStopInfo()
1693 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo()
1702 thread_sp->SetStopInfo( in SetThreadStopInfo()
1721 thread_sp->SetStopInfo( in SetThreadStopInfo()
1725 thread_sp->SetStopInfo( in SetThreadStopInfo()
1741 thread_sp->SetStopInfo( in SetThreadStopInfo()
1746 thread_sp->SetStopInfo(invalid_stop_info_sp); in SetThreadStopInfo()
1777 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo()
1781 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp142 SetStopInfo(stop_info); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp371 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
394 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo()
401 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo()
446 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread
483 SetStopInfo( in SetStopInfoToNothing()
541 SetStopInfo(saved_state.stop_info_sp); in RestoreThreadStateFromCheckpoint()
H A DThreadPlanStepInRange.cpp473 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
H A DStopInfo.cpp740 GetThread().SetStopInfo(m_stop_info_sp); in ShouldStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp262 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp177 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp223 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp315 SetStopInfo(stop_info_sp); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp225 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp865 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp365 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()