| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBHostOS.cpp | 14 #include "lldb/Host/HostInfo.h" 36 sb_filespec.SetFileSpec(HostInfo::GetProgramFileSpec()); in GetProgramFileSpec() 52 fspec = HostInfo::GetShlibDir(); in GetLLDBPath() 55 fspec = HostInfo::GetSupportExeDir(); in GetLLDBPath() 58 fspec = HostInfo::GetHeaderDir(); in GetLLDBPath() 66 fspec = HostInfo::GetSystemPluginDir(); in GetLLDBPath() 69 fspec = HostInfo::GetUserPluginDir(); in GetLLDBPath() 72 fspec = HostInfo::GetProcessTempDir(); in GetLLDBPath() 75 fspec = HostInfo::GetGlobalTempDir(); in GetLLDBPath()
|
| H A D | SystemInitializerFull.cpp | 38 constexpr lldb_private::HostInfo::SharedLibraryDirectoryHelper 43 constexpr lldb_private::HostInfo::SharedLibraryDirectoryHelper
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 91 g_fields->m_host_triple = HostInfo::GetArchitecture().GetTriple(); in GetTargetTriple() 98 HostInfo::ComputeHostArchitectureSupport(g_fields->m_host_arch_32, in GetArchitecture() 124 if (!HostInfo::ComputeSharedLibraryDirectory(g_fields->m_lldb_so_dir)) in GetShlibDir() 134 if (!HostInfo::ComputeSupportExeDirectory(g_fields->m_lldb_support_exe_dir)) in GetSupportExeDir() 144 if (!HostInfo::ComputeHeaderDirectory(g_fields->m_lldb_headers_dir)) in GetHeaderDir() 154 if (!HostInfo::ComputeSystemPluginsDirectory( in GetSystemPluginDir() 166 if (!HostInfo::ComputeUserPluginsDirectory( in GetUserPluginDir() 177 if (!HostInfo::ComputeProcessTempFileDirectory( in GetProcessTempDir() 189 if (!HostInfo::ComputeGlobalTempFileDirectory( in GetGlobalTempDir() 206 if (auto kind = HostInfo::ParseArchitectureKind(triple)) in GetAugmentedArchSpec() [all …]
|
| H A D | Host.cpp | 426 launch_info.SetArchitecture(HostInfo::GetArchitecture()); in RunShellCommand() 429 FileSpec shell = HostInfo::GetDefaultShell(); in RunShellCommand() 455 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in RunShellCommand()
|
| /freebsd/usr.sbin/rpc.statd/ |
| H A D | file.c | 77 HostInfo *find_host(char *hostname, int create) in find_host() 79 HostInfo *hp; in find_host() 80 HostInfo *spare_slot = NULL; in find_host() 81 HostInfo *result = NULL; in find_host() 136 desired_size = ((char*)spare_slot - (char*)status_info) + sizeof(HostInfo); in find_host() 154 memset(spare_slot, 0, sizeof(HostInfo)); in find_host() 203 < (off_t)(HEADER_LEN + sizeof(HostInfo) * status_info->noOfHosts)) ) in init_file() 231 HostInfo *this_host = &status_info->hosts[i]; in init_file() 305 HostInfo *hp; in notify_hosts()
|
| H A D | statd.h | 82 } HostInfo; typedef 92 HostInfo hosts[1]; /* vector of monitored hosts */ 95 #define HEADER_LEN (sizeof(FileLayout) - sizeof(HostInfo)) 107 extern HostInfo *find_host(char * /*hostname*/, int /*create*/);
|
| H A D | procs.c | 156 HostInfo *hp; in sm_mon_1_svc() 223 static int do_unmon(HostInfo *hp, my_id *idp) in do_unmon() 264 HostInfo *hp; in sm_unmon_1_svc() 302 HostInfo *hp; in sm_unmon_all_1_svc() 340 HostInfo *hp; in sm_simu_crash_1_svc() 388 HostInfo *hp; in sm_notify_1_svc()
|
| /freebsd/contrib/llvm-project/lldb/source/Initialization/ |
| H A D | SystemInitializerCommon.cpp | 39 HostInfo::SharedLibraryDirectoryHelper *helper) in SystemInitializerCommon() 71 HostInfo::Initialize(m_shlib_dir_helper); in Initialize() 100 HostInfo::Terminate(); in Terminate()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Initialization/ |
| H A D | SystemInitializerCommon.h | 26 SystemInitializerCommon(HostInfo::SharedLibraryDirectoryHelper *helper); 33 HostInfo::SharedLibraryDirectoryHelper *m_shlib_dir_helper;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 21 #include "lldb/Host/HostInfo.h" 92 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize() 117 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformFreeBSD() 121 HostInfo::GetArchitecture(HostInfo::eArchKind32)); in PlatformFreeBSD()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/ |
| H A D | PlatformAIX.cpp | 78 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize() 98 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformAIX()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 114 HostInfo::GetArchitecture(HostInfo::eArchKind32); in GetNetBSDProcessCPUType() 118 HostInfo::GetArchitecture(HostInfo::eArchKind64); in GetNetBSDProcessCPUType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 19 #include "lldb/Host/HostInfo.h" 81 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize() 106 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformNetBSD() 110 HostInfo::GetArchitecture(HostInfo::eArchKind32)); in PlatformNetBSD()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/ |
| H A D | NativeProcessAIX.cpp | 90 HostInfo::GetArchitecture(HostInfo::eArchKind64), *this, {pid})); in Launch() 105 HostInfo::GetArchitecture(HostInfo::eArchKind64), *this, *tids_or)); in Attach()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 184 ArchSpec host_arch(HostInfo::GetArchitecture()); in Handle_qHostInfo() 190 llvm::StringRef distribution_id = HostInfo::GetDistributionId(); in Handle_qHostInfo() 258 llvm::VersionTuple version = HostInfo::GetOSVersion(); in Handle_qHostInfo() 265 llvm::VersionTuple maccatalyst_version = HostInfo::GetMacCatalystVersion(); in Handle_qHostInfo() 273 if (std::optional<std::string> s = HostInfo::GetOSBuildString()) { in Handle_qHostInfo() 278 if (std::optional<std::string> s = HostInfo::GetOSKernelDescription()) { in Handle_qHostInfo() 295 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo() 303 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo() 398 HostInfo::GetAugmentedArchSpec(value); in Handle_qfProcessInfo() 440 HostInfo::GetUserIDResolver().GetUserName(uid)) { in Handle_qUserName() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 87 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize() 112 m_supported_architectures.push_back(HostInfo::GetArchitecture()); in PlatformOpenBSD()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 91 HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetOpenBSDProcessCPUType()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | HostInfo.h | 67 typedef HOST_INFO_TYPE HostInfo; typedef
|
| /freebsd/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 106 HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetFreeBSDProcessCPUType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 109 llvm::Triple triple = HostInfo::GetArchitecture().GetTriple(); in GetSupportedArchitectures() 180 HostInfo::GetProcessTempDir().GetPath(socket_model); in DebugProcess()
|
| H A D | PlatformQemuUser.h | 32 return HostInfo::GetUserIDResolver(); in GetUserIDResolver()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_powerpc.cpp | 76 if (HostInfo::GetArchitecture().GetAddressByteSize() == 4) { in CreateRegisterInfoInterface() 79 assert((HostInfo::GetArchitecture().GetAddressByteSize() == 8) && in CreateRegisterInfoInterface()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanCallUserExpression.cpp | 80 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
|
| /freebsd/contrib/llvm-project/lldb/include/ |
| H A D | module.modulemap | 27 module HostInfo { header "lldb/Host/HostInfo.h" export * }
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 353 FileSpec candidate = HostInfo::GetSupportExeDir(); in GetDebugserverPath() 360 return HostInfo::GetProgramFileSpec(); in GetDebugserverPath() 584 progname, HostInfo::GetProgramFileSpec(), sock_up.get(), in main_platform()
|