dblaikie added a comment.

(generally makes sense to me - but I'll leave it to some more lldb-focussed 
reviewers to do more review/approval)

Usual caveat/question: Does this take us closer or further away from unifying 
this code with LLVM's libDebugInfoDWARF? (or neutral)



================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp:56
+  if (m_header.length > 0)
+    m_next_offset = m_offset + *offset_ptr - m_offset + m_header.length;
+  else
----------------
This maths seems strange - the `m_offset ... - m_offset` cancel each other out, 
right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99401

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to