| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 205 if (IsHost()) in GetSharedModule() 308 if (IsHost()) { in GetStatus() 338 if (IsHost()) { in GetOSVersion() 378 if (IsHost()) in GetOSBuildString() 384 if (IsHost()) in GetOSKernelDescription() 399 if (IsHost()) { in GetWorkingDirectory() 622 if (IsHost()) { in SetWorkingDirectory() 638 if (IsHost()) in MakeDirectory() 650 if (IsHost()) { in GetFilePermissions() 665 if (IsHost()) { in SetFilePermissions() [all …]
|
| H A D | RemoteAwarePlatform.cpp | 41 if (IsHost()) { in ResolveExecutable()
|
| H A D | TargetList.cpp | 127 if (platform_sp->IsHost() && in CreateTargetInternal()
|
| H A D | Target.cpp | 3390 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions() 3395 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a", in FinalizeFileActions()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinDevice.cpp | 305 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 336 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 358 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 372 if (!IsHost()) { in GetSharedModuleWithLocalCache() 390 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 421 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 436 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 444 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 453 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
|
| H A D | PlatformDarwin.h | 165 virtual bool CheckLocalSharedCache() const { return IsHost(); } in CheckLocalSharedCache()
|
| H A D | PlatformDarwin.cpp | 707 if (IsHost()) { in DebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.h | 35 return GetPluginNameStatic(IsHost()); in GetPluginName() 40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
| H A D | PlatformOpenBSD.cpp | 138 if (IsHost()) { in GetStatus() 152 if (IsHost()) { in CanDebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.h | 36 return GetPluginNameStatic(IsHost()); in GetPluginName() 41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
| H A D | PlatformNetBSD.cpp | 132 if (IsHost()) { in GetStatus() 181 if (IsHost()) { in CanDebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.h | 36 return GetPluginNameStatic(IsHost()); in GetPluginName() 41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
| H A D | PlatformFreeBSD.cpp | 146 if (IsHost()) { in GetStatus() 160 if (IsHost()) { in CanDebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.h | 36 return GetPluginNameStatic(IsHost()); in GetPluginName() 41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
| H A D | PlatformLinux.cpp | 145 if (IsHost()) { in GetStatus() 194 if (IsHost()) { in CanDebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.h | 35 return GetPluginNameStatic(IsHost()); in GetPluginName() 40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
| H A D | PlatformWindows.cpp | 135 if (IsHost()) { in ConnectRemote() 446 if (IsHost()) { in DisconnectRemote() 514 if (!IsHost()) { in Attach()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 97 if (IsHost()) { in PutFile() 169 if (IsHost()) { in GetFile() 305 if (IsHost()) { in ConnectRemote() 350 if (IsHost()) { in DisconnectRemote() 369 if (IsHost()) { in Attach() 425 if (!IsHost()) { in DebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 143 if (IsHost()) in ConnectRemote() 172 if (IsHost() || !m_remote_platform_sp) in GetFile() 215 if (IsHost() || !m_remote_platform_sp) in PutFile()
|
| H A D | PlatformAndroid.h | 40 return GetPluginNameStatic(IsHost()); in GetPluginName()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Platform.h | 421 bool IsHost() const { in IsHost() function 429 return IsHost(); in IsConnected() 436 if (IsHost()) in SetSystemArchitecture()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 686 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch() 2377 if (platform_sp && platform_sp->IsHost()) { in DoDestroy() 3173 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 324 if (platform_sp && platform_sp->IsHost() && in DoExecute() 363 if (platform_sp->IsHost()) { in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2547 if (platform_sp->IsHost()) { in WarnIfNoExpandedSharedCache()
|