LLDB
mainline
|
#include <HostInfoNetBSD.h>
Static Public Member Functions | |
static llvm::VersionTuple | GetOSVersion () |
static llvm::Optional< std::string > | GetOSBuildString () |
static FileSpec | GetProgramFileSpec () |
![]() | |
static size_t | GetPageSize () |
static bool | GetHostname (std::string &s) |
static llvm::Optional< std::string > | GetOSKernelDescription () |
static uint32_t | GetUserID () |
static uint32_t | GetGroupID () |
static uint32_t | GetEffectiveUserID () |
static uint32_t | GetEffectiveGroupID () |
static FileSpec | GetDefaultShell () |
static bool | GetEnvironmentVar (const std::string &var_name, std::string &var) |
static UserIDResolver & | GetUserIDResolver () |
![]() | |
static void | Initialize (SharedLibraryDirectoryHelper *helper=nullptr) |
static void | Terminate () |
static llvm::Triple | GetTargetTriple () |
Gets the host target triple. More... | |
static const ArchSpec & | GetArchitecture (ArchitectureKind arch_kind=eArchKindDefault) |
static llvm::Optional< ArchitectureKind > | ParseArchitectureKind (llvm::StringRef kind) |
static FileSpec | GetShlibDir () |
Returns the directory containing the lldb shared library. More... | |
static FileSpec | GetSupportExeDir () |
Returns the directory containing the support executables (debugserver, ...). More... | |
static FileSpec | GetHeaderDir () |
Returns the directory containing the lldb headers. More... | |
static FileSpec | GetSystemPluginDir () |
Returns the directory containing the system plugins. More... | |
static FileSpec | GetUserPluginDir () |
Returns the directory containing the user plugins. More... | |
static FileSpec | GetProcessTempDir () |
Returns the proces temporary directory. More... | |
static FileSpec | GetGlobalTempDir () |
Returns the global temporary directory. More... | |
static ArchSpec | GetAugmentedArchSpec (llvm::StringRef triple) |
If the triple does not specify the vendor, os, and environment parts, we "augment" these using information from the host and return the resulting ArchSpec object. More... | |
static bool | ComputePathRelativeToLibrary (FileSpec &file_spec, llvm::StringRef dir) |
static FileSpec | GetXcodeContentsDirectory () |
static FileSpec | GetXcodeDeveloperDirectory () |
static llvm::StringRef | GetXcodeSDKPath (XcodeSDK sdk) |
Return the directory containing a specific Xcode SDK. More... | |
static SharedCacheImageInfo | GetSharedCacheImageInfo (llvm::StringRef image_name) |
Return information about module image_name if it is loaded in the current process's address space. More... | |
Definition at line 18 of file HostInfoNetBSD.h.
|
static |
Definition at line 45 of file HostInfoNetBSD.cpp.
|
static |
Definition at line 23 of file HostInfoNetBSD.cpp.
|
static |
Definition at line 57 of file HostInfoNetBSD.cpp.
References lldb_private::FileSpec::SetFile().