Home
last modified time | relevance | path

Searched refs:GetRemoteWorkingDirectory (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h96 FileSpec GetRemoteWorkingDirectory() override;
H A DPlatformRemoteGDBServer.cpp253 FileSpec PlatformRemoteGDBServer::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory() function in PlatformRemoteGDBServer
263 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h69 lldb_private::FileSpec GetRemoteWorkingDirectory() override;
H A DPlatformPOSIX.cpp640 FileSpec PlatformPOSIX::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory() function in PlatformPOSIX
642 return m_remote_platform_sp->GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
644 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h276 virtual FileSpec GetRemoteWorkingDirectory() { return m_working_dir; } in GetRemoteWorkingDirectory() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp543 m_working_dir = GetRemoteWorkingDirectory(); in GetWorkingDirectory()
H A DTarget.cpp2688 remote_file = platform_sp->GetRemoteWorkingDirectory(); in Install()