NASM - The Netwide Assembler

NASM Forum => Announcements => Topic started by: duanev on November 04, 2015, 02:29:26 AM

Title: pgdb: a qemu front end for assembly debugging
Post by: duanev on November 04, 2015, 02:29:26 AM
I've a new github project https://github.com/duanev/pgdb (https://github.com/duanev/pgdb) that folks here may want to checkout - PGDB is a curses TUI front end for QEMU that understands multiple cores and NASM .lst and map files.  x86_64, watchpoints, and custom data structures are supported too.  It might be a useful tool to add to your debugging war chest...
Title: Re: pgdb: a qemu front end for assembly debugging
Post by: Frank Kotler on November 04, 2015, 04:31:52 AM
Thanks for the heads-up Duanev!