[Lldb-commits] [PATCH] D134196: [lldb][COFF] Rewrite ParseSymtab to list both export and symbol tables

Alvin Wong via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 20 05:13:10 PDT 2022


alvinhochun marked 2 inline comments as done.
alvinhochun added a comment.

Thanks for reviewing. The COFF symbol table seems to be used by MinGW binaries in conjunction with DWARF debugging symbols. Some symbols (those added by the linker in particular) are not included in the DWARF symbol. I understand that it is not used by MSVC, in which all debugging symbols are stored in PDB format.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134196



More information about the lldb-commits mailing list