Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp270 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/
DThreadTest.cpp99 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/
DThreadMemory.cpp74 SetStopInfo(backing_stop_info_sp); in CalculateStopInfo()
83 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()
/external/llvm-project/lldb/source/Plugins/Architecture/Arm/
DArchitectureArm.cpp112 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
125 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp130 SetStopInfo(m_cached_stop_info_sp); in CalculateStopInfo()
132 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h524 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function
525 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
DThread.h1165 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp94 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp405 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()
DTargetThreadWindows.cpp123 SetStopInfo(m_stop_info_sp); in CalculateStopInfo()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1709 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/
DThread.cpp374 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()
DThreadPlanStepInRange.cpp477 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
DStopInfo.cpp739 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp264 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/external/llvm-project/lldb/unittests/Process/
DProcessEventDataTest.cpp144 thread_sp->SetStopInfo(stopinfo_sp); in CreateThread()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp187 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp225 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp231 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp864 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp369 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()