9#ifndef LLDB_CORE_DWARF_H
10#define LLDB_CORE_DWARF_H
15#include "llvm/BinaryFormat/Dwarf.h"
19 using namespace llvm::dwarf;
34#define DW_DIE_OFFSET_MAX_BITSIZE 40
35#define DW_INVALID_OFFSET (((uint64_t)1u << DW_DIE_OFFSET_MAX_BITSIZE) - 1)
36#define DW_INVALID_INDEX 0xFFFFFFFFul
40#define DW_EH_PE_MASK_ENCODING 0x0F
llvm::dwarf::Tag dw_tag_t
llvm::dwarf::Attribute dw_attr_t
llvm::dwarf::Form dw_form_t
A class that represents a running process on the host machine.