Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp93 m_stop_description = GetCrashReasonString(*info); in SetStoppedBySignal()
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp93 m_stop_description = GetCrashReasonString(*info); in SetStoppedBySignal()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp297 m_stop_description = GetCrashReasonString(*info); in SetStoppedBySignal()