tree: eec6c21931c6a134485f9c0be0a51294e8a9ad57 [path history] [tgz]
  1. BUILD.gn
  2. compiler-types.cc
  3. debug-helper-internal.cc
  4. debug-helper-internal.h
  5. debug-helper.h
  6. debug-macro-shims.h
  7. DEPS
  8. gen-heap-constants.py
  9. get-object-properties.cc
  10. heap-constants.cc
  11. heap-constants.h
  12. list-object-classes.cc
  13. OWNERS
  14. 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.