[Lldb-commits] [PATCH] D74964: [lldb/DWARF] Don't index dwp file multiple times
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 21 16:39:23 PST 2020
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Seems straightforward.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h:66
/// Non-null value means we haven't built the index yet.
+ SymbolFileDWARF *m_dwarf;
----------------
This seems inverted?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74964/new/
https://reviews.llvm.org/D74964
More information about the lldb-commits
mailing list