| /llvm-project-15.0.7/lldb/unittests/Thread/ |
| H A D | ThreadTest.cpp | 93 TEST_F(ThreadTest, SetStopInfo) { in TEST_F() argument 124 thread_sp->SetStopInfo(stopinfo_sp); in TEST_F() 153 thread_sp->SetStopInfo(stopinfo_sp); in TEST_F()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.cpp | 105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo() 118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ThreadPlan.h | 519 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function 520 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
|
| H A D | Thread.h | 1163 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1634 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo() 1729 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo() 1739 thread_sp->SetStopInfo( in SetThreadStopInfo() 1759 thread_sp->SetStopInfo( in SetThreadStopInfo() 1763 thread_sp->SetStopInfo( in SetThreadStopInfo() 1779 thread_sp->SetStopInfo( in SetThreadStopInfo() 1825 thread_sp->SetStopInfo( in SetThreadStopInfo() 1850 thread_sp->SetStopInfo( in SetThreadStopInfo() 1866 thread_sp->SetStopInfo( in SetThreadStopInfo() 1893 thread_sp->SetStopInfo( in SetThreadStopInfo() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ThreadMachCore.cpp | 142 SetStopInfo(stop_info); in CalculateStopInfo()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Thread.cpp | 369 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo() 383 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo() 390 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo() 435 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread 472 SetStopInfo( in SetStopInfoToNothing() 530 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 | 792 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 262 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 177 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | ProcessEventDataTest.cpp | 136 thread_sp->SetStopInfo(stopinfo_sp); in CreateThread()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 280 SetStopInfo(stop_info_sp); in CalculateStopInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 223 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 225 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 862 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 363 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
|