[Lldb-commits] [lldb] [LLDB] Finish implementing support for DW_FORM_data16 (PR #106799)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 23 08:34:23 PDT 2024
================
@@ -578,6 +583,7 @@ bool DWARFFormValue::IsBlockForm(const dw_form_t form) {
case DW_FORM_block1:
case DW_FORM_block2:
case DW_FORM_block4:
+ case DW_FORM_data16:
----------------
walter-erquinigo wrote:
I think that the block form will be the most convenient way to access this just because not all systems have uint128_t.
https://github.com/llvm/llvm-project/pull/106799
More information about the lldb-commits
mailing list