[Lldb-commits] [PATCH] D153867: [lldb] Use LLVM's implementation of AppleTables for apple_debug_types
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 27 15:32:56 PDT 2023
fdeazeve added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp:232
+
+ llvm::StringRef expected_name = context[0].name;
+
----------------
JDevlieghere wrote:
> JDevlieghere wrote:
> > I assume we always have at least one entry (or that's the assumption here). I was going to suggest adding an `assert` here but then I looked at the `lldb_private::DWARFDeclContext::operator[]` implementation and I think the assert should probably go there. That's orthogonal to this patch though.
> https://reviews.llvm.org/D153921
> I assume we always have at least one entry (or that's the assumption here).
I believe so. We had this assumption previously, so I didn't want to change that in this already tricky patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153867/new/
https://reviews.llvm.org/D153867
More information about the lldb-commits
mailing list