[Lldb-commits] [PATCH] D65208: SymbolVendor: Move Symtab construction into the SymbolFile

2019-07-26 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL367086: SymbolVendor: Move Symtab construction into the SymbolFile (authored by labath, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGE

[Lldb-commits] [PATCH] D65208: SymbolVendor: Move Symtab construction into the SymbolFile

2019-07-25 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. In D65208#1599648 , @clayborg wrote: > 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 co

[Lldb-commits] [PATCH] D65208: SymbolVendor: Move Symtab construction into the SymbolFile

2019-07-24 Thread Greg Clayton via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D65208: SymbolVendor: Move Symtab construction into the SymbolFile

2019-07-24 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: clayborg, JDevlieghere, jingham. Herald added subscribers: MaskRay, arichardson, mgorny, emaste. Herald added a reviewer: espindola. labath added a parent revision: D65135: SymbolVendor: Remove the type list member. Instead of having SymbolVen