A tiny gdb frontend/wrapper that shows stack, registers, source, and control flow graph. This is intended for post-mortem debugging.
yarn install
./postmortem.py [--gdb-path=/usr/bin/gdb] -- <gdb arguments>
BSD 3-Clause License. See LICENSE
for details.