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

tools: add script with commands to facilitate dev #339

Closed mmarchini closed 4 years ago

mmarchini commented 4 years ago

Some tasks are very common when working on llnode, especially when upgrading a V8 version. This new script is intended to make developers life easier by simplifying tasks which usually require printfs on llnode code or manually inspecting the memory of a process. Hopefully we'll add more commands in the future.

mmarchini commented 4 years ago

Landed in 1948512b5e71