Cleanup debug logging, fix single stepping. WinBond works good!

This commit is contained in:
Rob Savoye
1994-10-12 23:12:47 +00:00
parent 2cc0357f7f
commit e6fa5bd61d
4 changed files with 127 additions and 99 deletions

View File

@@ -83,7 +83,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
struct monitor_ops w89k_cmds = {
1, /* 1 for ASCII, 0 for binary */
"\n", /* monitor init string */
"g = %x\n", /* execute or usually GO command */
"g = %x\n", /* execute or usually GO command */
"g\n", /* continue command */
"t\n", /* single step */
"bp %x\n", /* set a breakpoint */
@@ -99,13 +99,13 @@ struct monitor_ops w89k_cmds = {
"", /* delimiter */
"", /* the result */
},
{ /* set a register */
{
"r %s %x\n", /* set a register */
"", /* delimiter between registers */
"", /* the result */
},
{
"r %s\r", /* get a register */
"r %s\n", /* get a register */
"", /* delimiter between registers */
"", /* the result */
},