Home
last modified time | relevance | path

Searched refs:CreateStopReasonWithSignal (Results 1 – 10 of 10) sorted by relevance

/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/FreeBSD/
DFreeBSDThread.cpp553 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/
DThreadKDP.cpp132 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP)); in CalculateStopInfo()
/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h117 CreateStopReasonWithSignal(Thread &thread, int signo,
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp371 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp231 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp1115 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal() function in StopInfo
DThread.cpp478 StopInfo::CreateStopReasonWithSignal(*this, LLDB_INVALID_SIGNAL_NUMBER)); in SetStopInfoToNothing()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp349 stop_info = StopInfo::CreateStopReasonWithSignal( in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1943 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo()
1948 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo()