[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #106799)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 5 17:25:05 PDT 2024
jasonmolenda wrote:
> We still need to add decoding of `DW_FORM_data16` in `DWARFFormValue::Extract...`
It was added in 2018 by George Rimar as some DWARF5 support changes. In 2021 Jan Kratochvil added the entry to the `g_form_sizes` table along with some other fixes for DWARF5 too.
https://github.com/llvm/llvm-project/pull/106799
More information about the lldb-commits
mailing list