Home
last modified time | relevance | path

Searched refs:GetRemoteUnixSignals (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h158 const lldb::UnixSignalsSP &GetRemoteUnixSignals() override;
H A DPlatformRemoteGDBServer.cpp723 const UnixSignalsSP &PlatformRemoteGDBServer::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformRemoteGDBServer
725 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h82 const lldb::UnixSignalsSP &GetRemoteUnixSignals() override;
H A DPlatformPOSIX.cpp634 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformPOSIX
636 return m_remote_platform_sp->GetRemoteUnixSignals(); in GetRemoteUnixSignals()
637 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h691 virtual const lldb::UnixSignalsSP &GetRemoteUnixSignals();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1738 const UnixSignalsSP &Platform::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in Platform
1746 return GetRemoteUnixSignals(); in GetUnixSignals()