LLDB mainline
Variables
HostInfoWindows.cpp File Reference
#include "lldb/Host/windows/windows.h"
#include <objbase.h>
#include <mutex>
#include <optional>
#include "lldb/Host/windows/HostInfoWindows.h"
#include "lldb/Host/windows/PosixApi.h"
#include "lldb/Utility/UserIDResolver.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Variables

static llvm::ManagedStatic< WindowsUserIDResolver > g_user_id_resolver
 

Variable Documentation

◆ g_user_id_resolver

llvm::ManagedStatic<WindowsUserIDResolver> g_user_id_resolver
static

Definition at line 135 of file HostInfoWindows.cpp.