Searched refs:CreateStopReasonWithSignal (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ThreadKDP.cpp | 132 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | StopInfo.h | 117 CreateStopReasonWithSignal(Thread &thread, int signo,
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 259 StopInfo::CreateStopReasonWithSignal(*this, signal, description.data()); in CalculateStopInfo()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.cpp | 225 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 634 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 345 stop_info = StopInfo::CreateStopReasonWithSignal( in RefreshStateAfterStop()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | StopInfo.cpp | 1375 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal() function in StopInfo
|
H A D | Thread.cpp | 484 StopInfo::CreateStopReasonWithSignal(*this, LLDB_INVALID_SIGNAL_NUMBER)); in SetStopInfoToNothing()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1866 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo() 1871 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo()
|