Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp205 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 DRemoteAwarePlatform.cpp41 if (IsHost()) { in ResolveExecutable()
H A DTargetList.cpp127 if (platform_sp->IsHost() && in CreateTargetInternal()
H A DTarget.cpp3390 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 DPlatformDarwinDevice.cpp305 (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 DPlatformDarwin.h165 virtual bool CheckLocalSharedCache() const { return IsHost(); } in CheckLocalSharedCache()
H A DPlatformDarwin.cpp707 if (IsHost()) { in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h35 return GetPluginNameStatic(IsHost()); in GetPluginName()
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformOpenBSD.cpp138 if (IsHost()) { in GetStatus()
152 if (IsHost()) { in CanDebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h36 return GetPluginNameStatic(IsHost()); in GetPluginName()
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformNetBSD.cpp132 if (IsHost()) { in GetStatus()
181 if (IsHost()) { in CanDebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h36 return GetPluginNameStatic(IsHost()); in GetPluginName()
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformFreeBSD.cpp146 if (IsHost()) { in GetStatus()
160 if (IsHost()) { in CanDebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h36 return GetPluginNameStatic(IsHost()); in GetPluginName()
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformLinux.cpp145 if (IsHost()) { in GetStatus()
194 if (IsHost()) { in CanDebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h35 return GetPluginNameStatic(IsHost()); in GetPluginName()
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformWindows.cpp135 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 DPlatformPOSIX.cpp97 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 DPlatformAndroid.cpp143 if (IsHost()) in ConnectRemote()
172 if (IsHost() || !m_remote_platform_sp) in GetFile()
215 if (IsHost() || !m_remote_platform_sp) in PutFile()
H A DPlatformAndroid.h40 return GetPluginNameStatic(IsHost()); in GetPluginName()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h421 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 DProcessGDBRemote.cpp686 } 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 DCommandObjectTarget.cpp324 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 DAppleObjCRuntimeV2.cpp2547 if (platform_sp->IsHost()) { in WarnIfNoExpandedSharedCache()