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.cpp276 FileSpec RemoteAwarePlatform::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory() function in RemoteAwarePlatform
278 return m_remote_platform_sp->GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
279 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
H A DPlatform.cpp406 m_working_dir = GetRemoteWorkingDirectory(); in GetWorkingDirectory()
H A DTarget.cpp3090 remote_file = platform_sp->GetRemoteWorkingDirectory(); in Install()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h49 FileSpec GetRemoteWorkingDirectory() override;
H A DPlatform.h248 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()