[Lldb-commits] [PATCH] D63540: Fix lookup of symbols at the same address with no size vs. size

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 1 07:09:01 PDT 2019


clayborg accepted this revision.
clayborg added inline comments.


================
Comment at: lldb/lit/SymbolFile/sizeless-symbol.test:5
+
+image lookup --address 1
+# CHECK: Summary: sizeless-symbol.test.tmp.o`sizeful
----------------
Symbols are ordered in the same order as they appear in the symbol table. On Darwin we coalesce symbols, so not all symbol are always in the symbol table, but we don't do this for ELF.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D63540





More information about the lldb-commits mailing list