[Lldb-commits] [PATCH] D73921: Assert that a subprogram should have a name when parsing DWARF
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 3 15:07:11 PST 2020
davide added a comment.
`DWARFASTParserClang` looks to me the right layer to fix this. Why can't this be caught in the generic DWARF Parser?
I also believe that it's better if `dwarfdump -verify` crashes on this, rather than lldb.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73921/new/
https://reviews.llvm.org/D73921
More information about the lldb-commits
mailing list