Home
last modified time | relevance | path

Searched refs:IsHost (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDRemoteAwarePlatform.cpp31 if (IsHost()) in RunShellCommand()
66 if (IsHost()) in OpenFile()
74 if (IsHost()) in CloseFile()
84 if (IsHost()) in ReadFile()
94 if (IsHost()) in WriteFile()
102 if (IsHost()) { in GetFileSize()
115 if (IsHost()) in CreateSymlink()
123 if (IsHost()) in GetFileExists()
131 if (IsHost()) in Unlink()
140 if (IsHost()) in CalculateMD5()
[all …]
HDPlatform.cpp219 if (IsHost()) in GetSharedModule()
427 if (IsHost()) { in GetStatus()
451 if (IsHost()) { in GetOSVersion()
493 if (IsHost()) in GetOSBuildString()
504 if (IsHost()) in GetOSKernelDescription()
524 if (IsHost()) { in GetWorkingDirectory()
746 if (IsHost()) { in SetWorkingDirectory()
762 if (IsHost()) in MakeDirectory()
775 if (IsHost()) { in GetFilePermissions()
791 if (IsHost()) { in SetFilePermissions()
[all …]
HDTarget.cpp3071 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()
3076 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a", in FinalizeFileActions()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp92 return GetPluginNameStatic(IsHost()); in GetPluginName()
130 if (IsHost()) { in GetSupportedArchitectureAtIndex()
201 if (IsHost()) { in GetStatus()
249 if (IsHost()) { in LaunchProcess()
264 if (IsHost()) { in Attach()
HDPlatformFreeBSD.h40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.cpp84 return GetPluginNameStatic(IsHost()); in GetPluginName()
122 if (IsHost()) { in GetSupportedArchitectureAtIndex()
175 if (IsHost()) { in GetStatus()
224 if (IsHost()) { in CanDebugProcess()
244 if (!IsHost()) in DebugProcess()
HDPlatformNetBSD.h40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
HDPlatformOpenBSD.cpp90 return GetPluginNameStatic(IsHost()); in GetPluginName()
128 if (IsHost()) { in GetSupportedArchitectureAtIndex()
180 if (IsHost()) { in GetStatus()
HDPlatformOpenBSD.h40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp77 if (IsHost()) { in ResolveExecutable()
237 if (IsHost()) { in PutFile()
309 if (IsHost()) { in GetFile()
445 if (IsHost()) { in ConnectRemote()
489 if (IsHost()) { in DisconnectRemote()
508 if (IsHost()) { in Attach()
564 if (IsHost()) { in DebugProcess()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h435 bool IsHost() const { in IsHost() function
443 return IsHost(); in IsConnected()
450 if (IsHost()) in SetSystemArchitecture()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDProcessFreeBSD.cpp876 assert(platform_sp && platform_sp->IsHost()); in GetAuxvData()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp823 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch()
2576 if (platform_sp && platform_sp->IsHost()) { in DoDestroy()
3408 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()