Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp164 if (IsRemote() && m_remote_platform_sp) in GetRemoteWorkingDirectory()
171 if (IsRemote() && m_remote_platform_sp) in SetRemoteWorkingDirectory()
179 if (IsRemote() && m_remote_platform_sp) in GetFileWithUUID()
H A DPlatform.cpp1811 if (IsRemote() || local_file != remote_file) { in LoadImage()
1824 if (IsRemote() || local_file != target_file) { in LoadImage()
H A DTarget.cpp3218 if (!platform_sp || !platform_sp->IsRemote() || !platform_sp->IsConnected()) in Install()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp411 if (IsRemote()) { in DebugProcess()
490 if (IsRemote()) { in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h507 bool IsRemote() const { return !m_is_host; } in IsRemote() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp302 if (IsRemote() && m_remote_platform_sp) in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5489 if (platform.IsRemote()) { in SaveCore()