GNU/Linux ◆ xterm-256color ◆ zsh 248 views

See: https://github.com/mmarchini/node/tree/necromancer/lldb_v8

lldb_v8 commands:

  • v8 load: Bootstaps the Postmortem Host, copying memory from the core dump into the host process (not required, will be run by the other commands if the host is not running)
  • v8 stack: Prints the stack trace using Isolate::PrintStack()
  • v8 print <addr>: Prints the content of an object using Object::Print()