Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp41 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 …]
DPlatform.cpp225 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 …]
DTarget.cpp3149 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/
DPlatformNetBSD.cpp86 return GetPluginNameStatic(IsHost()); in GetPluginName()
122 if (IsHost()) { in GetSupportedArchitectureAtIndex()
175 if (IsHost()) { in GetStatus()
224 if (IsHost()) { in CanDebugProcess()
DPlatformNetBSD.h38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp93 return GetPluginNameStatic(IsHost()); in GetPluginName()
129 if (IsHost()) { in GetSupportedArchitectureAtIndex()
206 if (IsHost()) { in GetStatus()
255 if (IsHost()) { in CanDebugProcess()
DPlatformLinux.h38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp97 return GetPluginNameStatic(IsHost()); in GetPluginName()
133 if (IsHost()) { in GetSupportedArchitectureAtIndex()
204 if (IsHost()) { in GetStatus()
251 if (IsHost()) { in CanDebugProcess()
DPlatformFreeBSD.h38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp121 return GetPluginNameStatic(IsHost()); in GetPluginName()
156 if (IsHost()) { in ConnectRemote()
187 if (IsHost()) { in DisconnectRemote()
253 if (!IsHost()) { in Attach()
DPlatformWindows.h38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp92 return GetPluginNameStatic(IsHost()); in GetPluginName()
128 if (IsHost()) { in GetSupportedArchitectureAtIndex()
180 if (IsHost()) { in GetStatus()
DPlatformOpenBSD.h38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp151 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/
DPlatformDarwin.cpp230 (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/
DPlatformPOSIX.cpp94 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/
DPlatform.h442 bool IsHost() const { in IsHost() function
450 return IsHost(); in IsConnected()
457 if (IsHost()) in SetSystemArchitecture()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp881 assert(platform_sp && platform_sp->IsHost()); in GetAuxvData()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp815 } 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()