node/deps/v8/tools/debug_helper
Michaël Zasso 9d7cd9b864
deps: update V8 to 12.8.374.13
PR-URL: https://github.com/nodejs/node/pull/54077
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
2024-08-16 16:03:01 +02:00
..
BUILD.gn deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +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: V8: cherry-pick 475c8cdf9a95 2023-11-20 23:08:08 +00:00
debug-helper-internal.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
debug-helper.h deps: update V8 to 12.8.374.13 2024-08-16 16:03:01 +02:00
debug-macro-shims.h deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +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 11.3.244.4 2023-03-31 14:15:23 +00:00
get-object-properties.cc deps: update V8 to 12.8.374.13 2024-08-16 16:03:01 +02:00
heap-constants.cc deps: update V8 to 12.4.254.14 2024-04-22 21:25:15 +00:00
heap-constants.h deps: update V8 to 10.1.124.6 2022-04-12 22:08:39 +02: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.