clayborg added a comment. the class would be something like:
class DWARFIndex { virtual bool Initialize(SymbolFileDWARF &dwarf); // Do manual indexing, or load indexes. Return true if successful (found apple tables, DWARF 5 tables, or had debug info to manually index) virtual ... Lookup(ConstString name, type, etc); }; https://reviews.llvm.org/D46576 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits