Mention mi0 and mi1 as --interpreter options.
authorAndrew Cagney <cagney@redhat.com>
Fri, 6 Jul 2001 04:07:29 +0000 (04:07 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 6 Jul 2001 04:07:29 +0000 (04:07 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index fb4360695fee88f0dfb43eaff045964b0a22c33a..ef38bc5c299570462c19e1d367e6b11b610ec6fd 100644 (file)
@@ -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
index 93942fdac8aa7b3f763dd835a6b498bc841749d1..ea9dd2d24c249861209faece5d3148bbb3ce6663 100644 (file)
@@ -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}