[Lldb-commits] [PATCH] D59235: Remove Support for DWARF64

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 12 10:12:34 PDT 2019


zturner marked an inline comment as done.
zturner added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp:170
     case DW_FORM_sec_offset:
       assert(m_cu);
+      m_value.value.uval = data.GetMaxU64(offset_ptr, 4);
----------------
jankratochvil wrote:
> Delete the assert?
Good catch.  I'll do this (and the other one) before submitting.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59235/new/

https://reviews.llvm.org/D59235





More information about the lldb-commits mailing list