diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-10-01 21:15:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-10-01 21:15:43 +0000 |
commit | 8960b09ba3350cd5c9624c8fc527a287f75247cb (patch) | |
tree | 56edaeed2ae10d65f700b005de02df8758bac5c9 /gdb/doc/ChangeLog | |
parent | 25e53510bd88329eed531412b855d4c70446abf8 (diff) | |
download | gdb-8960b09ba3350cd5c9624c8fc527a287f75247cb.tar.gz |
2002-10-01 Andrew Cagney <ac131313@redhat.com>
* NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
and that "mi0" syntax has been removed.
2002-10-01 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
and "mi1" instead of "mi1" and "mi0".
2002-10-01 Andrew Cagney <ac131313@redhat.com>
* mi-main.c (mi2_command_loop): New function.
(mi0_command_loop): Delete function.
(_initialize_mi_main): Recognize, and default to, "mi2". Do not
recognize "mi0".
* mi-out.c (mi_table_begin): Remove mi0 code.
(mi_table_body, mi_table_end): Ditto.
(mi_table_header, mi_open, mi_close): Ditto.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e21d24a2cf8..a074041b88f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-01 Andrew Cagney <ac131313@redhat.com> + + * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" + and "mi1" instead of "mi1" and "mi0". + 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com> * gdb.texinfo (Packets): Fix typos "alligned". |