[Lldb-commits] [PATCH] D12238: Add support for DW_FORM_GNU_[addr, str]_index

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 21 07:07:55 PDT 2015


tberghammer added inline comments.

================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h:56
@@ -55,2 +55,3 @@
     dw_addr_t   GetBaseAddress() const { return m_base_addr; }
+    dw_addr_t   GetAddrBase() const { return 0; } // TODO: Read out DW_AT_addr_base from the parent compile unit
     void        ClearDIEs(bool keep_compile_unit_die);
----------------
This will be completed by a later patch because fetching it require parts what will be only added later.


http://reviews.llvm.org/D12238





More information about the lldb-commits mailing list