Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp276 if (IsRemote() && m_remote_platform_sp) in GetRemoteWorkingDirectory()
283 if (IsRemote() && m_remote_platform_sp) in SetRemoteWorkingDirectory()
291 if (IsRemote() && m_remote_platform_sp) in GetFileWithUUID()
H A DPlatform.cpp1692 if (IsRemote() || local_file != remote_file) { in LoadImage()
1705 if (IsRemote() || local_file != target_file) { in LoadImage()
H A DTarget.cpp2862 if (platform_sp->IsRemote()) { in Install()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp417 if (IsRemote()) { in DebugProcess()
495 if (IsRemote()) { in Attach()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp478 if (IsRemote()) { in DebugProcess()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h424 bool IsRemote() const { return !m_is_host; } in IsRemote() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp297 if (IsRemote() && m_remote_platform_sp) in GetRemoteUnixSignals()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp339 if (IsRemote()) { in GetSharedModule()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4843 if (platform.IsRemote()) { in SaveCore()