#include "lldb/Host/posix/HostInfoPosix.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/UserIDResolver.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <climits>
#include <cstdlib>
#include <grp.h>
#include <mutex>
#include <optional>
#include <pwd.h>
#include <sys/types.h>
#include <sys/utsname.h>
#include <unistd.h>
Go to the source code of this file.
◆ GetPassword()
static std::optional< PasswdEntry > GetPassword |
( |
id_t |
uid | ) |
|
|
static |
◆ g_user_id_resolver
llvm::ManagedStatic<PosixUserIDResolver> g_user_id_resolver |
|
static |