We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The V8 7.4 update requires the following adjustments to the postmortem debugging metadata constants:
v8dbg_class_FixedTypedArrayBase__external_pointer__Object
v8dbg_class_FixedTypedArrayBase__external_pointer__uintptr_t
v8dbg_class_JSArrayBuffer__backing_store__Object
v8dbg_class_JSArrayBuffer__byte_length__Object
v8dbg_class_JSArrayBuffer__backing_store__uintptr_t
v8dbg_class_JSArrayBuffer__byte_length__size_t
v8dbg_class_Map__raw_instance_descriptors__DescriptorArray
v8dbg_class_Map__instance_descriptors_offset
v8dbg_PointerSizeLog2
v8dbg_SystemPointerSize
v8dbg_SystemPointerSizeLog2
v8dbg_TaggedSize
v8dbg_TaggedSizeLog2
Refs: nodejs/node#26685
The text was updated successfully, but these errors were encountered:
Related change: v8/v8@9a149af
(I should start to update our Node.js postmortem tests when I use new constants here 😛 )
Sorry, something went wrong.
This seems related as well: https://chromium-review.googlesource.com/c/v8/v8/+/1278014
No branches or pull requests
The V8 7.4 update requires the following adjustments to the postmortem debugging metadata constants:
v8dbg_class_FixedTypedArrayBase__external_pointer__Object
v8dbg_class_FixedTypedArrayBase__external_pointer__uintptr_t
v8dbg_class_JSArrayBuffer__backing_store__Object
andv8dbg_class_JSArrayBuffer__byte_length__Object
v8dbg_class_JSArrayBuffer__backing_store__uintptr_t
andv8dbg_class_JSArrayBuffer__byte_length__size_t
v8dbg_class_Map__raw_instance_descriptors__DescriptorArray
v8dbg_class_Map__instance_descriptors_offset
(done in src: use new SystemPointerSize constant #300)v8dbg_PointerSizeLog2
v8dbg_SystemPointerSize
,v8dbg_SystemPointerSizeLog2
,v8dbg_TaggedSize
, andv8dbg_TaggedSizeLog2
Refs: nodejs/node#26685
The text was updated successfully, but these errors were encountered: