Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp93 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 DThreadMemory.cpp75 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 DArchitectureArm.cpp105 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
118 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlan.h519 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function
520 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
H A DThread.h1163 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1634 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 DThreadMachCore.cpp142 SetStopInfo(stop_info); in CalculateStopInfo()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp369 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 DThreadPlanStepInRange.cpp473 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
H A DStopInfo.cpp792 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp262 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp177 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp136 thread_sp->SetStopInfo(stopinfo_sp); in CreateThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp280 SetStopInfo(stop_info_sp); in CalculateStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp223 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp225 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp862 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp363 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()