================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits