clayborg added a comment.

So I am fine with symbols having zero size being in the symbol table. I would 
be fine not changing anything in the sorting and leaving some symbols with zero 
size, we just need to fix:

  Symbol *Symtab::FindSymbolAtFileAddress(addr_t file_addr);

To ignore zero sized symbols when it finds them _if_ there is another symbol 
that has a size for that address. Wouldn't that fix the issue here?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D63540



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

Reply via email to