[Lldb-commits] [PATCH] D16996: Improve the handling of missing elf symtab and missing symbol sizes

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 9 06:40:10 PST 2016


tberghammer added inline comments.

================
Comment at: source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:2939
@@ +2938,3 @@
+                        symbol_id,       // Symbol table index.
+                        symbol_name,     // Symbol name.
+                        false,           // Is the symbol name mangled?
----------------
I moved the symbol name generation logic into ObjectFile and also changed ObjectFileMachO to use that one


http://reviews.llvm.org/D16996





More information about the lldb-commits mailing list