Fix Python stack corruption
[deliverable/binutils-gdb.git] / gdb / monitor.h
index 0e9cae3994ddf1805b45df55deaff62bc0e5ca7a..c7e7af83d09fd551703ce78f212b23594fdd24c9 100644 (file)
@@ -1,6 +1,5 @@
 /* Definitions for remote debugging interface for ROM monitors.
-   Copyright (C) 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1990-2014 Free Software Foundation, Inc.
    Contributed by Cygnus Support. Written by Rob Savoye for Cygnus.
 
    This file is part of GDB.
@@ -103,8 +102,6 @@ struct monitor_ops
                                   from reg dump */
     void (*supply_register) (struct regcache *regcache, char *name,
                             int namelen, char *val, int vallen);
-    void (*load_routine) (struct serial *desc, char *file,
-                         int hashmark);        /* Download routine */
     int (*dumpregs) (struct regcache *);       /* Dump all registers */
     int (*continue_hook) (void);       /* Emit the continue command */
     int (*wait_filter) (char *buf,     /* Maybe contains registers */
@@ -226,7 +223,7 @@ struct monitor_ops
 
 #define MO_PRINT_PROGRAM_OUTPUT 0x200000
 
-/* Some dump bytes commands align the first data with the preceeding
+/* Some dump bytes commands align the first data with the preceding
    16 byte boundary.  Some print blanks and start at the exactly the
    requested boundary.  */
 
@@ -243,7 +240,7 @@ struct monitor_ops
 #define SREC_SIZE 160
 
 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
-extern void monitor_close (int quitting);
+extern void monitor_close (void);
 extern char *monitor_supply_register (struct regcache *regcache,
                                      int regno, char *valstr);
 extern int monitor_expect (char *prompt, char *buf, int buflen);
This page took 0.024552 seconds and 4 git commands to generate.