]> Git Repo - binutils.git/blobdiff - gdb/remote-est.c
* gdb.base/default.exp: Don't set match_max.
[binutils.git] / gdb / remote-est.c
index efc83d4e66130520900732da709e476d7583bfab..25c25ac24cc9191317ed62eb8cbf7b6efbaffee1 100644 (file)
@@ -19,7 +19,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "gdbcore.h"
@@ -97,7 +97,8 @@ static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cm
 
 static struct monitor_ops est_cmds =
 {
-  MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT,
+  MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT |
+  MO_SREC_ACK,
   est_inits,                   /* Init strings */
   "go\r",                      /* continue command */
   "sidr\r",                    /* single step */
@@ -143,7 +144,7 @@ static struct monitor_ops est_cmds =
   "dl\r",                      /* download command */
   "+",                         /* load response */
   ">BKM>",                     /* monitor command prompt */
-  NULL,                                /* end-of-command delimitor */
+  "\r",                                /* end-of-line terminator */
   NULL,                                /* optional command terminator */
   &est_ops,                    /* target operations */
   SERIAL_1_STOPBITS,           /* number of stop bits */
@@ -151,7 +152,7 @@ static struct monitor_ops est_cmds =
   MONITOR_OPS_MAGIC            /* magic */
   };
 
-void
+static void
 est_open(args, from_tty)
      char *args;
      int from_tty;
This page took 0.026499 seconds and 4 git commands to generate.