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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits