LLDB mainline
Variables
HostInfoBase.cpp File Reference
#include "lldb/Host/Config.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/Host.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Host/HostInfoBase.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/StreamString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/TargetParser/Triple.h"
#include <mutex>
#include <optional>
#include <thread>

Go to the source code of this file.

Variables

static HostInfoBaseFields * g_fields = nullptr
 
static HostInfoBase::SharedLibraryDirectoryHelperg_shlib_dir_helper = nullptr
 

Variable Documentation

◆ g_fields

HostInfoBaseFields* g_fields = nullptr
static

◆ g_shlib_dir_helper

HostInfoBase::SharedLibraryDirectoryHelper* g_shlib_dir_helper = nullptr
static

Definition at line 74 of file HostInfoBase.cpp.