[Lldb-commits] [PATCH] D77970: 2/2: [nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 12 04:15:35 PDT 2020
jankratochvil marked 2 inline comments as done.
jankratochvil added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h:82
+ /// The object will remain valid during the whole call statement:
+ /// Function(name, DIERefCallback({callback, name}));
+ struct DIERefCallbackArgs {
----------------
This calling with curly brackets is a bit tricky but I found it the least worst option.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h:93
+
+ void ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const;
};
----------------
Invalid `DIERef` is now reported for all Indexes, not just `AppleDWARFIndex`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77970/new/
https://reviews.llvm.org/D77970
More information about the lldb-commits
mailing list