projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2940761
)
Add a ^C to the init string.
author
Rob Savoye
<rob@cygnus>
Wed, 19 Oct 1994 03:00:29 +0000
(
03:00
+0000)
committer
Rob Savoye
<rob@cygnus>
Wed, 19 Oct 1994 03:00:29 +0000
(
03:00
+0000)
gdb/op50-rom.c
patch
|
blob
|
history
diff --git
a/gdb/op50-rom.c
b/gdb/op50-rom.c
index b0c853abf939693496765c16221731f2da724227..dd02089830d54a46ff32b3f5236ee8810f540304 100644
(file)
--- a/
gdb/op50-rom.c
+++ b/
gdb/op50-rom.c
@@
-87,7
+87,7
@@
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 */
+ "
\003.\n",
/* monitor init string */
"g %x\n", /* execute or usually GO command */
"g\n", /* continue command */
"t\n", /* single step */