summaryrefslogtreecommitdiff
path: root/debug.c
AgeCommit message (Expand)Author
2015-05-21Process events while waiting for 68K debugger input. This prevents "not respo...Michael Pavone
2015-05-14Sync machine state before entering debuggerMichael Pavone
2014-12-30MergeMichael Pavone
2014-06-17Partially working switch to having a vcounter and hslot counter in the contex...Michael Pavone
2014-03-02Add backtrace (bt) command to 68K debuggerMichael Pavone
2014-03-01Add a separate flag/define for disabling the Z80 at compile time to ease refa...Michael Pavone
2014-02-18Initial work on the x86-32 targetMichael Pavone
2014-02-11Support single stepping in gdb remote debuggerMike Pavone
2014-02-11Move debugging code outside of main source fileMike Pavone