Searched refs:CreateStopReasonWithSignal (Results 1 – 10 of 10) sorted by relevance
/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/FreeBSD/ |
D | FreeBSDThread.cpp | 553 SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SignalNotify() 556 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalNotify() 562 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalDeliveredNotify()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ThreadKDP.cpp | 132 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | StopInfo.h | 117 CreateStopReasonWithSignal(Thread &thread, int signo,
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 371 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
|
/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/Target/ |
D | StopInfo.cpp | 1115 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal() function in StopInfo
|
D | Thread.cpp | 478 StopInfo::CreateStopReasonWithSignal(*this, LLDB_INVALID_SIGNAL_NUMBER)); in SetStopInfoToNothing()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 349 stop_info = StopInfo::CreateStopReasonWithSignal( in RefreshStateAfterStop()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1943 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo() 1948 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo()
|