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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 3 10:23:13 PDT 2024


https://github.com/clayborg commented:

We need the `DWARFFormValue::ExtractValue ` to work. We spoke about pointing the `DWARFFormValue::ValueType::data` at the 16 bytes of data and have the `DWARFFormValue::ValueType::value.uval` contain 16 as the length of the data in `DWARFFormValue::ValueType::data`. That is the only thing missing.

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


More information about the lldb-commits mailing list