[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #113508)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 31 06:36:24 PDT 2024


labath wrote:

> I think the code itself seems fine, especially if Pavel's suggestion shows that the test works.

I actually did check that `129440743495415807670381713415221633377` is `0x61616161616161616161616161616161` (and it seems that the dwarf parser is robust enough to ignore the extra `aaaa`s at the end). But this is not a test for the handling of malformed dwarf..

https://github.com/llvm/llvm-project/pull/113508


More information about the lldb-commits mailing list