/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | FreeBSDThread.cpp | 270 SetStopInfo(m_stop_info_sp); in CalculateStopInfo() 464 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id)); in BreakNotify() 467 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id, in BreakNotify() 471 SetStopInfo(StopInfoSP()); in BreakNotify() 503 SetStopInfo( in WatchNotify() 526 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID( in TraceNotify() 540 SetStopInfo(StopInfo::CreateStopReasonToTrace(*this)); in TraceNotify() 545 SetStopInfo(lldb::StopInfoSP(new POSIXLimboStopInfo(*this))); in LimboNotify() 553 SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SignalNotify() 556 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalNotify() [all …]
|
/external/llvm-project/lldb/unittests/Thread/ |
D | ThreadTest.cpp | 99 TEST_F(ThreadTest, SetStopInfo) { in TEST_F() argument 130 thread_sp->SetStopInfo(stopinfo_sp); in TEST_F() 159 thread_sp->SetStopInfo(stopinfo_sp); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.cpp | 74 SetStopInfo(backing_stop_info_sp); in CalculateStopInfo() 83 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()
|
/external/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
D | ArchitectureArm.cpp | 112 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo() 125 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ThreadKDP.cpp | 130 SetStopInfo(m_cached_stop_info_sp); in CalculateStopInfo() 132 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ThreadPlan.h | 524 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function 525 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
|
D | Thread.h | 1165 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
|
/external/llvm-project/lldb/source/Plugins/Process/mach-core/ |
D | ThreadMachCore.cpp | 94 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 405 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop() 426 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop() 433 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop() 467 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop() 492 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
|
D | TargetThreadWindows.cpp | 123 SetStopInfo(m_stop_info_sp); in CalculateStopInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1709 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo() 1786 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo() 1796 thread_sp->SetStopInfo( in SetThreadStopInfo() 1817 thread_sp->SetStopInfo( in SetThreadStopInfo() 1821 thread_sp->SetStopInfo( in SetThreadStopInfo() 1837 thread_sp->SetStopInfo( in SetThreadStopInfo() 1842 thread_sp->SetStopInfo(invalid_stop_info_sp); in SetThreadStopInfo() 1875 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo() 1879 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo() 1884 thread_sp->SetStopInfo( in SetThreadStopInfo() [all …]
|
/external/llvm-project/lldb/source/Target/ |
D | Thread.cpp | 374 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo() 388 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo() 395 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo() 440 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread 477 SetStopInfo( in SetStopInfoToNothing() 537 SetStopInfo(saved_state.stop_info_sp); in RestoreThreadStateFromCheckpoint()
|
D | ThreadPlanStepInRange.cpp | 477 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
|
D | StopInfo.cpp | 739 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
D | InstrumentationRuntimeASan.cpp | 264 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
|
/external/llvm-project/lldb/unittests/Process/ |
D | ProcessEventDataTest.cpp | 144 thread_sp->SetStopInfo(stopinfo_sp); in CreateThread()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 187 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 225 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ThreadElfCore.cpp | 231 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
D | InstrumentationRuntimeTSan.cpp | 864 thread_sp->SetStopInfo( in NotifyBreakpointHit()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 369 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()
|