diff options
author | Stu Grossman <grossman@cygnus> | 1995-10-16 18:51:15 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-10-16 18:51:15 +0000 |
commit | 1480482acb1246a03fd9fe6615d221b09b5ab5e6 (patch) | |
tree | 47bc72b21d052797a823210ee8dccdcfb73669bf /gdb/monitor.h | |
parent | 934ec87c6b17ba28fa03d881f42e4756b14272f4 (diff) | |
download | gdb-1480482acb1246a03fd9fe6615d221b09b5ab5e6.zip gdb-1480482acb1246a03fd9fe6615d221b09b5ab5e6.tar.gz gdb-1480482acb1246a03fd9fe6615d221b09b5ab5e6.tar.bz2 |
* Makefile.in sh3-rom.c config/sh/sh.mt config/sh/tm-sh.h: Add
sh3 monitor support.
* monitor.c: Cleanup regexp compilation stuff to make it easier
to use several regexps.
* monitor.h: Get rid of struct rom_cmd_data. It's no longer used.
* config/m68k/tm-monitor.h: Don't redefine NUM_REGS here. It just
causes GDB to crash.
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r-- | gdb/monitor.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h index 13af0bef..3d727a3 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -24,12 +24,6 @@ #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. |