llnode icon indicating copy to clipboard operation
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.

Results 83 llnode issues
Sort by recently updated
recently updated
newest added

Similar to `v8 findrefs -n`, but it would take a property name and the value. This can help narrow down the search when there's a lot of objects, but we're...

Except for Node.js specific features (`v8 workqueue`), tests should work with d8 as well. Maybe they do, but I never tried it, so I'm opening this issue to investigate.

Some constants are expected to be missing in some versions, but they'll warn anyway. This is problematic because it pollutes the warnings, making it harder to know when a constant...

i am getting terminate called after throwing an instance of 'std::out_of_range' when doing v8 findjsobjects

The V8 7.7 update requires the following adjustments to the postmortem debugging metadata constants: - v8dbg_class_ConsString__first__String - Class is now generated via torque. - Postmortem tools should use v8dbg_class_ConsString__first_offset__int -...

V8 Changes

The V8 7.4 update requires the following adjustments to the postmortem debugging metadata constants: - `v8dbg_class_FixedTypedArrayBase__external_pointer__Object` - Type changed in https://github.com/v8/v8/commit/f70bb59b57e2a66f165a728c1799e36ceb0e9fc8#diff-f3f182b0510ba2ee39ae87e421ff110b. - Use `v8dbg_class_FixedTypedArrayBase__external_pointer__uintptr_t` - `v8dbg_class_JSArrayBuffer__backing_store__Object` and `v8dbg_class_JSArrayBuffer__byte_length__Object` - Type...

V8 Changes

We have linter for our source code, but not for tests. Would be nice to have linter for tests as well.

good first issue

Title says it all :)

good first issue

The V8 7.2 update requires the following adjustments to the postmortem debugging metadata constants: - `v8dbg_prop_idx_first` was removed in v8/v8@1ad0cd5 - `v8dbg_jsarray_buffer_was_neutered_mask` was renamed to `v8dbg_jsarray_buffer_was_detached_mask` in v8/v8@f68ee6e - `v8dbg_jsarray_buffer_was_neutered_shift`...

V8 Changes