Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp74 SetStopInfo(backing_stop_info_sp); in CalculateStopInfo()
83 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp112 thread.SetStopInfo (StopInfoSP()); in OverrideStopInfo()
125 thread.SetStopInfo(StopInfoSP()); in OverrideStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h514 void SetStopInfo(lldb::StopInfoSP stop_reason_sp) { in SetStopInfo() function
515 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
H A DThread.h1160 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1713 thread->SetStopInfo(StopInfoSP()); in CalculateThreadStopInfo()
1808 thread_sp->SetStopInfo(StopInfoSP()); in SetThreadStopInfo()
1818 thread_sp->SetStopInfo( in SetThreadStopInfo()
1838 thread_sp->SetStopInfo( in SetThreadStopInfo()
1842 thread_sp->SetStopInfo( in SetThreadStopInfo()
1858 thread_sp->SetStopInfo( in SetThreadStopInfo()
1863 thread_sp->SetStopInfo(invalid_stop_info_sp); in SetThreadStopInfo()
1905 thread_sp->SetStopInfo( in SetThreadStopInfo()
1924 thread_sp->SetStopInfo( in SetThreadStopInfo()
1951 thread_sp->SetStopInfo( in SetThreadStopInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp368 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
382 SetStopInfo(m_stop_info_sp); in GetPrivateStopInfo()
389 SetStopInfo(StopInfoSP()); in GetPrivateStopInfo()
434 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) { in SetStopInfo() function in Thread
471 SetStopInfo( in SetStopInfoToNothing()
531 SetStopInfo(saved_state.stop_info_sp); in RestoreThreadStateFromCheckpoint()
H A DThreadPlanStepInRange.cpp476 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
H A DStopInfo.cpp776 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp264 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp182 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp225 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp232 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp864 thread_sp->SetStopInfo( in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp369 stop_thread->SetStopInfo(stop_info); in RefreshStateAfterStop()