Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp584 PlatformPOSIX::SetRemoteWorkingDirectory(const lldb_private::ConstString &path) in SetRemoteWorkingDirectory() function in PlatformPOSIX
587 return m_remote_platform_sp->SetRemoteWorkingDirectory(path); in SetRemoteWorkingDirectory()
589 return Platform::SetRemoteWorkingDirectory(path); in SetRemoteWorkingDirectory()
DPlatformPOSIX.h81 SetRemoteWorkingDirectory(const lldb_private::ConstString &path);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h129 SetRemoteWorkingDirectory(const lldb_private::ConstString &path);
DPlatformRemoteGDBServer.cpp223 PlatformRemoteGDBServer::SetRemoteWorkingDirectory(const lldb_private::ConstString &path) in SetRemoteWorkingDirectory() function in PlatformRemoteGDBServer
235 return Platform::SetRemoteWorkingDirectory(path); in SetRemoteWorkingDirectory()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp694 return SetRemoteWorkingDirectory(path); in SetWorkingDirectory()
755 Platform::SetRemoteWorkingDirectory(const ConstString &path) in SetRemoteWorkingDirectory() function in Platform
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h280 SetRemoteWorkingDirectory(const ConstString &path);