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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 2 00:05:12 PDT 2024


labath wrote:

> Sadly, I haven't figured out a good way to test this.

`test/Shell/SymbolFile/DWARF/x86/DW_AT_const_value.s` tests various encodings of DW_AT_const_value.

It doesn't do DW_FORM_data16, most likely because it was not working at the time. You can add another case to the file to exercise this code path.

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


More information about the lldb-commits mailing list