Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp199 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp227 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp233 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPlatform.h905 std::vector<ConstString> m_trap_handlers; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPlatform.cpp391 m_ignores_remote_hostname(false), m_trap_handlers(), in Platform()
1517 return m_trap_handlers; in GetTrapHandlerSymbolNames()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp728 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp529 m_trap_handlers.push_back(ConstString("_sigtramp")); in CalculateTrapHandlerSymbolNames()