node/deps/v8/tools/debug_helper
Michaël Zasso 6bbc5596b1
deps: update V8 to 10.2.154.2
PR-URL: https://github.com/nodejs/node/pull/42740
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2022-04-21 11:54:15 +02:00
..
BUILD.gn deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
compiler-types.cc deps: update V8 to 8.6.395 2020-10-18 20:16:47 +02:00
debug-helper-internal.cc deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
debug-helper-internal.h deps: update V8 to 8.7.220 2020-11-15 16:46:54 +01:00
debug-helper.h deps: update V8 to 8.7.220 2020-11-15 16:46:54 +01:00
debug-macro-shims.h deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
DEPS deps: update V8 to 7.8.279.9 2019-10-07 03:19:23 -04:00
gen-heap-constants.py deps: update V8 to 10.2.154.2 2022-04-21 11:54:15 +02:00
get-object-properties.cc deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
heap-constants.cc deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
heap-constants.h deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02:00
list-object-classes.cc deps: update V8 to 8.7.220 2020-11-15 16:46:54 +01:00
OWNERS deps: update V8 to 8.7.220 2020-11-15 16:46:54 +01:00
README.md deps: update V8 to 7.8.279.9 2019-10-07 03:19:23 -04:00

V8 debug helper

This library is for debugging V8 itself, not debugging JavaScript running within V8. It is designed to be called from a debugger extension running within a native debugger such as WinDbg or LLDB. It can be used on live processes or crash dumps, and cannot assume that all memory is available in a dump.