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.cpp1802 if (IsRemote() || local_file != remote_file) { in LoadImage()
1815 if (IsRemote() || local_file != target_file) { in LoadImage()
H A DTarget.cpp3060 if (platform_sp->IsRemote()) { in Install()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp417 if (IsRemote()) { in DebugProcess()
496 if (IsRemote()) { in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h445 bool IsRemote() const { return !m_is_host; } in IsRemote() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp298 if (IsRemote() && m_remote_platform_sp) in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5355 if (platform.IsRemote()) { in SaveCore()