lldb-v8 icon indicating copy to clipboard operation
lldb-v8 copied to clipboard

v8 utility scripts for lldb

Results 2 lldb-v8 issues
Sort by recently updated
recently updated
newest added

Hi, I was experimenting today with lldb-v8 and a core produced by `node 0.10.36`. The following exception was raised when attempting to run `jsstack': ``` (lldb) jsstack unknown type: False...

Here is what I'm seeing when I try to load the python addon immediately: ``` ➝ lldb ../../node_g simple.js Current executable set to '../../node_g' (x86_64). (lldb) command script import ./lldb-v8/v8.py...