Skip to content

lhchavez/postmortem

Repository files navigation

Postmortem

A tiny gdb frontend/wrapper that shows stack, registers, source, and control flow graph. This is intended for post-mortem debugging.

Usage

yarn install
./postmortem.py [--gdb-path=/usr/bin/gdb] -- <gdb arguments>

Screenshot

Screenshot

License

BSD 3-Clause License. See LICENSE for details.