From: Stu Grossman Date: Tue, 24 Oct 1995 21:35:23 +0000 (+0000) Subject: * monitor.h (struct memrw_cmd->resp_delim): Document this as a regexp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe5cfadd4251690ef0ec0fdeaa90e63e3077007f;p=binutils-gdb.git * monitor.h (struct memrw_cmd->resp_delim): Document this as a regexp. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index be7a49a7e9b..e00ed2cc2cf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,6 +5,7 @@ Tue Oct 24 12:26:14 1995 Stu Grossman (grossman@cygnus.com) 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. diff --git a/gdb/monitor.h b/gdb/monitor.h index 3d727a3661b..84ad95eaee5 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -66,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) */ };