[PATCH] D54497: [ELF] --gdb-index: extract entities from .debug_info when .debug_gnu_pubnames is absent

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 17:52:32 PST 2018


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: ELF/SyntheticSections.cpp:2426
+// `breakpoint` and `print` commands on these symbols slow. Another quirk is
+// that gdb.lookup_global_symbol(symbol) will always return None even if the
+// symtab is loaded.
----------------
ruiu wrote:
> What is the consequence of the function always returning None?
Our internal script may break weirdly. I may not sure if this information is useful and I am happy to remove it.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54497





More information about the llvm-commits mailing list