Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 12-May-2024 | 2.9 KiB | 115 | 93 | |
DEPS | D | 12-May-2024 | 42 | 4 | 3 | |
OWNERS | D | 12-May-2024 | 27 | 2 | 1 | |
README.md | D | 12-May-2024 | 322 | 7 | 5 | |
compiler-types.cc | D | 12-May-2024 | 940 | 32 | 22 | |
debug-helper-internal.cc | D | 12-May-2024 | 1.9 KiB | 66 | 51 | |
debug-helper-internal.h | D | 12-May-2024 | 8.4 KiB | 256 | 188 | |
debug-helper.h | D | 12-May-2024 | 9.5 KiB | 268 | 147 | |
debug-macro-shims.h | D | 12-May-2024 | 5.3 KiB | 129 | 109 | |
gen-heap-constants.py | D | 12-May-2024 | 3.1 KiB | 87 | 69 | |
get-object-properties.cc | D | 12-May-2024 | 32.6 KiB | 804 | 629 | |
heap-constants.cc | D | 12-May-2024 | 3.5 KiB | 100 | 80 | |
heap-constants.h | D | 12-May-2024 | 2.4 KiB | 73 | 42 | |
list-object-classes.cc | D | 12-May-2024 | 438 | 16 | 9 |
README.md
1# V8 debug helper 2 3This library is for debugging V8 itself, not debugging JavaScript running within 4V8. It is designed to be called from a debugger extension running within a 5native debugger such as WinDbg or LLDB. It can be used on live processes or 6crash dumps, and cannot assume that all memory is available in a dump. 7