LLDB mainline
|
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/UUID.h"
#include "lldb/Utility/UserIDResolver.h"
#include "lldb/Utility/XcodeSDK.h"
#include "lldb/lldb-enumerations.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Errc.h"
#include <cstdint>
#include <optional>
#include <string>
Go to the source code of this file.
Classes | |
struct | lldb_private::SharedCacheImageInfo |
class | lldb_private::HostInfoBase |
struct | lldb_private::HostInfoBase::SDKOptions |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
|
static |
Definition at line 37 of file HostInfoBase.h.
Referenced by lldb_private::ExternalASTSourceWrapper::GetExternalDecl(), lldb_private::SemaSourceWithPriorities::GetExternalDecl(), lldb_private::ExternalASTSourceWrapper::GetExternalSelector(), lldb_private::SemaSourceWithPriorities::GetExternalSelector(), lldb_private::ExternalASTSourceWrapper::getModule(), lldb_private::SemaSourceWithPriorities::getModule(), lldb_private::ExternalASTSourceWrapper::getSourceDescriptor(), and lldb_private::InstrumentationRuntime::SetBreakpointID().
const std::string message_ |
Definition at line 38 of file HostInfoBase.h.