Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp302 FileSpec RemoteAwarePlatform::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory() function in RemoteAwarePlatform
304 return m_remote_platform_sp->GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
305 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
H A DPlatform.cpp541 m_working_dir = GetRemoteWorkingDirectory(); in GetWorkingDirectory()
H A DTarget.cpp2801 remote_file = platform_sp->GetRemoteWorkingDirectory(); in Install()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h48 FileSpec GetRemoteWorkingDirectory() override;
H A DPlatform.h261 virtual FileSpec GetRemoteWorkingDirectory() { return m_working_dir; } in GetRemoteWorkingDirectory() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h92 FileSpec GetRemoteWorkingDirectory() override;
H A DPlatformRemoteGDBServer.cpp257 FileSpec PlatformRemoteGDBServer::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory() function in PlatformRemoteGDBServer
267 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()