Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.h18 std::string GetCrashReasonString(const siginfo_t &info);
H A DCrashReason.cpp13 std::string GetCrashReasonString(const siginfo_t &info) { in GetCrashReasonString() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp93 m_stop_description = GetCrashReasonString(*info); in SetStoppedBySignal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp93 m_stop_description = GetCrashReasonString(*info); in SetStoppedBySignal()