/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 | 36 constexpr lldb_private::HostInfo::SharedLibraryDirectoryHelper 41 constexpr lldb_private::HostInfo::SharedLibraryDirectoryHelper
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 89 g_fields->m_host_triple = HostInfo::GetArchitecture().GetTriple(); in GetTargetTriple() 96 HostInfo::ComputeHostArchitectureSupport(g_fields->m_host_arch_32, in GetArchitecture() 122 if (!HostInfo::ComputeSharedLibraryDirectory(g_fields->m_lldb_so_dir)) in GetShlibDir() 132 if (!HostInfo::ComputeSupportExeDirectory(g_fields->m_lldb_support_exe_dir)) in GetSupportExeDir() 142 if (!HostInfo::ComputeHeaderDirectory(g_fields->m_lldb_headers_dir)) in GetHeaderDir() 152 if (!HostInfo::ComputeSystemPluginsDirectory( in GetSystemPluginDir() 164 if (!HostInfo::ComputeUserPluginsDirectory( in GetUserPluginDir() 175 if (!HostInfo::ComputeProcessTempFileDirectory( in GetProcessTempDir() 187 if (!HostInfo::ComputeGlobalTempFileDirectory( in GetGlobalTempDir() 204 if (auto kind = HostInfo::ParseArchitectureKind(triple)) in GetAugmentedArchSpec() [all …]
|
H A D | Host.cpp | 443 launch_info.SetArchitecture(HostInfo::GetArchitecture()); in RunShellCommand() 446 FileSpec shell = HostInfo::GetDefaultShell(); in RunShellCommand() 472 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/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/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/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/Host/netbsd/ |
H A D | HostNetBSD.cpp | 24 #include "lldb/Host/HostInfo.h" 120 HostInfo::GetArchitecture(HostInfo::eArchKind32); in GetNetBSDProcessCPUType() 124 HostInfo::GetArchitecture(HostInfo::eArchKind64); in GetNetBSDProcessCPUType()
|
/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() 255 llvm::VersionTuple version = HostInfo::GetOSVersion(); in Handle_qHostInfo() 262 llvm::VersionTuple maccatalyst_version = HostInfo::GetMacCatalystVersion(); in Handle_qHostInfo() 270 if (std::optional<std::string> s = HostInfo::GetOSBuildString()) { in Handle_qHostInfo() 275 if (std::optional<std::string> s = HostInfo::GetOSKernelDescription()) { in Handle_qHostInfo() 292 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo() 300 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo() 395 HostInfo::GetAugmentedArchSpec(value); in Handle_qfProcessInfo() 437 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 | 108 HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetOpenBSDProcessCPUType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | HostInfo.h | 64 typedef HOST_INFO_TYPE HostInfo; typedef
|
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/ |
H A D | Host.cpp | 110 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()
|
H A D | Platform.cpp | 230 return HostInfo::GetAugmentedArchSpec(triple); in GetAugmentedArchSpec() 303 m_os_version = HostInfo::GetOSVersion(); in GetOSVersion() 341 return HostInfo::GetOSBuildString(); in GetOSBuildString() 347 return HostInfo::GetOSKernelDescription(); in GetOSKernelDescription() 684 return HostInfo::GetUserIDResolver(); in GetUserIDResolver() 817 m_system_arch = HostInfo::GetArchitecture(); in GetSystemArchitecture() 854 if (auto kind = HostInfo::ParseArchitectureKind(triple)) in GetAugmentedArchSpec() 855 return HostInfo::GetArchitecture(*kind); in GetAugmentedArchSpec()
|
/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/source/Commands/ |
H A D | CommandOptionsProcessLaunch.cpp | 12 #include "lldb/Host/HostInfo.h" 134 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangHost.cpp | 163 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir()
|