Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp570 SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SignalNotify()
573 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalNotify()
579 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalDeliveredNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStopInfo.h117 CreateStopReasonWithSignal(Thread &thread, int signo,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp439 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp249 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp233 stop_info = StopInfo::CreateStopReasonWithSignal( in RefreshStateAfterStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp1137 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal() function in StopInfo
H A DThread.cpp519 StopInfo::CreateStopReasonWithSignal(*this, LLDB_INVALID_SIGNAL_NUMBER)); in SetStopInfoToNothing()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2025 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo()
2030 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SetThreadStopInfo()