Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1693 if (IsRemote() || local_file != remote_file) { in LoadImage()
1706 if (IsRemote() || local_file != target_file) { in LoadImage()
H A DTarget.cpp2958 if (platform_sp->IsRemote()) { in Install()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp411 if (IsRemote()) { in DebugProcess()
489 if (IsRemote()) { in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp481 if (IsRemote()) { in DebugProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h425 bool IsRemote() const { return !m_is_host; } in IsRemote() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp298 if (IsRemote() && m_remote_platform_sp) in GetRemoteUnixSignals()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp340 if (IsRemote()) { in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4813 if (platform.IsRemote()) { in SaveCore()