/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 41 if (IsHost()) { in ResolveExecutable() 185 if (IsHost()) in RunShellCommand() 221 if (IsHost()) in OpenFile() 229 if (IsHost()) in CloseFile() 239 if (IsHost()) in ReadFile() 249 if (IsHost()) in WriteFile() 257 if (IsHost()) { in GetFileSize() 270 if (IsHost()) in CreateSymlink() 278 if (IsHost()) in GetFileExists() 286 if (IsHost()) in Unlink() [all …]
|
D | Platform.cpp | 225 if (IsHost()) in GetSharedModule() 430 if (IsHost()) { in GetStatus() 457 if (IsHost()) { in GetOSVersion() 499 if (IsHost()) in GetOSBuildString() 510 if (IsHost()) in GetOSKernelDescription() 530 if (IsHost()) { in GetWorkingDirectory() 752 if (IsHost()) { in SetWorkingDirectory() 768 if (IsHost()) in MakeDirectory() 781 if (IsHost()) { in GetFilePermissions() 797 if (IsHost()) { in SetFilePermissions() [all …]
|
D | Target.cpp | 3149 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions() 3154 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a", in FinalizeFileActions()
|
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
D | PlatformNetBSD.cpp | 86 return GetPluginNameStatic(IsHost()); in GetPluginName() 122 if (IsHost()) { in GetSupportedArchitectureAtIndex() 175 if (IsHost()) { in GetStatus() 224 if (IsHost()) { in CanDebugProcess()
|
D | PlatformNetBSD.h | 38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 93 return GetPluginNameStatic(IsHost()); in GetPluginName() 129 if (IsHost()) { in GetSupportedArchitectureAtIndex() 206 if (IsHost()) { in GetStatus() 255 if (IsHost()) { in CanDebugProcess()
|
D | PlatformLinux.h | 38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 97 return GetPluginNameStatic(IsHost()); in GetPluginName() 133 if (IsHost()) { in GetSupportedArchitectureAtIndex() 204 if (IsHost()) { in GetStatus() 251 if (IsHost()) { in CanDebugProcess()
|
D | PlatformFreeBSD.h | 38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/Platform/Windows/ |
D | PlatformWindows.cpp | 121 return GetPluginNameStatic(IsHost()); in GetPluginName() 156 if (IsHost()) { in ConnectRemote() 187 if (IsHost()) { in DisconnectRemote() 253 if (!IsHost()) { in Attach()
|
D | PlatformWindows.h | 38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
D | PlatformOpenBSD.cpp | 92 return GetPluginNameStatic(IsHost()); in GetPluginName() 128 if (IsHost()) { in GetSupportedArchitectureAtIndex() 180 if (IsHost()) { in GetStatus()
|
D | PlatformOpenBSD.h | 38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/Platform/Android/ |
D | PlatformAndroid.cpp | 151 return GetPluginNameStatic(IsHost()); in GetPluginName() 157 if (IsHost()) { in ConnectRemote() 189 if (IsHost() || !m_remote_platform_sp) in GetFile() 232 if (IsHost() || !m_remote_platform_sp) in PutFile()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 230 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 240 if (IsHost()) { in GetSharedModuleWithLocalCache() 270 if (!IsHost()) { in GetSharedModuleWithLocalCache() 288 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 319 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 334 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 342 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 351 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache() 578 if (IsHost()) { in ARMGetSupportedArchitectureAtIndex() 1237 if (IsHost()) { in DebugProcess()
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 94 if (IsHost()) { in PutFile() 166 if (IsHost()) { in GetFile() 302 if (IsHost()) { in ConnectRemote() 346 if (IsHost()) { in DisconnectRemote() 365 if (IsHost()) { in Attach() 424 if (!IsHost()) { in DebugProcess()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Platform.h | 442 bool IsHost() const { in IsHost() function 450 return IsHost(); in IsConnected() 457 if (IsHost()) in SetSystemArchitecture()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 881 assert(platform_sp && platform_sp->IsHost()); in GetAuxvData()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 815 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch() 2564 if (platform_sp && platform_sp->IsHost()) { in DoDestroy() 3370 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
|