[Lldb-commits] [PATCH] D113965: [NFC] Refactor symbol table parsing.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 16 00:43:35 PST 2021
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
This is a good cleanup independently of the caching feature.
================
Comment at: lldb/include/lldb/Symbol/ObjectFile.h:344
+ /// The symbol table to populate.
+ virtual void ParseSymtab(Symtab &symtab) = 0;
----------------
I guess this should be protected, as people shouldn't be calling it directly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113965/new/
https://reviews.llvm.org/D113965
More information about the lldb-commits
mailing list