diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-06 04:07:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-06 04:07:29 +0000 |
commit | 94bbb2c00d4c46aee0a9fa3677753034e842c125 (patch) | |
tree | 713b44a64f18f62c4b2507245d38a6d6630e2b3a | |
parent | 9dc5e2a93611891cdef625066665571ee0007d07 (diff) | |
download | gdb-94bbb2c00d4c46aee0a9fa3677753034e842c125.zip gdb-94bbb2c00d4c46aee0a9fa3677753034e842c125.tar.gz gdb-94bbb2c00d4c46aee0a9fa3677753034e842c125.tar.bz2 |
Mention mi0 and mi1 as --interpreter options.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fb43606..ef38bc5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-04 Andrew Cagney <ac131313@redhat.com> + + * gdb.texinfo (Mode Options): Mention the mi0 and mi1 + interpreters. + 2001-06-15 Andrew Cagney <ac131313@redhat.com> * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 93942fd..ea9dd2d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1045,9 +1045,12 @@ Run using @var{device} for your program's standard input and output. @cindex @code{--interpreter} Use the interpreter @var{interp} for interface with the controlling program or device. This option is meant to be set by programs which -communicate with @value{GDBN} using it as a back end. For example, -@samp{--interpreter=mi} causes @value{GDBN} to use the @dfn{gdbmi -interface} (@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). +communicate with @value{GDBN} using it as a back end. + +@samp{--interpreter=mi} (or @samp{--interpreter=mi1}) causes +@value{GDBN} to use the @dfn{gdb/mi interface} (@pxref{GDB/MI, , The +@sc{gdb/mi} Interface}). The older @sc{gdb/mi} interface, included in +@value{GDBN} version 5.0 can be selected with @samp{--interpreter=mi0}. @item -write @cindex @code{--write} |