[Lldb-commits] [PATCH] D65208: SymbolVendor: Move Symtab construction into the SymbolFile
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 24 10:49:22 PDT 2019
clayborg added a comment.
So the original idea behind the symbol vendor was that if you have more than one binary: stripped installed binary, and unstripped debug info binary with symbols, that the symbol table could be generated by using one or more object files. It would be nice to ensure we can still do this somehow.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65208/new/
https://reviews.llvm.org/D65208
More information about the lldb-commits
mailing list