tree: 35790d9040190d97ad09aa3725bed1243657143a [path history] [tgz]
  1. BUILD.gn
  2. debug-helper-internal.cc
  3. debug-helper-internal.h
  4. debug-helper.h
  5. DEPS
  6. gen-heap-constants.py
  7. get-object-properties.cc
  8. heap-constants.cc
  9. heap-constants.h
  10. list-object-classes.cc
  11. README.md
tools/debug_helper/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.