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 99 forks source link

Backport gen-postmortem-metadata fix for missing constants #345

Closed mmarchini closed 4 years ago

mmarchini commented 4 years ago

Several constants are missing on v13 (and will be missing on v14) due to V8 moving to Torque. There's already a patch upstream to fix this, but it needs to be backported to 8.1 to be included on v14.

mmarchini commented 4 years ago

I don't think that's necessary anymore (or maybe it was done and I don't remember)