Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DPlatform.cpp303 if (IsHost()) in GetStatus()
323 if (IsHost()) in GetOSVersion()
377 if (IsHost()) in GetOSBuildString()
386 if (IsHost()) in GetOSKernelDescription()
404 if (IsHost()) in GetHostname()
418 if (IsHost()) in GetUserName()
433 if (IsHost()) in GetGroupName()
447 if (IsHost()) in SetOSVersion()
548 if (IsHost()) in GetSystemArchitecture()
595 if (IsHost()) in ConnectRemote()
[all …]
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp169 if (IsHost()) in ResolveExecutable()
353 if (IsHost()) in GetHostname()
364 if (IsHost()) in IsConnected()
375 if (IsHost()) in ConnectRemote()
413 if (IsHost()) in DisconnectRemote()
431 if (IsHost()) in GetProcessInfo()
449 if (IsHost()) in FindProcesses()
467 if (IsHost()) in LaunchProcess()
489 if (IsHost()) in Attach()
DPlatformFreeBSD.h56 return GetPluginNameStatic (IsHost()); in GetPluginName()
68 return GetDescriptionStatic(IsHost()); in GetDescription()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp117 return GetPluginNameStatic(IsHost()); in GetPluginName()
160 if (IsHost()) in ResolveExecutable()
323 if (IsHost()) in GetProcessInfo()
406 if (IsHost()) in LaunchProcess()
436 if (IsHost()) in Attach()
DPlatformLinux.h69 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.h55 return GetPluginNameStatic (IsHost()); in GetPluginName()
67 return GetDescriptionStatic (IsHost()); in GetDescription()
DPlatformDarwin.cpp137 if (IsHost()) in ResolveExecutable()
480 if (IsHost()) in GetHostname()
491 if (IsHost()) in IsConnected()
502 if (IsHost()) in ConnectRemote()
540 if (IsHost()) in DisconnectRemote()
559 if (IsHost()) in GetProcessInfo()
578 if (IsHost()) in FindProcesses()
597 if (IsHost()) in LaunchProcess()
620 if (IsHost()) in Attach()
/external/lldb/include/lldb/Target/
DPlatform.h470 IsHost () const in IsHost() function
485 return IsHost(); in IsConnected()
495 if (IsHost()) in SetSystemArchitecture()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp669 if (platform_sp && platform_sp->IsHost() && !disable_stdio) in DoLaunch()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1603 if (platform_sp && platform_sp->IsHost() && use_lldb_cache) in ParseSymtab()