nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 100 forks source link

Upcoming metadata changes in V8 7.4 #277

Closed cjihrig closed 1 year ago

cjihrig commented 5 years ago

The V8 7.4 update requires the following adjustments to the postmortem debugging metadata constants:

Refs: https://github.com/nodejs/node/pull/26685

mmarchini commented 5 years ago

Related change: https://github.com/v8/v8/commit/9a149afc28055e36b00e978b78ccb8f9acc15b60

(I should start to update our Node.js postmortem tests when I use new constants here :stuck_out_tongue: )

mmarchini commented 5 years ago

This seems related as well: https://chromium-review.googlesource.com/c/v8/v8/+/1278014