regexp for getmem.resp_delim because of parsing ambiguities caused
by certain monitors. (monitor_read_memory): Use new regexp stuff
to parse getmem.resp_delim.
+ * monitor.h (struct memrw_cmd->resp_delim): Document this as a regexp.
* sh3-rom.c: Finish off table. Use new regexp capability for
getmem commands.
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) */
};