Home
last modified time | relevance | path

Searched refs:m_trap_handlers (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp154 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp169 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp190 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h961 std::vector<ConstString> m_trap_handlers; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp498 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp696 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp239 m_ignores_remote_hostname(false), m_trap_handlers(), in Platform()
1438 return m_trap_handlers; in GetTrapHandlerSymbolNames()