* 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.
This commit is contained in:
Stu Grossman
1995-10-16 18:51:15 +00:00
parent 934ec87c6b
commit 1480482acb
7 changed files with 219 additions and 7 deletions

View File

@@ -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.