[Lldb-commits] [PATCH] D46576: [DWARF] Align non-accelerated function fullname searching with the apple-tables path
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 8 10:10:48 PDT 2018
clayborg added a comment.
Before adding the DWARF 5 index support, we should virtualize this searching and indexing into a base class. Then we make 1 class for manual DWARF indexing, one for Apple indexes, and one for DWARF5. Then we can unit test each one easily. Thoughts?
https://reviews.llvm.org/D46576
More information about the lldb-commits
mailing list