diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-17 14:54:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-17 14:54:32 +0000 |
commit | 3037ab4711424baadf540be2085fedcc5490ace6 (patch) | |
tree | f19b516f41380db789876c030d5d21b6763447b5 /gdb/doc | |
parent | 9d5feb46afd44a3a453f0da4fa6d7218b2f364cc (diff) | |
download | gdb-3037ab4711424baadf540be2085fedcc5490ace6.tar.gz |
2004-02-17 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 793da9198c8..b7c8384e331 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-17 Andrew Cagney <cagney@redhat.com> + + * gdb.texinfo (Mode Options): Note that "mi1" is deprecated. + 2004-02-16 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Deprecate diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 717a374fcd5..9a14584c448 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1135,10 +1135,10 @@ communicate with @value{GDBN} using it as a back end. @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, , -The @sc{gdb/mi} Interface}) included in @var{GDBN} version 6.0. The -previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3, -can be selected with @samp{--interpreter=mi1}. Earlier @sc{gdb/mi} -interfaces are not supported. +The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The +previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and +selected with @samp{--interpreter=mi1}, is deprecated. Earlier +@sc{gdb/mi} interfaces are no longer supported. @item -write @cindex @code{--write} |