Jun Yuan Tan 3909103724 Update v8 source 1 år sedan
..
BUILD.gn 3909103724 Update v8 source 1 år sedan
DEPS 3909103724 Update v8 source 1 år sedan
OWNERS 3909103724 Update v8 source 1 år sedan
README.md 3909103724 Update v8 source 1 år sedan
compiler-types.cc 3909103724 Update v8 source 1 år sedan
debug-helper-internal.cc 3909103724 Update v8 source 1 år sedan
debug-helper-internal.h 3909103724 Update v8 source 1 år sedan
debug-helper.h 3909103724 Update v8 source 1 år sedan
debug-macro-shims.h 3909103724 Update v8 source 1 år sedan
gen-heap-constants.py 3909103724 Update v8 source 1 år sedan
get-object-properties.cc 3909103724 Update v8 source 1 år sedan
heap-constants.cc 3909103724 Update v8 source 1 år sedan
heap-constants.h 3909103724 Update v8 source 1 år sedan
list-object-classes.cc 3909103724 Update v8 source 1 år sedan

README.md

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.