Author Topic: pgdb: a qemu front end for assembly debugging  (Read 12011 times)

Offline duanev

  • Jr. Member
  • *
  • Posts: 4
pgdb: a qemu front end for assembly debugging
« on: November 04, 2015, 02:29:26 AM »
I've a new github project 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...
« Last Edit: November 04, 2015, 03:34:45 PM by duanev »

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: pgdb: a qemu front end for assembly debugging
« Reply #1 on: November 04, 2015, 04:31:52 AM »
Thanks for the heads-up Duanev!