Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h149 const lldb::UnixSignalsSP &GetRemoteUnixSignals() override;
H A DPlatformRemoteGDBServer.cpp683 const UnixSignalsSP &PlatformRemoteGDBServer::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in PlatformRemoteGDBServer
685 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h622 virtual const lldb::UnixSignalsSP &GetRemoteUnixSignals();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1675 const UnixSignalsSP &Platform::GetRemoteUnixSignals() { in GetRemoteUnixSignals() function in Platform
1683 return GetRemoteUnixSignals(); in GetUnixSignals()