|
LLDB mainline
|
#include "SymbolFileDWARF.h"#include "DWARFAttribute.h"#include "DWARFBaseDIE.h"#include <map>#include <optional>#include <set>#include <vector>#include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"#include "llvm/DebugInfo/DWARF/DWARFAddressRange.h"Go to the source code of this file.
Classes | |
| class | lldb_private::plugin::dwarf::DWARFDebugInfoEntry |
| DWARFDebugInfoEntry objects assume that they are living in one big vector and do pointer arithmetic on their this pointers. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
| namespace | lldb_private::plugin |
| namespace | lldb_private::plugin::dwarf |
Macros | |
| #define | DIE_SIBLING_IDX_BITSIZE 31 |
| #define DIE_SIBLING_IDX_BITSIZE 31 |
Definition at line 28 of file DWARFDebugInfoEntry.h.