OSDN Git Service

2002-10-01 Andrew Cagney <ac131313@redhat.com>
authorcagney <cagney>
Tue, 1 Oct 2002 21:15:42 +0000 (21:15 +0000)
committercagney <cagney>
Tue, 1 Oct 2002 21:15:42 +0000 (21:15 +0000)
commit12d585d8f16513cef9c395ec0c116c2ee8f79052
tree76c7c7bcb9d61b3cbb4c7d2e930c84614def8a76
parent3dce8fceb3bc2b0c93c3ebe00c698308d1a84f48
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.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mi/ChangeLog
gdb/mi/mi-main.c
gdb/mi/mi-out.c