aboutsummaryrefslogtreecommitdiff
path: root/gdb/monitor.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-10-24 21:35:23 +0000
committerStu Grossman <grossman@cygnus>1995-10-24 21:35:23 +0000
commitfe5cfadd4251690ef0ec0fdeaa90e63e3077007f (patch)
tree35a97a0fdbedc6d475d17af7939042136da56c60 /gdb/monitor.h
parent283dc598b8ef7d3e0f23933bffc142affda89c21 (diff)
downloadfsf-binutils-gdb-fe5cfadd4251690ef0ec0fdeaa90e63e3077007f.zip
fsf-binutils-gdb-fe5cfadd4251690ef0ec0fdeaa90e63e3077007f.tar.gz
fsf-binutils-gdb-fe5cfadd4251690ef0ec0fdeaa90e63e3077007f.tar.bz2
* monitor.h (struct memrw_cmd->resp_delim): Document this as a regexp.
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r--gdb/monitor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h
index 3d727a3..84ad95e 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) */
};