Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h38 const lldb::UnixSignalsSP &GetRemoteUnixSignals() override;
H A DPlatformPOSIX.cpp296 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformPOSIX
298 return m_remote_platform_sp->GetRemoteUnixSignals(); in GetRemoteUnixSignals()
299 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h148 const lldb::UnixSignalsSP &GetRemoteUnixSignals() override;
H A DPlatformRemoteGDBServer.cpp688 const UnixSignalsSP &PlatformRemoteGDBServer::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformRemoteGDBServer
690 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h621 virtual const lldb::UnixSignalsSP &GetRemoteUnixSignals();
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1674 const UnixSignalsSP &Platform::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in Platform
1682 return GetRemoteUnixSignals(); in GetUnixSignals()