Home
last modified time | relevance | path

Searched refs:GetCrashReasonString (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.h53 std::string GetCrashReasonString(CrashReason reason, lldb::addr_t fault_addr);
54 std::string GetCrashReasonString(CrashReason reason, const siginfo_t &info);
H A DCrashReason.cpp133 std::string GetCrashReasonString(CrashReason reason, const siginfo_t &info) { in GetCrashReasonString() function
147 return GetCrashReasonString(reason, in GetCrashReasonString()
151 std::string GetCrashReasonString(CrashReason reason, lldb::addr_t fault_addr) { in GetCrashReasonString() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp52 m_stop_description = GetCrashReasonString(reason, *info); in SetStoppedBySignal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp568 std::string stop_description = GetCrashReasonString( in SignalNotify()