[PATCH] D38879: [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 07:31:10 PDT 2017


aprantl added a comment.

> Currently llvm-dwarfdump runs into llvm_unreachable when faces DW_CFA_GNU_args_size.

+Jonas: That seems like a serious bug, by the way. The DWARF parser should never assert on invalid input, it should only assert when internal consistency checks fail. The end goal is to integrate libDebugInfo into LLDB.


https://reviews.llvm.org/D38879





More information about the llvm-commits mailing list