aboutsummaryrefslogtreecommitdiff
path: root/gdb/op50-rom.c
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-10-12 23:12:47 +0000
committerRob Savoye <rob@cygnus>1994-10-12 23:12:47 +0000
commite6fa5bd61d55f541e22350461b9fab303aed9c14 (patch)
treeca4d2f70ecf35ed4a50ba75230197bfa5c4a3815 /gdb/op50-rom.c
parent2cc0357f7f2db2666d7fd915aa1aef9317fc4354 (diff)
downloadfsf-binutils-gdb-e6fa5bd61d55f541e22350461b9fab303aed9c14.zip
fsf-binutils-gdb-e6fa5bd61d55f541e22350461b9fab303aed9c14.tar.gz
fsf-binutils-gdb-e6fa5bd61d55f541e22350461b9fab303aed9c14.tar.bz2
Cleanup debug logging, fix single stepping. WinBond works good!
Diffstat (limited to 'gdb/op50-rom.c')
-rw-r--r--gdb/op50-rom.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/op50-rom.c b/gdb/op50-rom.c
index 10341ea..791005a 100644
--- a/gdb/op50-rom.c
+++ b/gdb/op50-rom.c
@@ -87,16 +87,16 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
struct monitor_ops op50n_cmds = {
1, /* 1 for ASCII, 0 for binary */
- ".\n", /* monitor init string */
- "g %x", /* execute or usually GO command */
- "", /* continue command */
- "", /* single step */
+ ".\nXx\n", /* monitor init string */
+ "g %x", /* execute or usually GO command */
+ "g.", /* continue command */
+ "c\n", /* single step */
"b %x\n", /* set a breakpoint */
- "", /* clear a breakpoint */
- 1, /* 0 for number, 1 for address */
+ "bx %x\n", /* clear a breakpoint */
+ 0, /* 0 for number, 1 for address */
{
"sx %x %x;.\n", /* set memory */
- "", /* delimiter */
+ "", /* delimiter */
"", /* the result */
},
{
@@ -105,7 +105,7 @@ struct monitor_ops op50n_cmds = {
" ", /* the result */
},
{
- "x %s %x\n", /* set a register */
+ "x %s\n", /* set a register */
"=", /* delimiter between registers */
"", /* the result */
},