Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp277 if (IsRemote() && m_remote_platform_sp) in GetRemoteWorkingDirectory()
284 if (IsRemote() && m_remote_platform_sp) in SetRemoteWorkingDirectory()
292 if (IsRemote() && m_remote_platform_sp) in GetFileWithUUID()
H A DPlatform.cpp1850 if (IsRemote() || local_file != remote_file) { in LoadImage()
1863 if (IsRemote() || local_file != target_file) { in LoadImage()
H A DTarget.cpp3072 if (platform_sp->IsRemote()) { in Install()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp417 if (IsRemote()) { in DebugProcess()
496 if (IsRemote()) { in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h458 bool IsRemote() const { return !m_is_host; } in IsRemote() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp298 if (IsRemote() && m_remote_platform_sp) in GetRemoteUnixSignals()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5178 if (platform.IsRemote()) { in SaveCore()