Home
last modified time | relevance | path

Searched refs:HostInfo (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp14 #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 DSystemInitializerFull.cpp36 constexpr lldb_private::HostInfo::SharedLibraryDirectoryHelper
41 constexpr lldb_private::HostInfo::SharedLibraryDirectoryHelper
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp89 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 DHost.cpp443 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 Dfile.c77 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 Dstatd.h82 } 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 Dprocs.c156 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 DSystemInitializerCommon.cpp39 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 DPlatformFreeBSD.cpp21 #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 DSystemInitializerCommon.h26 SystemInitializerCommon(HostInfo::SharedLibraryDirectoryHelper *helper);
33 HostInfo::SharedLibraryDirectoryHelper *m_shlib_dir_helper;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp19 #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 DHostNetBSD.cpp24 #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 DGDBRemoteCommunicationServerCommon.cpp184 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 DPlatformOpenBSD.cpp87 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 DHost.cpp108 HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetOpenBSDProcessCPUType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfo.h64 typedef HOST_INFO_TYPE HostInfo; typedef
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp110 HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetFreeBSDProcessCPUType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp109 llvm::Triple triple = HostInfo::GetArchitecture().GetTriple(); in GetSupportedArchitectures()
180 HostInfo::GetProcessTempDir().GetPath(socket_model); in DebugProcess()
H A DPlatformQemuUser.h32 return HostInfo::GetUserIDResolver(); in GetUserIDResolver()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_powerpc.cpp76 if (HostInfo::GetArchitecture().GetAddressByteSize() == 4) { in CreateRegisterInfoInterface()
79 assert((HostInfo::GetArchitecture().GetAddressByteSize() == 8) && in CreateRegisterInfoInterface()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp80 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
H A DPlatform.cpp230 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 Dmodule.modulemap27 module HostInfo { header "lldb/Host/HostInfo.h" export * }
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp12 #include "lldb/Host/HostInfo.h"
134 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp163 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir()

12