Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp163 FileSpec RemoteAwarePlatform::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory() function in RemoteAwarePlatform
165 return m_remote_platform_sp->GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
166 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
H A DPlatform.cpp372 m_working_dir = GetRemoteWorkingDirectory(); in GetWorkingDirectory()
H A DTarget.cpp3078 remote_file = platform_sp->GetRemoteWorkingDirectory(); in Install()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h50 FileSpec GetRemoteWorkingDirectory() override;
H A DPlatform.h235 virtual FileSpec GetRemoteWorkingDirectory() { return m_working_dir; } in GetRemoteWorkingDirectory() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h86 FileSpec GetRemoteWorkingDirectory() override;
H A DPlatformRemoteGDBServer.cpp181 FileSpec PlatformRemoteGDBServer::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory() function in PlatformRemoteGDBServer
191 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()