|
LLDB mainline
|
#include <csignal>#include <cstdint>#include <memory>#include <vector>#include "ClangASTSource.h"#include "ClangExpressionVariable.h"#include "lldb/Core/Value.h"#include "lldb/Expression/Materializer.h"#include "lldb/Symbol/SymbolContext.h"#include "lldb/Symbol/TaggedASTType.h"#include "lldb/Target/ExecutionContext.h"#include "lldb/lldb-public.h"#include "clang/AST/Decl.h"#include "llvm/ADT/DenseMap.h"Go to the source code of this file.
Classes | |
| class | lldb_private::ClangExpressionDeclMap |
| "lldb/Expression/ClangExpressionDeclMap.h" Manages named entities that are defined in LLDB's debug information. More... | |
| struct | lldb_private::ClangExpressionDeclMap::TargetInfo |
| class | lldb_private::ClangExpressionDeclMap::ParserVars |
| The following values should not live beyond parsing. More... | |
| struct | lldb_private::ClangExpressionDeclMap::StructVars |
| The following values contain layout information for the materialized struct, but are not specific to a single materialization. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |