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.cpp297 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformPOSIX
299 return m_remote_platform_sp->GetRemoteUnixSignals(); in GetRemoteUnixSignals()
300 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.cpp699 const UnixSignalsSP &PlatformRemoteGDBServer::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformRemoteGDBServer
701 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h644 virtual const lldb::UnixSignalsSP &GetRemoteUnixSignals();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1784 const UnixSignalsSP &Platform::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in Platform
1792 return GetRemoteUnixSignals(); in GetUnixSignals()