Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 403 Bytes

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.