ppcbug-rom checkin
[deliverable/binutils-gdb.git] / gdb / monitor.h
index 13af0befa2dbf2432840ba4c7a0559756d6ff7bc..84ad95eaee56ddf0e13be49fc749f32753a38652 100644 (file)
 
 #include "serial.h"
 
-struct rom_cmd_data {
-  char *cmd;                   /* command to send */
-  char *delim;                 /* the delimiter */
-  char *result;                        /* the result */
-};
-
 /* This structure describes the strings necessary to give small command
    sequences to the monitor, and parse the response.
 
@@ -72,7 +66,8 @@ struct memrw_cmd
 struct regrw_cmd
 {
   char *cmd;                   /* Command to send for reg read/write */
-  char *resp_delim;            /* String just prior to the desired value */
+  char *resp_delim;            /* String (actually a regexp if getmem) just
+                                  prior to the desired value */
   char *term;                  /* Terminating string to search for */
   char *term_cmd;              /* String to get out of sub-mode (if necessary) */
 };
This page took 0.030963 seconds and 4 git commands to generate.