clayborg added inline comments.

================
Comment at: lldb/source/Symbol/Symtab.cpp:898-900
+        if (i == num_entries - 1 ||
+            m_file_addr_to_index.GetMutableEntryAtIndex(i + 1)
+                    ->GetRangeBase() != curr_base_addr) {
----------------
So if we have N symbols for address 0x1000 with size of zero and we have one 
with a valid size, do we leave all symbols with zero size stay with a size of 
zero? I was confused by the comment and wanted to clarify.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72595



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

Reply via email to