llnode
llnode copied to clipboard
An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
I understand from @rnchamberlain that the latest llnode creates a wrapper script that loads the plugin and runs lldb. This doesn't seem to get installed via brew. ```bash ▶▶▶ brew...
Hi All, I installed llvm, lldb version 4.0.1 from [http://www6.hanicka.net](http://www6.hanicka.net) then I've installed fail llnode in centos 6. Please help me to fix it. Bellow is error output: ``` npm...
#92 tracks documenting the problem, but... maybe there's a workaround for this that we can use for lldb 3.8? Just wanted to post this as an issue in case someone...
I suspect we've hit this known and fixed bug with lldb 3.8: - https://bugs.llvm.org//show_bug.cgi?id=26322 - https://reviews.llvm.org/rL287858 With a live core dump, lldb hangs: ``` # lldb -f /usr/bin/node -c /var/cores/core.node.30833...
Hi - Just taking this for a drive on FreeBSD 11.0-RELEASE Build went smoothly following a tweaked set of the linux instructions ``` * Clone this repo # git clone...
Many of lldb errors are left unchecked in the source code, all of them should be checked for the failure. Proper error reporting should be in place.
Is it possible to detect that there is a version mismatch between node and the core file, and print an error or warning? Here I'm using the wrong version of...
Old versions of Ubuntu (and likely other LTS distros) have `git` versions which do not support `git-sparse-checkout`. `git-sparse-checkout` is used as of #389. Dynamically check if `git sparse-checkout` is supported,...
I disabled this in #404. This is a PR so I can futz around with it and try to figure out why the mirror isn't working.
According to the coverage report there are no tests for `v8 nodeinfo`. Two options: 1. Remove it. It is a couple hundred lines of code, and how often do you...