Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h38 const lldb::UnixSignalsSP &GetRemoteUnixSignals() override;
H A DPlatformPOSIX.cpp301 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformPOSIX
303 return m_remote_platform_sp->GetRemoteUnixSignals(); in GetRemoteUnixSignals()
304 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h152 const lldb::UnixSignalsSP &GetRemoteUnixSignals() override;
H A DPlatformRemoteGDBServer.cpp693 const UnixSignalsSP &PlatformRemoteGDBServer::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformRemoteGDBServer
695 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h706 virtual const lldb::UnixSignalsSP &GetRemoteUnixSignals();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1793 const UnixSignalsSP &Platform::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in Platform
1801 return GetRemoteUnixSignals(); in GetUnixSignals()