[PATCH] D54497: [ELF] --gdb-index: extract entities from .debug_info when .debug_gnu_pubnames is absent
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 14 17:49:32 PST 2018
ruiu added inline comments.
================
Comment at: ELF/SyntheticSections.cpp:2424
+//
+// Miss symbol table entries is acceptable by gdb but it may potentially make
+// `breakpoint` and `print` commands on these symbols slow. Another quirk is
----------------
Miss -> Missinug
================
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.
----------------
What is the consequence of the function always returning None?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D54497
More information about the llvm-commits
mailing list