| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | ThreadMemory.cpp | 75 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 D | ArchitectureArm.cpp | 105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo() 118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ThreadKDP.cpp | 130 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 D | ThreadPlan.h | 521 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function 522 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
|
| H A D | Thread.h | 1164 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 393 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 D | TargetThreadWindows.cpp | 123 SetStopInfo(m_stop_info_sp); in CalculateStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1594 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 D | ThreadMachCore.cpp | 142 SetStopInfo(stop_info); in CalculateStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Thread.cpp | 371 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 D | ThreadPlanStepInRange.cpp | 473 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
|
| H A D | StopInfo.cpp | 740 GetThread().SetStopInfo(m_stop_info_sp); in ShouldStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 262 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 177 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 223 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 315 SetStopInfo(stop_info_sp); in CalculateStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 225 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 865 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 365 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
|