* op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
authorJeff Law <law@redhat.com>
Thu, 21 Sep 1995 03:11:16 +0000 (03:11 +0000)
committerJeff Law <law@redhat.com>
Thu, 21 Sep 1995 03:11:16 +0000 (03:11 +0000)
        character.

gdb/ChangeLog
gdb/op50-rom.c

index 7b87330..c5e9c16 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 20 21:06:35 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
+       character.
+
 Wed Sep 20 13:12:56 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (maintainer-clean): New target, synonym for
index 36991af..f8cb7fa 100644 (file)
@@ -61,7 +61,7 @@ static struct monitor_ops op50n_cmds =
   op50n_inits,                 /* Init strings */
   "g\r",                       /* continue command */
   "t\r",                       /* single step */
-  "\003",                      /* Interrupt char */
+  "\003.\r",                   /* Interrupt char */
   "b %x\r",                    /* set a breakpoint */
   "b %x,0\r",                  /* clear breakpoint at addr */
   "bx\r",                      /* clear all breakpoints */