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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits