| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 204 if (IsHost()) in GetSharedModule() 377 if (IsHost()) in GetOSBuildString() 383 if (IsHost()) in GetOSKernelDescription() 636 if (IsHost()) in MakeDirectory() 677 if (IsHost()) in OpenFile() 683 if (IsHost()) in CloseFile() 700 if (IsHost()) in ReadFile() 710 if (IsHost()) in WriteFile() 719 if (IsHost()) in GetUserIDResolver() 725 if (IsHost()) in GetHostname() [all …]
|
| H A D | RemoteAwarePlatform.cpp | 40 if (IsHost()) { in ResolveExecutable()
|
| H A D | TargetList.cpp | 127 if (platform_sp->IsHost() && in CreateTargetInternal()
|
| H A D | Target.cpp | 3293 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions() 3298 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a", in FinalizeFileActions()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinDevice.cpp | 295 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 326 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 348 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 362 if (!IsHost()) { in GetSharedModuleWithLocalCache() 380 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 411 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 426 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 434 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 443 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
|
| H A D | PlatformDarwin.h | 161 virtual bool CheckLocalSharedCache() const { return IsHost(); } in CheckLocalSharedCache()
|
| H A D | PlatformDarwin.cpp | 706 if (IsHost()) { in DebugProcess()
|
| /llvm-project-15.0.7/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 | 135 if (IsHost()) { in GetStatus()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 134 if (IsHost()) { in ConnectRemote() 443 if (IsHost()) { in DisconnectRemote() 511 if (!IsHost()) { in Attach()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 96 if (IsHost()) { in PutFile() 168 if (IsHost()) { in GetFile() 304 if (IsHost()) { in ConnectRemote() 349 if (IsHost()) { in DisconnectRemote() 368 if (IsHost()) { in Attach() 424 if (!IsHost()) { in DebugProcess()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 142 if (IsHost()) in ConnectRemote() 171 if (IsHost() || !m_remote_platform_sp) in GetFile() 214 if (IsHost() || !m_remote_platform_sp) in PutFile()
|
| H A D | PlatformAndroid.h | 40 return GetPluginNameStatic(IsHost()); in GetPluginName()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Platform.h | 420 bool IsHost() const { in IsHost() function 428 return IsHost(); in IsConnected() 435 if (IsHost()) in SetSystemArchitecture()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 789 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch() 2422 if (platform_sp && platform_sp->IsHost()) { in DoDestroy() 3218 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 324 if (platform_sp && platform_sp->IsHost() && in DoExecute() 363 if (platform_sp->IsHost()) { in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2530 if (platform_sp->IsHost()) { in WarnIfNoExpandedSharedCache()
|