OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [mi/] [ChangeLog-mi] - Diff between revs 107 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 107 Rev 1765
2000-05-07  Eli Zaretskii  
2000-05-07  Eli Zaretskii  
        * gdbmi.texinfo: Lots of typos and grammar fixes from Brian
        * gdbmi.texinfo: Lots of typos and grammar fixes from Brian
        Youmans <3diff@gnu.org>.
        Youmans <3diff@gnu.org>.
Wed Apr 26 18:35:19 2000  Andrew Cagney  
Wed Apr 26 18:35:19 2000  Andrew Cagney  
        * gdbmi.texinfo (GDB/MI Output Syntax v2.0): Convert Draft 2.0
        * gdbmi.texinfo (GDB/MI Output Syntax v2.0): Convert Draft 2.0
        Output Syntax into a new section.  Cross reference.
        Output Syntax into a new section.  Cross reference.
        (menu): Fix tipo. GDB/MI Compatibility with CLI.
        (menu): Fix tipo. GDB/MI Compatibility with CLI.
2000-04-23  Eli Zaretskii  
2000-04-23  Eli Zaretskii  
        * gdbmi.texinfo: Lots of changes, to include this document as part
        * gdbmi.texinfo: Lots of changes, to include this document as part
        of the GDB manual.
        of the GDB manual.
2000-03-13  James Ingham  
2000-03-13  James Ingham  
        * mi-cmd-var.c (mi_cmd_var_create): Add special frame cookie "@"
        * mi-cmd-var.c (mi_cmd_var_create): Add special frame cookie "@"
        to indicate an "USE_CURRENT_FRAME" variable.
        to indicate an "USE_CURRENT_FRAME" variable.
        (varobj_update_one): Add "in_scope" and "type_changed" to the
        (varobj_update_one): Add "in_scope" and "type_changed" to the
        result.
        result.
2000-03-06  Elena Zannoni  
2000-03-06  Elena Zannoni  
        * mi-cmds.h: Export mi_cmd_data_write_register_values.
        * mi-cmds.h: Export mi_cmd_data_write_register_values.
        * mi-cmds.c (mi_cmds): Implement data-write-register-values with
        * mi-cmds.c (mi_cmds): Implement data-write-register-values with
        mi_cmd_data_write_register_values.
        mi_cmd_data_write_register_values.
        * mi-main.c (mi_cmd_data_write_register_values): New
        * mi-main.c (mi_cmd_data_write_register_values): New
        function. Write a value into a register.
        function. Write a value into a register.
2000-03-06  Elena Zannoni  
2000-03-06  Elena Zannoni  
        * gdbmi.texinfo: Update data-disassemble documentation.
        * gdbmi.texinfo: Update data-disassemble documentation.
2000-03-01  Elena Zannoni  
2000-03-01  Elena Zannoni  
        * mi-cmd-disas.c (mi_cmd_disassemble): Use
        * mi-cmd-disas.c (mi_cmd_disassemble): Use
        ui_out_field_core_addr() instead of print_address_numeric(), to
        ui_out_field_core_addr() instead of print_address_numeric(), to
        maintain consistency throughout MI.
        maintain consistency throughout MI.
Wed Feb 23 17:09:39 2000  Andrew Cagney  
Wed Feb 23 17:09:39 2000  Andrew Cagney  
        * mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
        * mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
        mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
        mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
        mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c,
        mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c,
        mi-parse.h: Update copyright information.
        mi-parse.h: Update copyright information.
Wed Feb 23 13:31:16 2000  Andrew Cagney  
Wed Feb 23 13:31:16 2000  Andrew Cagney  
        * mi-cmd-disas.c (gdb_dis_asm_read_memory): Change LEN to unsigned
        * mi-cmd-disas.c (gdb_dis_asm_read_memory): Change LEN to unsigned
        long.  Match ../include/dis-asm.h change.
        long.  Match ../include/dis-asm.h change.
Wed Feb 23 10:30:55 2000  Andrew Cagney  
Wed Feb 23 10:30:55 2000  Andrew Cagney  
        * gdbmi.texinfo: Update copyright - FSF.  Update version
        * gdbmi.texinfo: Update copyright - FSF.  Update version
        information.
        information.
        mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
        mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
        mi-cmds.h, mi-main.c, mi-parse.c, mi-parse.h: Re-format using GNU
        mi-cmds.h, mi-main.c, mi-parse.c, mi-parse.h: Re-format using GNU
        indent.
        indent.
2000-02-21  Elena Zannoni  
2000-02-21  Elena Zannoni  
        * mi-main.c: Add include of gdbcore.h for write_memory()
        * mi-main.c: Add include of gdbcore.h for write_memory()
        prototype.
        prototype.
2000-02-18  Elena Zannoni  
2000-02-18  Elena Zannoni  
        * mi-cmd-disas.c (mi_cmd_disassemble): Change syntax of
        * mi-cmd-disas.c (mi_cmd_disassemble): Change syntax of
        command. Now use options.
        command. Now use options.
        Instead of printing the symbolic address of instructions via
        Instead of printing the symbolic address of instructions via
        print_address_symbolic(), use build_address_symbolic() and format
        print_address_symbolic(), use build_address_symbolic() and format
        properly for output.
        properly for output.
        (gdb_do_disassmble): Delete.
        (gdb_do_disassmble): Delete.
2000-02-18  Elena Zannoni  
2000-02-18  Elena Zannoni  
        * mi-cmd-disas.c (mi_cmd_disassemble):
        * mi-cmd-disas.c (mi_cmd_disassemble):
2000-02-17  Elena Zannoni  
2000-02-17  Elena Zannoni  
        * mi-main.c (mi_cmd_data_write_memory): New function. Write a
        * mi-main.c (mi_cmd_data_write_memory): New function. Write a
        value into target memory.
        value into target memory.
        * mi-cmds.h (mi_cmd_data_write_memory): Export.
        * mi-cmds.h (mi_cmd_data_write_memory): Export.
        * mi-cmds.c (mi_cmds): Hook up data-write-memory to
        * mi-cmds.c (mi_cmds): Hook up data-write-memory to
        mi_cmd_data_write_memory().
        mi_cmd_data_write_memory().
2000-02-17  Elena Zannoni  
2000-02-17  Elena Zannoni  
        * mi-main.c (mi_cmd_target_download): Correct error message to
        * mi-main.c (mi_cmd_target_download): Correct error message to
        report right function name.
        report right function name.
        (mi_cmd_target_select): Add doing exec cleanups at end.
        (mi_cmd_target_select): Add doing exec cleanups at end.
        (mi_cmd_data_read_memory): Correct typo.
        (mi_cmd_data_read_memory): Correct typo.
        (mi_cmd_execute): Do not simply free last_async_command, but reset
        (mi_cmd_execute): Do not simply free last_async_command, but reset
        it to NULL as well.
        it to NULL as well.
        (free_and_reset): New function, free the argument and set it to
        (free_and_reset): New function, free the argument and set it to
        NULL.
        NULL.
        (mi_cmd_target_select_continuation): Delete prototype.
        (mi_cmd_target_select_continuation): Delete prototype.
Tue Feb  1 00:17:12 2000  Andrew Cagney  
Tue Feb  1 00:17:12 2000  Andrew Cagney  
        * mi-cmd-disas.c, mi-cmds.h, mi-console.c, mi-console.h,
        * mi-cmd-disas.c, mi-cmds.h, mi-console.c, mi-console.h,
        mi-main.c, mi-out.c, mi-out.h: Update to reflect rename of
        mi-main.c, mi-out.c, mi-out.h: Update to reflect rename of
        gdb-file / GDB_FILE to ui-file / ``struct ui_file''.
        gdb-file / GDB_FILE to ui-file / ``struct ui_file''.
Mon Jan 31 18:33:28 2000  Andrew Cagney  
Mon Jan 31 18:33:28 2000  Andrew Cagney  
        * mi-main.c (mi_command_loop): Delete reference to
        * mi-main.c (mi_command_loop): Delete reference to
        fputs_unfiltered_hook.
        fputs_unfiltered_hook.
2000-01-27  Elena Zannoni  
2000-01-27  Elena Zannoni  
        * mi-cmds.c (mi_cmds): Update entries for
        * mi-cmds.c (mi_cmds): Update entries for
        mi_cmd_data_list_register_names,
        mi_cmd_data_list_register_names,
        mi_cmd_data_list_changed_registers,
        mi_cmd_data_list_changed_registers,
        mi_cmd_data_list_register_values.
        mi_cmd_data_list_register_values.
        * mi-cmds.h (mi_cmd_data_list_register_names,
        * mi-cmds.h (mi_cmd_data_list_register_names,
        mi_cmd_data_list_changed_registers,
        mi_cmd_data_list_changed_registers,
        mi_cmd_data_list_register_values): Update to mi_cmd_argv_ftype.
        mi_cmd_data_list_register_values): Update to mi_cmd_argv_ftype.
        * mi-main.c (mi_cmd_data_list_register_names,
        * mi-main.c (mi_cmd_data_list_register_names,
        mi_cmd_data_list_changed_registers,
        mi_cmd_data_list_changed_registers,
        mi_cmd_data_list_register_values): Update to use argc, argv
        mi_cmd_data_list_register_values): Update to use argc, argv
        parameters.
        parameters.
2000-01-27  Elena Zannoni  
2000-01-27  Elena Zannoni  
        * mi-main.c (mi_cmd_data_read_memory): Correct the computation of
        * mi-main.c (mi_cmd_data_read_memory): Correct the computation of
        next-row.
        next-row.
2000-01-27  Fernando Nasser  
2000-01-27  Fernando Nasser  
        * mi-cmd-var.c (mi_cmd_var_create): Test for NULL type.
        * mi-cmd-var.c (mi_cmd_var_create): Test for NULL type.
        (mi_cmd_var_set_format, mi_cmd_var_show_format,
        (mi_cmd_var_set_format, mi_cmd_var_show_format,
        mi_cmd_var_info_num_children, mi_cmd_var_list_children,
        mi_cmd_var_info_num_children, mi_cmd_var_list_children,
        mi_cmd_var_info_type, mi_cmd_var_info_expression,
        mi_cmd_var_info_type, mi_cmd_var_info_expression,
        mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
        mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
        mi_cmd_var_assign, mi_cmd_var_update): Prevent possibility of memory
        mi_cmd_var_assign, mi_cmd_var_update): Prevent possibility of memory
        leak on error.
        leak on error.
2000-01-27  Fernando Nasser  
2000-01-27  Fernando Nasser  
        * mi-out.c (mi_field_string): Test for NULL string pointer.
        * mi-out.c (mi_field_string): Test for NULL string pointer.
2000-01-17  Elena Zannoni  
2000-01-17  Elena Zannoni  
        * mi-cmd-stack.c (mi_cmd_stack_list_frames): Call
        * mi-cmd-stack.c (mi_cmd_stack_list_frames): Call
        print_frmae_info() with the correct arguments.
        print_frmae_info() with the correct arguments.
        * mi-main.c (mi_cmd_exec_return): Call
        * mi-main.c (mi_cmd_exec_return): Call
        show_and_print_stack_frame() with LOC_AND_ADDRESS, so it does the
        show_and_print_stack_frame() with LOC_AND_ADDRESS, so it does the
        right thing.  Update Copyright.
        right thing.  Update Copyright.
2000-01-13  Elena Zannoni  
2000-01-13  Elena Zannoni  
        * mi-main.c: Move disassemble commands from here.
        * mi-main.c: Move disassemble commands from here.
        * mi-cmd-disas.c: To here. New file.
        * mi-cmd-disas.c: To here. New file.
2000-01-13  Elena Zannoni  
2000-01-13  Elena Zannoni  
        * mi-cmd-stack.c: Remove include of mi-out.h.
        * mi-cmd-stack.c: Remove include of mi-out.h.
        * mi-main.c (mi_cmd_disassemble): Update function to use argc/argv
        * mi-main.c (mi_cmd_disassemble): Update function to use argc/argv
        interface.
        interface.
        * mi-cmds.h: Ditto.
        * mi-cmds.h: Ditto.
        * mi-cmds.c: Ditto.
        * mi-cmds.c: Ditto.
2000-01-12  Elena Zannoni  
2000-01-12  Elena Zannoni  
        * gdbmi.texinfo: Update stack commands descriptions.
        * gdbmi.texinfo: Update stack commands descriptions.
        Add thread commands descriptions and examples.
        Add thread commands descriptions and examples.
        * mi-main.c (mi_cmd_thread_list_ids): Fix typo.
        * mi-main.c (mi_cmd_thread_list_ids): Fix typo.
2000-01-12  Elena Zannoni  
2000-01-12  Elena Zannoni  
        * mi-main.c (mi_cmd_thread_list_ids): New function, print a list
        * mi-main.c (mi_cmd_thread_list_ids): New function, print a list
        of currently known threads ids, and the total number of threads.
        of currently known threads ids, and the total number of threads.
        (mi_cmd_thread_select): New function. Switch current thread.
        (mi_cmd_thread_select): New function. Switch current thread.
        * mi-cmds.c (mi_cmds): Implement thread-list-ids by
        * mi-cmds.c (mi_cmds): Implement thread-list-ids by
        mi_cmd_thread_list_ids, and thread-select by mi_cmd_thread_select.
        mi_cmd_thread_list_ids, and thread-select by mi_cmd_thread_select.
        * mi-cmds.h (mi_cmd_thread_select, mi_cmd_thread_list_ids): Export.
        * mi-cmds.h (mi_cmd_thread_select, mi_cmd_thread_list_ids): Export.
2000-01-11  Elena Zannoni  
2000-01-11  Elena Zannoni  
        * mi-main.c: Move stack commands from here.
        * mi-main.c: Move stack commands from here.
        * mi-cmd-stack.c: To here. New file.
        * mi-cmd-stack.c: To here. New file.
2000-01-07  Elena Zannoni  
2000-01-07  Elena Zannoni  
        * mi-main.c (list_args_or_locals): Add a new paramter, the frame
        * mi-main.c (list_args_or_locals): Add a new paramter, the frame
        for which to display args or locals. Don't use selected_frame
        for which to display args or locals. Don't use selected_frame
        anymore, use the new parameter instead. Return void instead of
        anymore, use the new parameter instead. Return void instead of
        mi_cmd_result, let callers do so.
        mi_cmd_result, let callers do so.
        (mi_cmd_stack_list_args): Change interface. Now accept low and
        (mi_cmd_stack_list_args): Change interface. Now accept low and
        high frame numbers to display args for a range of frames. Without
        high frame numbers to display args for a range of frames. Without
        these two, display args for the whole stack.
        these two, display args for the whole stack.
        (mi_cmd_stack_list_locals): Adapt to new interface for
        (mi_cmd_stack_list_locals): Adapt to new interface for
        list_args_or_locals.
        list_args_or_locals.
2000-01-06  Elena Zannoni  
2000-01-06  Elena Zannoni  
        * mi-main.c (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
        * mi-main.c (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
        mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
        mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
        mi_cmd_stack_select_frame): Change to use argv type of parameters.
        mi_cmd_stack_select_frame): Change to use argv type of parameters.
        * mi-cmds.c (mi_cmds): Change stack-info-depth,
        * mi-cmds.c (mi_cmds): Change stack-info-depth,
        stack-list-arguments, stack-list-frames, stack-list-locals,
        stack-list-arguments, stack-list-frames, stack-list-locals,
        stack-select-frame to use argv parameters.
        stack-select-frame to use argv parameters.
        * mi-cmds.h (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
        * mi-cmds.h (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
        mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
        mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
        mi_cmd_stack_select_frame): Update definitions.
        mi_cmd_stack_select_frame): Update definitions.
Tue Jan  4 12:38:54 2000  Andrew Cagney  
Tue Jan  4 12:38:54 2000  Andrew Cagney  
        * mi-main.c (mi_command_loop): Force the MI interface to use seven
        * mi-main.c (mi_command_loop): Force the MI interface to use seven
        bit strings.
        bit strings.
        * gdbmi.texinfo: Make it clear that a quoted C string is seven
        * gdbmi.texinfo: Make it clear that a quoted C string is seven
        bit.
        bit.
Thu Dec 30 14:15:22 1999  Andrew Cagney  
Thu Dec 30 14:15:22 1999  Andrew Cagney  
        * mi-getopt.c (mi_getopt): Rewrite.  Allow long options.
        * mi-getopt.c (mi_getopt): Rewrite.  Allow long options.
        * mi-getopt.h (struct mi_opt): Declare.
        * mi-getopt.h (struct mi_opt): Declare.
        (mi_getopt): Update.
        (mi_getopt): Update.
        * mi-main.c (mi_cmd_data_read_memory), mi-cmd-break.c
        * mi-main.c (mi_cmd_data_read_memory), mi-cmd-break.c
        (mi_cmd_break_insert, mi_cmd_break_watch): Update.
        (mi_cmd_break_insert, mi_cmd_break_watch): Update.
Wed Dec 29 23:38:35 1999  Andrew Cagney  
Wed Dec 29 23:38:35 1999  Andrew Cagney  
        * mi-cmd-break.c (mi_cmd_break_insert): Add support for -c
        * mi-cmd-break.c (mi_cmd_break_insert): Add support for -c
        , -i  and -p .
        , -i  and -p .
        (breakpoint_notify): New function.
        (breakpoint_notify): New function.
        (mi_cmd_break_insert): Wrap GDB call with callback hooks so that
        (mi_cmd_break_insert): Wrap GDB call with callback hooks so that
        MI is notified when ever a breakpoint is created.
        MI is notified when ever a breakpoint is created.
        * gdbmi.texinfo: Update.
        * gdbmi.texinfo: Update.
Fri Dec 24 11:23:22 1999  Andrew Cagney  
Fri Dec 24 11:23:22 1999  Andrew Cagney  
        * mi-main.c (gdb_do_disassemble): Strip out more useless #ifdef
        * mi-main.c (gdb_do_disassemble): Strip out more useless #ifdef
        UI_OUTs.
        UI_OUTs.
1999-12-23  Elena Zannoni  
1999-12-23  Elena Zannoni  
        * mi-main.c (gdb_do_disassemble): Fix output. Lines that have no
        * mi-main.c (gdb_do_disassemble): Fix output. Lines that have no
        assembly instructions must still be outputted, to keep the source
        assembly instructions must still be outputted, to keep the source
        line numbering correct.
        line numbering correct.
        Remove #ifdef UI_OUT's, they are useless.
        Remove #ifdef UI_OUT's, they are useless.
1999-12-17  Elena Zannoni  
1999-12-17  Elena Zannoni  
        * mi-main.c (gdb_do_disassemble): Don't print a new list in mixed
        * mi-main.c (gdb_do_disassemble): Don't print a new list in mixed
        mode, every time. Just do it when we actually encounter a new
        mode, every time. Just do it when we actually encounter a new
        source line.
        source line.
1999-12-17  Fernando Nasser  
1999-12-17  Fernando Nasser  
        * mi-cmd-var.c (mi_cmd_var_list_children): Add test for C++ pseudo
        * mi-cmd-var.c (mi_cmd_var_list_children): Add test for C++ pseudo
        variable objects (private, public, protected) as these do not have
        variable objects (private, public, protected) as these do not have
        a type and the -var-list-children operation was dumping core.
        a type and the -var-list-children operation was dumping core.
Fri Dec 17 20:23:33 1999  Andrew Cagney  
Fri Dec 17 20:23:33 1999  Andrew Cagney  
        * gdbmi.texinfo: Document recommended syntax for options.
        * gdbmi.texinfo: Document recommended syntax for options.
        * mi-main.c (mi_cmd_data_read_memory): Add support for ``-o
        * mi-main.c (mi_cmd_data_read_memory): Add support for ``-o
        ''.
        ''.
        * gdbmi.texinfo: Document.
        * gdbmi.texinfo: Document.
Wed Dec 15 17:43:08 1999  Andrew Cagney  
Wed Dec 15 17:43:08 1999  Andrew Cagney  
        * mi-getopt.h (mi_getopt): Change optarg to a char pointer. Check
        * mi-getopt.h (mi_getopt): Change optarg to a char pointer. Check
        optind.
        optind.
        * mi-cmd-break.c (mi_cmd_break_insert): Update.
        * mi-cmd-break.c (mi_cmd_break_insert): Update.
        * mi-main.c (mi_cmd_data_read_memory): Add fields "next-row-addr",
        * mi-main.c (mi_cmd_data_read_memory): Add fields "next-row-addr",
        "prev-row-addr", "next-page-addr", "prev-page-addr" and a per row
        "prev-row-addr", "next-page-addr", "prev-page-addr" and a per row
        "addr".
        "addr".
        * gdbmi.texinfo: Update.
        * gdbmi.texinfo: Update.
Wed Dec 15 01:05:40 1999  Andrew Cagney  
Wed Dec 15 01:05:40 1999  Andrew Cagney  
        * mi-cmds.h (mi_cmd_result): Add MI_CMD_CAUGHT_ERROR for when the
        * mi-cmds.h (mi_cmd_result): Add MI_CMD_CAUGHT_ERROR for when the
        error is caught.
        error is caught.
        * mi-main.c (captured_mi_execute_command): When
        * mi-main.c (captured_mi_execute_command): When
        MI_CMD_CAUGHT_ERROR return 0 rethrowing the eror.
        MI_CMD_CAUGHT_ERROR return 0 rethrowing the eror.
1999-12-13  Elena Zannoni  
1999-12-13  Elena Zannoni  
        * mi-cmd-break.c (mi_cmd_break_insert): Remove unused var.
        * mi-cmd-break.c (mi_cmd_break_insert): Remove unused var.
        * mi-cmd-var.c (mi_cmd_var_update): Remove unused variables.
        * mi-cmd-var.c (mi_cmd_var_update): Remove unused variables.
Mon Dec 13 18:43:36 1999  Andrew Cagney  
Mon Dec 13 18:43:36 1999  Andrew Cagney  
        * mi-parse.c (mi_parse): Quote the command when printing it.
        * mi-parse.c (mi_parse): Quote the command when printing it.
        (mi_parse_argv): Fix handling of quoted strings. Was not
        (mi_parse_argv): Fix handling of quoted strings. Was not
        de-quoting them.
        de-quoting them.
        (mi_parse_argv): Make static.
        (mi_parse_argv): Make static.
Mon Dec 13 18:30:03 1999  Andrew Cagney  
Mon Dec 13 18:30:03 1999  Andrew Cagney  
        * mi-cmds.h (mi_cmd_break_insert, mi_cmd_break_watch): Change type
        * mi-cmds.h (mi_cmd_break_insert, mi_cmd_break_watch): Change type
        to mi_cmd_argv_ftype.
        to mi_cmd_argv_ftype.
        * mi-cmds.c (mi_cmds): Update.
        * mi-cmds.c (mi_cmds): Update.
        * mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Change
        * mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Change
        to new style of arguments with argc and argv.  Parse arguments
        to new style of arguments with argc and argv.  Parse arguments
        using mi_getopt.
        using mi_getopt.
        * mi-cmd-break.c (mi_cmd_break_insert): Wrap body in #ifdef UI_OUT
        * mi-cmd-break.c (mi_cmd_break_insert): Wrap body in #ifdef UI_OUT
        to avoid non-ui compile problems.
        to avoid non-ui compile problems.
Mon Dec 13 15:08:36 1999  Andrew Cagney  
Mon Dec 13 15:08:36 1999  Andrew Cagney  
        * mi-getopt.h, mi-getopt.c: New files. Similar to getopt but with
        * mi-getopt.h, mi-getopt.c: New files. Similar to getopt but with
        well defined semantics.
        well defined semantics.
Mon Dec 13 14:22:21 1999  Andrew Cagney  
Mon Dec 13 14:22:21 1999  Andrew Cagney  
        * mi-main.c (mi_cmd_break_insert, mi_cmd_break_watch, enum
        * mi-main.c (mi_cmd_break_insert, mi_cmd_break_watch, enum
        wp_type, enum bp_type): Move from here.
        wp_type, enum bp_type): Move from here.
        * mi-cmd-break.c: To here.  New file.
        * mi-cmd-break.c: To here.  New file.
        (mi_cmd_break_insert, mi_cmd_break_insert, mi_cmd_break_watch):
        (mi_cmd_break_insert, mi_cmd_break_insert, mi_cmd_break_watch):
        Use error to report problems.
        Use error to report problems.
1999-12-09  Elena Zannoni  
1999-12-09  Elena Zannoni  
        * gdbmi.texinfo: Update description of exec-interrupt.
        * gdbmi.texinfo: Update description of exec-interrupt.
        * mi-main.c (mi_cmd_exec_interrupt): If the program is not
        * mi-main.c (mi_cmd_exec_interrupt): If the program is not
        executing, don't try to interrupt it, but error out instead.  Make
        executing, don't try to interrupt it, but error out instead.  Make
        sure previous_async_command is not null before duplicating it into
        sure previous_async_command is not null before duplicating it into
        last_async_command.
        last_async_command.
        * gdbmi.texinfo: Add examples for data-evaluate-expression.
        * gdbmi.texinfo: Add examples for data-evaluate-expression.
1999-12-08  Elena Zannoni  
1999-12-08  Elena Zannoni  
        * mi-cmd-var.c (mi_cmd_var_assign, mi_cmd_var_create,
        * mi-cmd-var.c (mi_cmd_var_assign, mi_cmd_var_create,
        mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
        mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
        mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
        mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
        mi_cmd_var_info_type, mi_cmd_var_list_children,
        mi_cmd_var_info_type, mi_cmd_var_list_children,
        mi_cmd_var_set_format, mi_cmd_var_show_attributes,
        mi_cmd_var_set_format, mi_cmd_var_show_attributes,
        mi_cmd_var_show_format, mi_cmd_var_update): Change to use new
        mi_cmd_var_show_format, mi_cmd_var_update): Change to use new
        style of arguments with argc and argv.
        style of arguments with argc and argv.
        (next_arg): Delete.
        (next_arg): Delete.
        (which_var): Delete.
        (which_var): Delete.
        * mi-cmds.c (mi_cmds): Update entries for mi_cmd_var_assign,
        * mi-cmds.c (mi_cmds): Update entries for mi_cmd_var_assign,
        mi_cmd_var_create, mi_cmd_var_delete,
        mi_cmd_var_create, mi_cmd_var_delete,
        mi_cmd_var_evaluate_expression, mi_cmd_var_info_expression,
        mi_cmd_var_evaluate_expression, mi_cmd_var_info_expression,
        mi_cmd_var_info_num_children, mi_cmd_var_info_type,
        mi_cmd_var_info_num_children, mi_cmd_var_info_type,
        mi_cmd_var_list_children, mi_cmd_var_set_format,
        mi_cmd_var_list_children, mi_cmd_var_set_format,
        mi_cmd_var_show_attributes, mi_cmd_var_show_format,
        mi_cmd_var_show_attributes, mi_cmd_var_show_format,
        mi_cmd_var_update.
        mi_cmd_var_update.
        * mi-cmds.h (mi_cmd_var_assign, mi_cmd_var_create,
        * mi-cmds.h (mi_cmd_var_assign, mi_cmd_var_create,
        mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
        mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
        mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
        mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
        mi_cmd_var_info_type, mi_cmd_var_list_children,
        mi_cmd_var_info_type, mi_cmd_var_list_children,
        mi_cmd_var_set_format, mi_cmd_var_show_attributes,
        mi_cmd_var_set_format, mi_cmd_var_show_attributes,
        mi_cmd_var_show_format, mi_cmd_var_update): Update declarations.
        mi_cmd_var_show_format, mi_cmd_var_update): Update declarations.
1999-12-08  Elena Zannoni  
1999-12-08  Elena Zannoni  
        * gdbmi.texinfo: Comment out -data-assign command.  * mi-main.c
        * gdbmi.texinfo: Comment out -data-assign command.  * mi-main.c
        (mi_cmd_data_assign): Do not use, comment out.  * mi-cmds.h
        (mi_cmd_data_assign): Do not use, comment out.  * mi-cmds.h
        (mi_cmd_data_assign): Remove.  * mi-cmds.c: Remove -data-assign
        (mi_cmd_data_assign): Remove.  * mi-cmds.c: Remove -data-assign
        command from MI interface.
        command from MI interface.
1999-12-07  Elena Zannoni  
1999-12-07  Elena Zannoni  
        * mi-parse.c (mi_parse): Add '\n' at end of error messages, so
        * mi-parse.c (mi_parse): Add '\n' at end of error messages, so
        that prompt comes out on new line.
        that prompt comes out on new line.
        * gdbmi.texinfo: Update disassembly command output.
        * gdbmi.texinfo: Update disassembly command output.
1999-12-06  Elena Zannoni  
1999-12-06  Elena Zannoni  
        * mi-main.c (gdb_do_disassemble): Update output for UI_OUT case.
        * mi-main.c (gdb_do_disassemble): Update output for UI_OUT case.
1999-12-02  Elena Zannoni  
1999-12-02  Elena Zannoni  
        * gdbmi.texinfo: Update exec-until output, including the reason
        * gdbmi.texinfo: Update exec-until output, including the reason
        for stopping.
        for stopping.
Thu Dec  2 17:17:22 1999  Andrew Cagney  
Thu Dec  2 17:17:22 1999  Andrew Cagney  
        * mi-cmds.c: Include  for memset.
        * mi-cmds.c: Include  for memset.
1999-12-01  Elena Zannoni  
1999-12-01  Elena Zannoni  
        * mi-main.c (mi_cmd_exec_return): ifdef the references to
        * mi-main.c (mi_cmd_exec_return): ifdef the references to
        return_command_wrapper().
        return_command_wrapper().
1999-12-01  Elena Zannoni  
1999-12-01  Elena Zannoni  
        * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_interrupt,
        * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_interrupt,
        mi_cmd_target_select, mi_execute_async_cli_command,
        mi_cmd_target_select, mi_execute_async_cli_command,
        mi_exec_async_cli_cmd_continuation, mi_load_progress): Don't print
        mi_exec_async_cli_cmd_continuation, mi_load_progress): Don't print
        last_async_command if it is NULL.
        last_async_command if it is NULL.
        (mi_cmd_exec_return):
        (mi_cmd_exec_return):
1999-12-01  Elena Zannoni  
1999-12-01  Elena Zannoni  
        * mi-main.c (mi_cmd_exec_return): Reimplement using
        * mi-main.c (mi_cmd_exec_return): Reimplement using
        return_command() instead of mi_execute_async_cli_command().
        return_command() instead of mi_execute_async_cli_command().
1999-12-01  Elena Zannoni  
1999-12-01  Elena Zannoni  
        * mi-cmds.h: Export mi_cmd_data_assign and
        * mi-cmds.h: Export mi_cmd_data_assign and
        mi_cmd_data_evaluate_expression.
        mi_cmd_data_evaluate_expression.
        * mi-cmds.c (mi_cmds): Hook data-assign to mi_cmd_data_assign and
        * mi-cmds.c (mi_cmds): Hook data-assign to mi_cmd_data_assign and
        data-evaluate-expression to mi_cmd_data_evaluate_expression.
        data-evaluate-expression to mi_cmd_data_evaluate_expression.
        * mi-main.c (mi_cmd_data_assign): New function. Implement
        * mi-main.c (mi_cmd_data_assign): New function. Implement
        data-assign command.
        data-assign command.
        (mi_cmd_data_evaluate_expression): New function. Implement
        (mi_cmd_data_evaluate_expression): New function. Implement
        data-evaluate-expression command.
        data-evaluate-expression command.
1999-12-01  Elena Zannoni  
1999-12-01  Elena Zannoni  
        * gdbmi.texinfo: Fix some texinfo formatting errors.
        * gdbmi.texinfo: Fix some texinfo formatting errors.
1999-12-01  Elena Zannoni  
1999-12-01  Elena Zannoni  
        * gdbmi.texinfo: Update data-list-register-values description.
        * gdbmi.texinfo: Update data-list-register-values description.
        * mi-cmds.h: Export mi_cmd_data_list_register_values.
        * mi-cmds.h: Export mi_cmd_data_list_register_values.
        * mi-cmds.c (mi_cmds): Hook data-list-register-values to
        * mi-cmds.c (mi_cmds): Hook data-list-register-values to
        mi_cmd_data_list_register_values.
        mi_cmd_data_list_register_values.
        * mi-main.c (mi_cmd_data_list_register_values): New
        * mi-main.c (mi_cmd_data_list_register_values): New
        function. Implements the -data-list-register-values command.
        function. Implements the -data-list-register-values command.
        (get_register): New function. Output the contents of a given
        (get_register): New function. Output the contents of a given
        register.
        register.
Wed Dec  1 20:27:22 1999  Andrew Cagney  
Wed Dec  1 20:27:22 1999  Andrew Cagney  
        * mi-main.c (mi_execute_async_cli_command): Append missing "\n"
        * mi-main.c (mi_execute_async_cli_command): Append missing "\n"
        for synchronous stopped message.
        for synchronous stopped message.
1999-11-30  James Ingham  
1999-11-30  James Ingham  
        * gdbmi.texinfo: Fix obvious typo in @end statement.
        * gdbmi.texinfo: Fix obvious typo in @end statement.
Wed Dec  1 12:36:27 1999  Andrew Cagney  
Wed Dec  1 12:36:27 1999  Andrew Cagney  
        * mi-cmd-var.c: Include "value.h".
        * mi-cmd-var.c: Include "value.h".
        * mi-console.c: Include .
        * mi-console.c: Include .
Wed Dec  1 00:21:03 1999  Andrew Cagney  
Wed Dec  1 00:21:03 1999  Andrew Cagney  
        * mi-main.c (captured_mi_execute_command): For a CLI command, pass
        * mi-main.c (captured_mi_execute_command): For a CLI command, pass
        "%s" to mi_execute_cli_command to stop core dumps.
        "%s" to mi_execute_cli_command to stop core dumps.
        (captured_mi_execute_command): Echo CLI commands on gdb_stdlog.
        (captured_mi_execute_command): Echo CLI commands on gdb_stdlog.
Wed Dec  1 00:10:07 1999  Andrew Cagney  
Wed Dec  1 00:10:07 1999  Andrew Cagney  
        * gdbmi.texinfo: Explain NR-BYTES and ADDR.
        * gdbmi.texinfo: Explain NR-BYTES and ADDR.
Tue Nov 30 23:31:57 1999  Andrew Cagney  
Tue Nov 30 23:31:57 1999  Andrew Cagney  
        * mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete,
        * mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete,
        mi_cmd_var_set_format, mi_cmd_var_show_format,
        mi_cmd_var_set_format, mi_cmd_var_show_format,
        mi_cmd_var_info_num_children, mi_cmd_var_list_children,
        mi_cmd_var_info_num_children, mi_cmd_var_list_children,
        mi_cmd_var_info_type, mi_cmd_var_info_expression,
        mi_cmd_var_info_type, mi_cmd_var_info_expression,
        mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
        mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
        mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one, next_arg,
        mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one, next_arg,
        which_var): New file.  Move varobj commands to here from
        which_var): New file.  Move varobj commands to here from
        mi-main.c.
        mi-main.c.
        * mi-console.h, mi-console.c (mi_console_file_new,
        * mi-console.h, mi-console.c (mi_console_file_new,
        mi_console_file_delete, mi_console_file_fputs,
        mi_console_file_delete, mi_console_file_fputs,
        mi_console_raw_packet, mi_console_file_flush): New files. Move
        mi_console_raw_packet, mi_console_file_flush): New files. Move
        mi_console_file to here from mi-main.c.
        mi_console_file to here from mi-main.c.
Tue Nov 30 19:37:25 1999  Andrew Cagney  
Tue Nov 30 19:37:25 1999  Andrew Cagney  
        * mi-main.c (captured_mi_execute_command): Use fputstr_unfiltered
        * mi-main.c (captured_mi_execute_command): Use fputstr_unfiltered
        when printing error messages.
        when printing error messages.
        (mi_cmd_execute): Ditto.
        (mi_cmd_execute): Ditto.
1999-11-29  Elena Zannoni  
1999-11-29  Elena Zannoni  
        * gdbmi.texinfo: Describe -data-list-changed-registers,
        * gdbmi.texinfo: Describe -data-list-changed-registers,
        -data-list-register-names. Add examples for
        -data-list-register-names. Add examples for
        -exec-next-instruction, exec-step-instruction, -exec-run,
        -exec-next-instruction, exec-step-instruction, -exec-run,
        -exec-until.  Format examples for -data-read-memory.
        -exec-until.  Format examples for -data-read-memory.
        update example for -target-download.
        update example for -target-download.
1999-11-29  Elena Zannoni  
1999-11-29  Elena Zannoni  
        * gdbmi.texinfo: Remove mentioning of inaccurate watchpoint hit
        * gdbmi.texinfo: Remove mentioning of inaccurate watchpoint hit
        count.
        count.
Mon Nov 29 19:28:55 1999  Andrew Cagney  
Mon Nov 29 19:28:55 1999  Andrew Cagney  
        * mi-main.c (mi_execute_async_cli_command): Return ``enum
        * mi-main.c (mi_execute_async_cli_command): Return ``enum
        mi_cmd_cmd_result''.  mi_cmd_exec_run, mi_cmd_exec_next,
        mi_cmd_cmd_result''.  mi_cmd_exec_run, mi_cmd_exec_next,
        mi_cmd_exec_step, mi_cmd_exec_step_instruction,
        mi_cmd_exec_step, mi_cmd_exec_step_instruction,
        mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return,
        mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return,
        mi_cmd_exec_continue): Update call.
        mi_cmd_exec_continue): Update call.
        (mi_execute_async_cli_command): When target is synchronous, fake
        (mi_execute_async_cli_command): When target is synchronous, fake
        asynchronous behavour (ulgh).  Allows tests to be run on built-in
        asynchronous behavour (ulgh).  Allows tests to be run on built-in
        simulator and native targets.
        simulator and native targets.
Mon Nov 29 15:15:16 1999  Andrew Cagney  
Mon Nov 29 15:15:16 1999  Andrew Cagney  
        * mi-cmds.h (mi_cmd_gdb_exit), mi-cmds.c (mi_cmds), mi-main.c
        * mi-cmds.h (mi_cmd_gdb_exit), mi-cmds.c (mi_cmds), mi-main.c
        (mi_cmd_gdb_exit): Change function signature to mi_cmd_argv_ftype.
        (mi_cmd_gdb_exit): Change function signature to mi_cmd_argv_ftype.
1999-11-28  Andew Cagney  
1999-11-28  Andew Cagney  
        * mi-parse.c: Include  and 
        * mi-parse.c: Include  and 
1999-11-26  Elena Zannoni  
1999-11-26  Elena Zannoni  
        * gdbmi.texinfo: Added watchpoint command descriptions and
        * gdbmi.texinfo: Added watchpoint command descriptions and
        examples.
        examples.
        * mi-main.c (mi_load_progress): Add parameter for total sent so far.
        * mi-main.c (mi_load_progress): Add parameter for total sent so far.
        Print it as well.
        Print it as well.
Fri Nov 26 10:17:49 1999  Andrew Cagney  
Fri Nov 26 10:17:49 1999  Andrew Cagney  
        * gdbmi.texinfo (section Output Syntax): For lists, the 
        * gdbmi.texinfo (section Output Syntax): For lists, the 
        part of a  is optional.  Clarify syntax.
        part of a  is optional.  Clarify syntax.
        (appendix Proposed v2.0 Output Syntax): New section. Provide
        (appendix Proposed v2.0 Output Syntax): New section. Provide
        record of discussion of possible changes to syntax.
        record of discussion of possible changes to syntax.
Wed Nov 24 19:41:35 1999  Andrew Cagney  
Wed Nov 24 19:41:35 1999  Andrew Cagney  
        * mi-main.c (mi_cmd_data_read_memory): Simplify.  Fix coredump
        * mi-main.c (mi_cmd_data_read_memory): Simplify.  Fix coredump
        when arguments were bad.
        when arguments were bad.
        (mi_cmd_execute): Change parameter to ``struct mi_parse''.  Handle
        (mi_cmd_execute): Change parameter to ``struct mi_parse''.  Handle
        case of argv_func as well as args_func.
        case of argv_func as well as args_func.
        (captured_mi_execute_command): Update.
        (captured_mi_execute_command): Update.
        * mi-cmds.c (struct mi_cmd): Add field for mi_cmd_argv_ftype.
        * mi-cmds.c (struct mi_cmd): Add field for mi_cmd_argv_ftype.
        (mi_cmds): Update mi_cmd_data_read_memory.
        (mi_cmds): Update mi_cmd_data_read_memory.
        (mi_lookup): Return
        (mi_lookup): Return
        * mi-cmds.h (mi_cmd_args_ftype): Rename mi_cmd_ftype. Make all
        * mi-cmds.h (mi_cmd_args_ftype): Rename mi_cmd_ftype. Make all
        functions of type this type.
        functions of type this type.
        (mi_cmd_argv_ftype): Declare.
        (mi_cmd_argv_ftype): Declare.
        (mi_cmd_data_read_memory): Change type to mi_cmd_argv_fytpe.
        (mi_cmd_data_read_memory): Change type to mi_cmd_argv_fytpe.
        (struct mi_cmd): Move declaration to here from mi-cmds.c.
        (struct mi_cmd): Move declaration to here from mi-cmds.c.
        (mi_lookup): Return a pointer to ``struct mi_cmd''.
        (mi_lookup): Return a pointer to ``struct mi_cmd''.
Wed Nov 24 15:03:34 1999  Andrew Cagney  
Wed Nov 24 15:03:34 1999  Andrew Cagney  
        * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
        * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
        * gdbmi.texinfo: Allow a  before a CLI command.
        * gdbmi.texinfo: Allow a  before a CLI command.
        * mi-parse.h (struct mi_parse): Declare.
        * mi-parse.h (struct mi_parse): Declare.
        (mi_parse): Change to return a ``struct mi_parse''.
        (mi_parse): Change to return a ``struct mi_parse''.
        (enum mi_command_type): Delete PARSE_ERROR.
        (enum mi_command_type): Delete PARSE_ERROR.
        * mi-main.c (struct mi_execute_command_context): Delete.
        * mi-main.c (struct mi_execute_command_context): Delete.
        (captured_mi_execute_command): Update
        (captured_mi_execute_command): Update
        (mi_execute_command): Update.  Check for mi_parse returning NULL.
        (mi_execute_command): Update.  Check for mi_parse returning NULL.
Wed Nov 24 12:57:14 1999  Andrew Cagney  
Wed Nov 24 12:57:14 1999  Andrew Cagney  
        * mi-parse.h: Remove const, from cmd parameter.  Causes cascading
        * mi-parse.h: Remove const, from cmd parameter.  Causes cascading
        warnings.
        warnings.
Wed Nov 24 15:03:34 1999  Andrew Cagney  
Wed Nov 24 15:03:34 1999  Andrew Cagney  
        * mi-parse.c (mi_parse): New function.  Move parse code to here.
        * mi-parse.c (mi_parse): New function.  Move parse code to here.
        * mi-main.c (parse): From here. Delete.
        * mi-main.c (parse): From here. Delete.
Wed Nov 24 12:57:14 1999  Andrew Cagney  
Wed Nov 24 12:57:14 1999  Andrew Cagney  
        * mi-parse.c, mi-parse.h: New files. Implement mi_parse_env.
        * mi-parse.c, mi-parse.h: New files. Implement mi_parse_env.
Wed Nov 24 11:24:05 1999  Andrew Cagney  
Wed Nov 24 11:24:05 1999  Andrew Cagney  
        * mi-out.c (mi_field_string): Make string parameter constant.
        * mi-out.c (mi_field_string): Make string parameter constant.
1999-11-23  Elena Zannoni  
1999-11-23  Elena Zannoni  
        * mi-cmds.h (mi_cmd_target_download): Export.
        * mi-cmds.h (mi_cmd_target_download): Export.
        * mi-cmds.c (mi_cmds): Add mi_cmd_target_download.
        * mi-cmds.c (mi_cmds): Add mi_cmd_target_download.
        * mi-main.c: Include .
        * mi-main.c: Include .
        (mi_cmd_target_download): New function, implement the
        (mi_cmd_target_download): New function, implement the
        target-download command.
        target-download command.
        (mi_load_progress): New function. Called via the
        (mi_load_progress): New function. Called via the
        show_load_progress hook. Prints updates every 0.5 secs.
        show_load_progress hook. Prints updates every 0.5 secs.
        (mi_command_loop): Initialize the show_load_progress hook.
        (mi_command_loop): Initialize the show_load_progress hook.
1999-11-22  Elena Zannoni  
1999-11-22  Elena Zannoni  
        * mi-main.c (mi_cmd_exec_until): New function. Implement until
        * mi-main.c (mi_cmd_exec_until): New function. Implement until
        command.
        command.
        (mi_cmd_exec_step_instruction): New function. Implement stepi
        (mi_cmd_exec_step_instruction): New function. Implement stepi
        command.
        command.
        (mi_cmd_exec_next_instruction): New function. Implement nexti
        (mi_cmd_exec_next_instruction): New function. Implement nexti
        command.
        command.
        * mi-cmds.c (mi_cmds): Add mi_cmd_exec_step_instruction,
        * mi-cmds.c (mi_cmds): Add mi_cmd_exec_step_instruction,
        mi_cmd_exec_next_instruction, mi_cmd_exec_until.
        mi_cmd_exec_next_instruction, mi_cmd_exec_until.
        * mi-cmds.h (mi_cmd_exec_step_instruction,
        * mi-cmds.h (mi_cmd_exec_step_instruction,
        mi_cmd_exec_next_instruction, mi_cmd_exec_until): Export.
        mi_cmd_exec_next_instruction, mi_cmd_exec_until): Export.
Tue Nov 23 00:30:37 1999  Andrew Cagney  
Tue Nov 23 00:30:37 1999  Andrew Cagney  
        * mi/gdbmi.texinfo: Document -data-read-memory.
        * mi/gdbmi.texinfo: Document -data-read-memory.
        * mi-main.c (mi_cmd_data_read_memory): Fix off-by-one check of
        * mi-main.c (mi_cmd_data_read_memory): Fix off-by-one check of
        argc.
        argc.
        (mi_cmd_data_read_memory): Label the output table with "memory".
        (mi_cmd_data_read_memory): Label the output table with "memory".
Thu Nov 18 18:15:53 1999  Andrew Cagney  
Thu Nov 18 18:15:53 1999  Andrew Cagney  
        * mi-main.c (mi_cmd_exec_interrupt, mi_cmd_break_insert,
        * mi-main.c (mi_cmd_exec_interrupt, mi_cmd_break_insert,
        mi_cmd_break_watch, mi_cmd_disassemble, mi_cmd_execute): Replace
        mi_cmd_break_watch, mi_cmd_disassemble, mi_cmd_execute): Replace
        strdup with xstrdup.
        strdup with xstrdup.
Thu Nov 18 20:50:09 1999  Andrew Cagney  
Thu Nov 18 20:50:09 1999  Andrew Cagney  
        * mi-main.c (mi_cmd_data_read_memory): New function.  Implement
        * mi-main.c (mi_cmd_data_read_memory): New function.  Implement
        data-read-memory.
        data-read-memory.
        * mi-cmds.h, mi-cmds.c: Add mi_cmd_data_read_memory.
        * mi-cmds.h, mi-cmds.c: Add mi_cmd_data_read_memory.
        * mi-cmds.c (mi_cmds): Ditto.
        * mi-cmds.c (mi_cmds): Ditto.
1999-11-11  Elena Zannoni  
1999-11-11  Elena Zannoni  
        * mi-cmds.h (mi_cmd_break_watch): Export.
        * mi-cmds.h (mi_cmd_break_watch): Export.
        * mi-cmds.c (mi_cmds): Hook up break-watch to function
        * mi-cmds.c (mi_cmds): Hook up break-watch to function
        mi_cmd_break_watch.
        mi_cmd_break_watch.
        * mi-main.c (wp_type): New enumeration for the possible types of
        * mi-main.c (wp_type): New enumeration for the possible types of
        watchpoints.
        watchpoints.
        (mi_cmd_break_watch): New function, implements the break-watch
        (mi_cmd_break_watch): New function, implements the break-watch
        command.
        command.
1999-11-11  Elena Zannoni  
1999-11-11  Elena Zannoni  
        * mi-main.c (mi_cmd_break_insert): Handle case in which the command is
        * mi-main.c (mi_cmd_break_insert): Handle case in which the command is
        just a -break-insert w/o args.
        just a -break-insert w/o args.
Fri Nov 12 00:01:52 1999  Andrew Cagney  
Fri Nov 12 00:01:52 1999  Andrew Cagney  
        * mi-out.c (mi_field_string): Always quote the string.
        * mi-out.c (mi_field_string): Always quote the string.
1999-11-10  Elena Zannoni  
1999-11-10  Elena Zannoni  
        * mi-cmds.h(mi_cmd_data_list_changed_registers,
        * mi-cmds.h(mi_cmd_data_list_changed_registers,
        mi_cmd_data_list_register_names): Export.
        mi_cmd_data_list_register_names): Export.
        * mi-cmds.c (mi_cmds): Hook up data-list-changed-registers to
        * mi-cmds.c (mi_cmds): Hook up data-list-changed-registers to
        mi_cmd_data_list_changed_registers and data-list-register-names to
        mi_cmd_data_list_changed_registers and data-list-register-names to
        mi_cmd_data_list_register_names.
        mi_cmd_data_list_register_names.
        * mi-main.c (mi_cmd_data_list_changed_registers): New function,
        * mi-main.c (mi_cmd_data_list_changed_registers): New function,
        implements the data-list-changed-registers command.
        implements the data-list-changed-registers command.
        (mi_cmd_data_list_register_names): New function, implements the
        (mi_cmd_data_list_register_names): New function, implements the
        data-list-register-names command.
        data-list-register-names command.
        (register_changed_p): New function. Decide whether the register
        (register_changed_p): New function. Decide whether the register
        contents have changed.
        contents have changed.
        (setup_architecture_data): New function. Initialize registers
        (setup_architecture_data): New function. Initialize registers
        memory.
        memory.
        (_initialize_mi_main): Call setup_architecture_data(), and
        (_initialize_mi_main): Call setup_architecture_data(), and
        register_gdbarch_swap().
        register_gdbarch_swap().
Wed Nov 10 18:35:08 1999  Andrew Cagney  
Wed Nov 10 18:35:08 1999  Andrew Cagney  
        * mi-main.c (mi_execute_command): Correctly quote error messages.
        * mi-main.c (mi_execute_command): Correctly quote error messages.
Wed Nov 10 11:05:14 1999  Andrew Cagney  
Wed Nov 10 11:05:14 1999  Andrew Cagney  
        * mi/gdbmi.texinfo: Delete .  Replaced by
        * mi/gdbmi.texinfo: Delete .  Replaced by
        .
        .
        * mi-main.c (mi_console_raw_packet): Always quote console output.
        * mi-main.c (mi_console_raw_packet): Always quote console output.
Tue Nov  9 17:53:05 1999  Andrew Cagney  
Tue Nov  9 17:53:05 1999  Andrew Cagney  
        * mi-main.c (mi_console_file_new), mi-out.c (mi_out_new): Replace
        * mi-main.c (mi_console_file_new), mi-out.c (mi_out_new): Replace
        the tui_file with a mem_file. Ya!
        the tui_file with a mem_file. Ya!
        * mi-out.c (do_write): New function, wrapper to gdb_file_write.
        * mi-out.c (do_write): New function, wrapper to gdb_file_write.
        (mi_out_put): Pass do_write to gdb_file_put.
        (mi_out_put): Pass do_write to gdb_file_put.
        * mi-main.c (mi_console_file_flush): Rewrite.  Use
        * mi-main.c (mi_console_file_flush): Rewrite.  Use
        mi_console_raw_packet to send data to the console.
        mi_console_raw_packet to send data to the console.
        (mi_console_raw_packet): New function. Correctly
        (mi_console_raw_packet): New function. Correctly
        create quoted C string packets.
        create quoted C string packets.
1999-11-08  Elena Zannoni  
1999-11-08  Elena Zannoni  
        * mi-cmds.c (mi_cmds): Break-insert is now implemented by
        * mi-cmds.c (mi_cmds): Break-insert is now implemented by
        mi_cmd_break_insert.
        mi_cmd_break_insert.
        * mi-cmds.h (mi_cmd_break_insert): Export.
        * mi-cmds.h (mi_cmd_break_insert): Export.
        * mi-main.c (bp_type): New enumeration.
        * mi-main.c (bp_type): New enumeration.
        (mi_cmd_break_insert): New function. Implements all flavors of
        (mi_cmd_break_insert): New function. Implements all flavors of
        breakpoint insertion.
        breakpoint insertion.
Mon Nov  8 17:49:17 1999  Andrew Cagney  
Mon Nov  8 17:49:17 1999  Andrew Cagney  
        * mi-main.c (mi_console_file_flush): Replace gdb_file_get_strbuf
        * mi-main.c (mi_console_file_flush): Replace gdb_file_get_strbuf
        with tui_file_get_strbuf.
        with tui_file_get_strbuf.
Fri Nov  5 17:06:07 1999  Andrew Cagney  
Fri Nov  5 17:06:07 1999  Andrew Cagney  
        * mi-main.c (mi_console_file_delete, mi_console_file_fputs,
        * mi-main.c (mi_console_file_delete, mi_console_file_fputs,
        mi_console_file_flush): Call internal_error instead of error.
        mi_console_file_flush): Call internal_error instead of error.
Thu Nov  4 19:53:32 1999  Andrew Cagney  
Thu Nov  4 19:53:32 1999  Andrew Cagney  
        * mi-main.c (captured_mi_execute_command): New function.
        * mi-main.c (captured_mi_execute_command): New function.
        (mi_execute_command): Rewrite.  Replace SET_TOP_LEVEL() with call
        (mi_execute_command): Rewrite.  Replace SET_TOP_LEVEL() with call
        to captured_mi_execute_command via catch_errors.
        to captured_mi_execute_command via catch_errors.
Thu Nov  4 20:33:58 1999  Andrew Cagney  
Thu Nov  4 20:33:58 1999  Andrew Cagney  
        * mi-main.c (clean): Delete.
        * mi-main.c (clean): Delete.
        (mi_command_loop): Delete extern declaration of
        (mi_command_loop): Delete extern declaration of
        mi_execute_command.
        mi_execute_command.
1999-10-28  Elena Zannoni  
1999-10-28  Elena Zannoni  
        * mi-main.c (mi_cmd_stack_select_frame): Conditionalize the body
        * mi-main.c (mi_cmd_stack_select_frame): Conditionalize the body
        on UI_OUT, because select_frame_command_wrapper is only defined if
        on UI_OUT, because select_frame_command_wrapper is only defined if
        UI_OUT is.
        UI_OUT is.
        (mi_cmd_exec_interrupt): Conditionalize the body on UI_OUT,
        (mi_cmd_exec_interrupt): Conditionalize the body on UI_OUT,
        because interrupt_target_command_wrapper is only defined if UI_OUT is.
        because interrupt_target_command_wrapper is only defined if UI_OUT is.
        * mi-cmds.c (mi_cmds): Implement command exec-interrupt by
        * mi-cmds.c (mi_cmds): Implement command exec-interrupt by
        mi_cmd_exec_interrupt.
        mi_cmd_exec_interrupt.
        * mi-main.c (mi_cmd_exec_interrupt): New function. Implements
        * mi-main.c (mi_cmd_exec_interrupt): New function. Implements
        exec-interrupt command.
        exec-interrupt command.
        (mi_cmd_execute): If the target is running save execution command
        (mi_cmd_execute): If the target is running save execution command
        token in previous_async_command. If the command is not 'interrupt'
        token in previous_async_command. If the command is not 'interrupt'
        and the target is running, reject it.
        and the target is running, reject it.
        (clean): New function. Free the arg and reset it to NULL.
        (clean): New function. Free the arg and reset it to NULL.
        * mi-cmds.h (mi_cmd_exec_interrupt):Export.
        * mi-cmds.h (mi_cmd_exec_interrupt):Export.
1999-10-28  Elena Zannoni  
1999-10-28  Elena Zannoni  
        * mi-cmds.c (mi_cmds): Implement command stack-select-frame by
        * mi-cmds.c (mi_cmds): Implement command stack-select-frame by
        mi_cmd_stack_select_frame.
        mi_cmd_stack_select_frame.
        * mi-main.c (mi_cmd_stack_select_frame): New function. Implements
        * mi-main.c (mi_cmd_stack_select_frame): New function. Implements
        stack-select-frame command.
        stack-select-frame command.
        * mi-cmds.h (mi_cmd_select_frame):Export.
        * mi-cmds.h (mi_cmd_select_frame):Export.
1999-10-26  Elena Zannoni  
1999-10-26  Elena Zannoni  
        * mi-cmds.c (mi_cmds): Implement commands stack-list-locals and
        * mi-cmds.c (mi_cmds): Implement commands stack-list-locals and
        stack-list-arguments by mi_cmd_stack_list_locals and
        stack-list-arguments by mi_cmd_stack_list_locals and
        mi_cmd_stack_list_args.
        mi_cmd_stack_list_args.
        * mi-main.c (mi_cmd_stack_list_locals): New function. Implements
        * mi-main.c (mi_cmd_stack_list_locals): New function. Implements
        stack-list-locals command.
        stack-list-locals command.
        (mi_cmd_stack_list_args): New function. Implements
        (mi_cmd_stack_list_args): New function. Implements
        stack-list-arguments command.
        stack-list-arguments command.
        (list_args_or_locals): New function. Do all the work for the
        (list_args_or_locals): New function. Do all the work for the
        listing of locals or arguments.
        listing of locals or arguments.
        * mi-cmds.h (mi_cmd_stack_list_args,mi_cmd_stack_list_locals) :
        * mi-cmds.h (mi_cmd_stack_list_args,mi_cmd_stack_list_locals) :
        Export.
        Export.
1999-10-25  Elena Zannoni  
1999-10-25  Elena Zannoni  
        * mi-cmds.c (mi_cmds): Add new command stack-info-depth.
        * mi-cmds.c (mi_cmds): Add new command stack-info-depth.
        * mi-main.c (mi_cmd_stack_info_depth): New function. Implements
        * mi-main.c (mi_cmd_stack_info_depth): New function. Implements
        the stack-info-depth command.
        the stack-info-depth command.
        * mi-cmds.h (mi_cmd_stack_info_depth): Export.
        * mi-cmds.h (mi_cmd_stack_info_depth): Export.
1999-10-22  Elena Zannoni  
1999-10-22  Elena Zannoni  
        * mi-main.c (mi_execute_command): Handle MI_CMD_ERROR case
        * mi-main.c (mi_execute_command): Handle MI_CMD_ERROR case
        properly, for command that return error code and don't set
        properly, for command that return error code and don't set
        mi_error_message.
        mi_error_message.
        * mi-cmds.c (mi_cmds): Hook stack-list-frames command to
        * mi-cmds.c (mi_cmds): Hook stack-list-frames command to
        mi_cmd_stack_list_frames function.
        mi_cmd_stack_list_frames function.
        * mi-cmds.h (mi_cmd_stack_list_frames): Export.
        * mi-cmds.h (mi_cmd_stack_list_frames): Export.
        * mi-main.c (mi_execute_command): Deal with a return code of
        * mi-main.c (mi_execute_command): Deal with a return code of
        MI_CMD_ERROR from the execution of mi commands.
        MI_CMD_ERROR from the execution of mi commands.
        (mi_error_message): Static string variable, to contain the error
        (mi_error_message): Static string variable, to contain the error
        message from mi commands.
        message from mi commands.
        (mi_cmd_stack_list_frames): New function. Prints a backtrace.
        (mi_cmd_stack_list_frames): New function. Prints a backtrace.
1999-10-18  Elena Zannoni  
1999-10-18  Elena Zannoni  
        * mi-main.c (mi_cmd_disassemble): Handle the new command line
        * mi-main.c (mi_cmd_disassemble): Handle the new command line
        parameter that specifies the number of disassembly lines to be
        parameter that specifies the number of disassembly lines to be
        displayed.
        displayed.
        (gdb_do_disassemble): Add new parameter. Count the number of lines
        (gdb_do_disassemble): Add new parameter. Count the number of lines
        that have been displayed, and stop when limit is reached.
        that have been displayed, and stop when limit is reached.
Wed Oct 13 18:04:13 1999  Andrew Cagney  
Wed Oct 13 18:04:13 1999  Andrew Cagney  
        * mi-main.c (mi_command_loop): Don't initialize ``flush_hook''.
        * mi-main.c (mi_command_loop): Don't initialize ``flush_hook''.
1999-10-13  Elena Zannoni  
1999-10-13  Elena Zannoni  
        * mi/gdbmi.texinfo: More reformatting of the grammars.
        * mi/gdbmi.texinfo: More reformatting of the grammars.
1999-10-12  Elena Zannoni  
1999-10-12  Elena Zannoni  
        * mi/gdbmi.texinfo: More TeX formatting.
        * mi/gdbmi.texinfo: More TeX formatting.
1999-10-11  Elena Zannoni  
1999-10-11  Elena Zannoni  
        * mi/gdbmi.texinfo: First pass completed. All commands should have
        * mi/gdbmi.texinfo: First pass completed. All commands should have
        some comments/info.
        some comments/info.
        Escape '@' output special char.
        Escape '@' output special char.
        Reformat for TeX.
        Reformat for TeX.
1999-10-08  Elena Zannoni  
1999-10-08  Elena Zannoni  
        * mi/gdbmi.texinfo: Filled in part of file command section, and
        * mi/gdbmi.texinfo: Filled in part of file command section, and
        stack section.
        stack section.
1999-10-07  Elena Zannoni  
1999-10-07  Elena Zannoni  
        * mi/gdbmi.texinfo: Filled in some sections about execution
        * mi/gdbmi.texinfo: Filled in some sections about execution
        commands.
        commands.
Tue Oct  5 15:27:28 1999  Andrew Cagney  
Tue Oct  5 15:27:28 1999  Andrew Cagney  
        * mi-cmds.h: Sort table
        * mi-cmds.h: Sort table
        * mi-cmds.c: Ditto.
        * mi-cmds.c: Ditto.
        (MI_TABLE_SIZE): Increase to 251.
        (MI_TABLE_SIZE): Increase to 251.
1999-10-04  Fernando Nasser  
1999-10-04  Fernando Nasser  
        * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete): Add missing
        * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete): Add missing
        cleanups.
        cleanups.
1999-10-04  Fernando Nasser  
1999-10-04  Fernando Nasser  
        * mi-main.c (next_arg): Returns lenght as well.
        * mi-main.c (next_arg): Returns lenght as well.
        (which_var, mi_cmd_var_create, mi_cmd_var_delete,
        (which_var, mi_cmd_var_create, mi_cmd_var_delete,
        mi_cmd_var_set_format, mi_cmd_var_update): Do not modify the input
        mi_cmd_var_set_format, mi_cmd_var_update): Do not modify the input
        string, use allocated storage instead.
        string, use allocated storage instead.
        (mi_cmd_var_assign): Adjust call to next_arg() to include new
        (mi_cmd_var_assign): Adjust call to next_arg() to include new
        argument.
        argument.
1999-10-04  Fernando Nasser  
1999-10-04  Fernando Nasser  
        * mi-main.c (mi_execute_command): Fix handling of errors.
        * mi-main.c (mi_execute_command): Fix handling of errors.
1999-10-04  Fernando Nasser  
1999-10-04  Fernando Nasser  
        * mi-out.c (mi_out_new): Call tui_sfileopen() instead of
        * mi-out.c (mi_out_new): Call tui_sfileopen() instead of
        deprecated gdb_file_init_astream().
        deprecated gdb_file_init_astream().
        * mi-main.c (mi_console_file_new): Ditto.
        * mi-main.c (mi_console_file_new): Ditto.
Mon Oct  4 15:17:29 1999  Andrew Cagney  
Mon Oct  4 15:17:29 1999  Andrew Cagney  
        * mi-cmds.h: Sort function declarations.
        * mi-cmds.h: Sort function declarations.
        (mi_lookup): Add extern.
        (mi_lookup): Add extern.
        * mi-cmds.c (mi_lookup): Delete dead code.
        * mi-cmds.c (mi_lookup): Delete dead code.
        (build_table): Call  internal_error instead of error.
        (build_table): Call  internal_error instead of error.
        (build_table): Send trace output to gdb_stdlog.
        (build_table): Send trace output to gdb_stdlog.
1999-10-01  Elena Zannoni  
1999-10-01  Elena Zannoni  
        * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
        * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
        if target_executing is null.
        if target_executing is null.
1999-09-28  Elena Zannoni  
1999-09-28  Elena Zannoni  
        * mi-main.c (async_p): Change var name to event_loop_p.
        * mi-main.c (async_p): Change var name to event_loop_p.
Mon Sep 27 15:11:00 1999  Andrew Cagney  
Mon Sep 27 15:11:00 1999  Andrew Cagney  
        * mi-main.c (mi_execute_async_cli_command, mi_execute_command):
        * mi-main.c (mi_execute_async_cli_command, mi_execute_command):
        Replace target_has_async with function target_can_async_p.
        Replace target_has_async with function target_can_async_p.
Sun Sep 26 00:12:52 1999  Andrew Cagney  
Sun Sep 26 00:12:52 1999  Andrew Cagney  
        * mi-main.c (mi_cmd_target_select_continuation): Delete function.
        * mi-main.c (mi_cmd_target_select_continuation): Delete function.
        (mi_cmd_target_select): Simplify.  target-connect is guarenteed to
        (mi_cmd_target_select): Simplify.  target-connect is guarenteed to
        be synchronous.
        be synchronous.
Sun Sep 26 00:12:52 1999  Andrew Cagney  
Sun Sep 26 00:12:52 1999  Andrew Cagney  
        * mi-cmds.h (mi_cmd_ftype): Replace mi_impl_ftype.
        * mi-cmds.h (mi_cmd_ftype): Replace mi_impl_ftype.
        (enum mi_cmd_result): Define.
        (enum mi_cmd_result): Define.
        * mi-cmds.c (struct mi_cmd): Update.
        * mi-cmds.c (struct mi_cmd): Update.
        (mi_lookup): Update.
        (mi_lookup): Update.
        * mi-main.c (mi_cmd_execute): Update.
        * mi-main.c (mi_cmd_execute): Update.
        * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_run, mi_cmd_exec_next,
        * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_run, mi_cmd_exec_next,
        mi_cmd_exec_step, mi_cmd_target_select, mi_cmd_exec_continue,
        mi_cmd_exec_step, mi_cmd_target_select, mi_cmd_exec_continue,
        mi_cmd_exec_return, mi_cmd_exec_finish, mi_cmd_disassemble,
        mi_cmd_exec_return, mi_cmd_exec_finish, mi_cmd_disassemble,
        mi_cmd_var_create, mi_cmd_var_delete, mi_cmd_var_set_format,
        mi_cmd_var_create, mi_cmd_var_delete, mi_cmd_var_set_format,
        mi_cmd_var_show_format, mi_cmd_var_info_num_children,
        mi_cmd_var_show_format, mi_cmd_var_info_num_children,
        mi_cmd_var_list_children, mi_cmd_var_info_type,
        mi_cmd_var_list_children, mi_cmd_var_info_type,
        mi_cmd_var_info_expression, mi_cmd_var_show_attributes,
        mi_cmd_var_info_expression, mi_cmd_var_show_attributes,
        mi_cmd_var_evaluate_expression, mi_cmd_var_update): Update.
        mi_cmd_var_evaluate_expression, mi_cmd_var_update): Update.
        Return MI_CMD_DONE.
        Return MI_CMD_DONE.
1999-09-22  Fernando Nasser  
1999-09-22  Fernando Nasser  
        * mi-main.c (mi_cmd_var_create): Use paddr() to format address
        * mi-main.c (mi_cmd_var_create): Use paddr() to format address
        on trace output.
        on trace output.
1999-09-21  Fernando Nasser  
1999-09-21  Fernando Nasser  
        * mi-main.c (mi_cmd_var_create): Test for varobjdebug before
        * mi-main.c (mi_cmd_var_create): Test for varobjdebug before
        printing trace and send it to gdb_stdlog.
        printing trace and send it to gdb_stdlog.
Mon Sep 20 13:41:04 1999  Andrew Cagney  
Mon Sep 20 13:41:04 1999  Andrew Cagney  
        * Makefile.in (mi-out.o): Add dependency list.
        * Makefile.in (mi-out.o): Add dependency list.
        * mi-out.c: Include "mi-out.h".
        * mi-out.c: Include "mi-out.h".
1999-09-18  Elena Zannoni  
1999-09-18  Elena Zannoni  
        * mi-main.c (_initialize_mi_main): Events on stadin are now
        * mi-main.c (_initialize_mi_main): Events on stadin are now
        handled by stdin_event_handler.
        handled by stdin_event_handler.
1999-09-17  Fernando Nasser  
1999-09-17  Fernando Nasser  
        * mi-cmds.c (mi_cmds): Add var-* commands.
        * mi-cmds.c (mi_cmds): Add var-* commands.
1999-09-17  Fernando Nasser  
1999-09-17  Fernando Nasser  
        * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete,
        * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete,
        mi_cmd_var_set_format, mi_cmd_var_show_format,
        mi_cmd_var_set_format, mi_cmd_var_show_format,
        mi_cmd_var_info_num_children, mi_cmd_var_list_children,
        mi_cmd_var_info_num_children, mi_cmd_var_list_children,
        mi_cmd_var_info_type, mi_cmd_var_info_expression,
        mi_cmd_var_info_type, mi_cmd_var_info_expression,
        mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
        mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
        mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one,
        mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one,
        which_var, next_arg): New functions.  Implement the -var-*
        which_var, next_arg): New functions.  Implement the -var-*
        commands.
        commands.
        * mi-cmds.h: Add prototypes for the above.
        * mi-cmds.h: Add prototypes for the above.
1999-09-14  Fernando Nasser  
1999-09-14  Fernando Nasser  
        * mi-cmds.c (mi_cmds): Add detach command.
        * mi-cmds.c (mi_cmds): Add detach command.
1999-09-09  Fernando Nasser  
1999-09-09  Fernando Nasser  
        * mi-cmds.c (lookup_table): Fix typo.
        * mi-cmds.c (lookup_table): Fix typo.
1999-09-09  Fernando Nasser  
1999-09-09  Fernando Nasser  
        * mi-cmds.c (mi_cmds): Fix typo and missing command.
        * mi-cmds.c (mi_cmds): Fix typo and missing command.
1999-09-09  Fernando Nasser  
1999-09-09  Fernando Nasser  
        * mi-main.c: Properly align function prototypes.
        * mi-main.c: Properly align function prototypes.
        (mi_cmd_target_select): Proper check for NULL value.
        (mi_cmd_target_select): Proper check for NULL value.
1999-09-09  Fernando Nasser  
1999-09-09  Fernando Nasser  
        * mi-main.c (mi_execute_async_cli_command): Fix for native targets
        * mi-main.c (mi_execute_async_cli_command): Fix for native targets
        that do not have async yet.
        that do not have async yet.
1999-09-01  Elena Zannoni  
1999-09-01  Elena Zannoni  
        * mi-main.c (mi_cmd_disassemble): Remove unused var.
        * mi-main.c (mi_cmd_disassemble): Remove unused var.
        (gdb_do_disassemble): Ditto.
        (gdb_do_disassemble): Ditto.
1999-08-30  Elena Zannoni  
1999-08-30  Elena Zannoni  
        * mi-main.c: Replace all the occurrences of 'asynch' in variable
        * mi-main.c: Replace all the occurrences of 'asynch' in variable
        or function names with 'async' to make it consistent with the rest
        or function names with 'async' to make it consistent with the rest
        of gdb.
        of gdb.
Mon Aug 30 18:16:39 1999  Andrew Cagney  
Mon Aug 30 18:16:39 1999  Andrew Cagney  
        * mi-main.c: #include  for isspace().
        * mi-main.c: #include  for isspace().
1999-08-27  Elena Zannoni  
1999-08-27  Elena Zannoni  
        * mi-main.c (gdb_do_disassemble): This function returns void, not
        * mi-main.c (gdb_do_disassemble): This function returns void, not
        int.
        int.
1999-08-26  Elena Zannoni  
1999-08-26  Elena Zannoni  
        * mi-main.c (mi_cmd_disassemble): Don't use atoi() on the high
        * mi-main.c (mi_cmd_disassemble): Don't use atoi() on the high
        address string, just treat it same as address low.
        address string, just treat it same as address low.
        (gdb_do_disassemble): Parse high_address string before seeing if
        (gdb_do_disassemble): Parse high_address string before seeing if
        it is zero.
        it is zero.
1999-08-25  Elena Zannoni  
1999-08-25  Elena Zannoni  
        * mi-main.c (mi_cmd_disassemble): New function to produce
        * mi-main.c (mi_cmd_disassemble): New function to produce
        disassembly output for mi.
        disassembly output for mi.
        (gdb_dis_asm_read_memory): New function. Read the disassembly from
        (gdb_dis_asm_read_memory): New function. Read the disassembly from
        the executable file, instead of target memory.
        the executable file, instead of target memory.
        (compare_lines): New function. Compare order of disassembly lines.
        (compare_lines): New function. Compare order of disassembly lines.
        (gdb_do_disassemble): New function. Do the real job of getting the
        (gdb_do_disassemble): New function. Do the real job of getting the
        assembly code out.
        assembly code out.
        * mi-cmds.c (mi_cmds): Do data-disassemble mi command via the
        * mi-cmds.c (mi_cmds): Do data-disassemble mi command via the
        mi_cmd_disassemble function.
        mi_cmd_disassemble function.
        * mi-cmds.h: Export new function mi_cmd_disassemble.
        * mi-cmds.h: Export new function mi_cmd_disassemble.
Wed Aug 25 15:58:31 1999  Andrew Cagney  
Wed Aug 25 15:58:31 1999  Andrew Cagney  
        * mi-main.c (mi_command_loop): Remove references to ui-hooks.
        * mi-main.c (mi_command_loop): Remove references to ui-hooks.
1999-08-21  Elena Zannoni  
1999-08-21  Elena Zannoni  
        * mi-main.c (mi_execute_asynch_cli_command): Fix the incorrect
        * mi-main.c (mi_execute_asynch_cli_command): Fix the incorrect
        usage of strcat(): allocate enough space for the string.
        usage of strcat(): allocate enough space for the string.
1999-08-13  Elena Zannoni  
1999-08-13  Elena Zannoni  
        From Christopher Faylor 
        From Christopher Faylor 
        * mi-main.c (mi_execute_command): Make sure we flush all the
        * mi-main.c (mi_execute_command): Make sure we flush all the
        output after each command.
        output after each command.
1999-08-10  Elena Zannoni  
1999-08-10  Elena Zannoni  
        * mi-main.c (_initialize_mi_main): Remove casting in call to
        * mi-main.c (_initialize_mi_main): Remove casting in call to
        add_file_handler.
        add_file_handler.
Sun Aug  8 17:20:57 1999  Andrew Cagney  
Sun Aug  8 17:20:57 1999  Andrew Cagney  
        * mi-main.c (mi_cmd_target_select, mi_execute_asynch_cli_command):
        * mi-main.c (mi_cmd_target_select, mi_execute_asynch_cli_command):
        Replace call to fatal with call to internal_error.
        Replace call to fatal with call to internal_error.
1999-07-26  Fernando Nasser  
1999-07-26  Fernando Nasser  
        * mi-main.c (mi_cmd_execute): Add return code.
        * mi-main.c (mi_cmd_execute): Add return code.
        (mi_execute_command): Make appropriate changes when calling the
        (mi_execute_command): Make appropriate changes when calling the
        function mentioned above.
        function mentioned above.
        (mi_cmd_gdb_exit, mi_cmd_target_select,
        (mi_cmd_gdb_exit, mi_cmd_target_select,
        mi_cmd_target_select_continuation, mi_execute_command,
        mi_cmd_target_select_continuation, mi_execute_command,
        mi_exec_asynch_cli_cmd, mi_exec_asynch_cli_cmd_continuation):
        mi_exec_asynch_cli_cmd, mi_exec_asynch_cli_cmd_continuation):
        Print token, prefix, class and output (if any) in one single group
        Print token, prefix, class and output (if any) in one single group
        of statements.
        of statements.
        (mi_execute_command, mi_cmd_execute): Fix error prefix.
        (mi_execute_command, mi_cmd_execute): Fix error prefix.
        (mi_cmd_execute): Use exec cleanup for token.
        (mi_cmd_execute): Use exec cleanup for token.
        * mi-out.c (mi_out_rewind): New function.
        * mi-out.c (mi_out_rewind): New function.
        * mi-out.h: Prototype for the above.
        * mi-out.h: Prototype for the above.
1999-07-16  Fernando Nasser  
1999-07-16  Fernando Nasser  
        * mi-main.c (mi_cmd_gdb_exit): Use buffer for exit message.
        * mi-main.c (mi_cmd_gdb_exit): Use buffer for exit message.
        (mi_cmd_execute): Route error messages to correct file.
        (mi_cmd_execute): Route error messages to correct file.
        (mi_execute_asynch_cli_command): Insert line feed after running
        (mi_execute_asynch_cli_command): Insert line feed after running
        message.
        message.
1999-07-16  Fernando Nasser  
1999-07-16  Fernando Nasser  
        * mi-out.h (mi_out_buffered): Add extern declaration.
        * mi-out.h (mi_out_buffered): Add extern declaration.
        * mi-out.c (mi_out_buffered): New function. Insert a string at the
        * mi-out.c (mi_out_buffered): New function. Insert a string at the
        current buffer position.
        current buffer position.
        * mi-main.c (mi_cmd_target_select, mi_execute_command,
        * mi-main.c (mi_cmd_target_select, mi_execute_command,
        mi_cmd_execute, mi_execute_asynch_cli_command): Use the above
        mi_cmd_execute, mi_execute_asynch_cli_command): Use the above
        function instead of printing to raw_stdout.
        function instead of printing to raw_stdout.
        (mi_cmd_target_select, mi_cmd_target_select_continuation,
        (mi_cmd_target_select, mi_cmd_target_select_continuation,
        mi_execute_command, mi_cmd_execute, mi_execute_cli_command,
        mi_execute_command, mi_cmd_execute, mi_execute_cli_command,
        mi_exec_asynch_cli_cmd_continuation): Fix handling of token and
        mi_exec_asynch_cli_cmd_continuation): Fix handling of token and
        prefix.
        prefix.
        (mi_execute_cli_command): Remove parameter no longer needed.
        (mi_execute_cli_command): Remove parameter no longer needed.
1999-07-15  Elena Zannoni  
1999-07-15  Elena Zannoni  
        * mi-main.c (mi_cmd_target_select_continuation): Print the numeric
        * mi-main.c (mi_cmd_target_select_continuation): Print the numeric
        token when we are connected.
        token when we are connected.
        (mi_execute_command): Don't print the token now, do it later.
        (mi_execute_command): Don't print the token now, do it later.
        (mi_execute_cli_command): Add a new parameter for the numeric
        (mi_execute_cli_command): Add a new parameter for the numeric
        token.  Print the token, the prefix and the class after the
        token.  Print the token, the prefix and the class after the
        command has executed, not before.
        command has executed, not before.
        (mi_execute_asynch_cli_command): Don't print an extra blank line.
        (mi_execute_asynch_cli_command): Don't print an extra blank line.
1999-07-15  Fernando Nasser  
1999-07-15  Fernando Nasser  
        * mi-main.c (mi_gdb_exit): Add \n at the end.
        * mi-main.c (mi_gdb_exit): Add \n at the end.
1999-07-15  Fernando Nasser  
1999-07-15  Fernando Nasser  
        * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
        * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
        (mi_execute_command): Use the above.
        (mi_execute_command): Use the above.
1999-07-15  Fernando Nasser  
1999-07-15  Fernando Nasser  
        * mi-main.c: Fix identation.
        * mi-main.c: Fix identation.
1999-07-15  Elena Zannoni  
1999-07-15  Elena Zannoni  
        * mi-main.c: Include target.h and inferior.h.
        * mi-main.c: Include target.h and inferior.h.
        (mi_cmd_target_select): New function to execute the target-select
        (mi_cmd_target_select): New function to execute the target-select
        mi operation.
        mi operation.
        (mi_cmd_target_select_continuation): New function. Continuation
        (mi_cmd_target_select_continuation): New function. Continuation
        for the target-select operation.
        for the target-select operation.
        (mi_execute_command): In case of an MI command which requires
        (mi_execute_command): In case of an MI command which requires
        asynchronous execution, do not try to display the result now. If
        asynchronous execution, do not try to display the result now. If
        the execution has to look synchronous don't display the "(gdb)"
        the execution has to look synchronous don't display the "(gdb)"
        prompt.
        prompt.
        (mi_execute_asynch_cli_command): Invoke real asynchronous
        (mi_execute_asynch_cli_command): Invoke real asynchronous
        commands, set up exec_cleanups, and continuations.
        commands, set up exec_cleanups, and continuations.
        (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
        (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
        for all the MI execution commands except 'target-select'.
        for all the MI execution commands except 'target-select'.
        (mi_execute_command): Handle null commands by exiting gdb, instead
        (mi_execute_command): Handle null commands by exiting gdb, instead
        of core dumping.
        of core dumping.
        * mi-cmds.c (mi_cmds): Hook up -target-select operation to new mi
        * mi-cmds.c (mi_cmds): Hook up -target-select operation to new mi
        function.
        function.
        * mi-cmds.h (mi_cmd_target_select): Add extern declaration.
        * mi-cmds.h (mi_cmd_target_select): Add extern declaration.
Thu Jul 15 10:31:39 1999  Andrew Cagney  
Thu Jul 15 10:31:39 1999  Andrew Cagney  
        * mi-main.c (struct mi_console_file): Add field ``prefix''.
        * mi-main.c (struct mi_console_file): Add field ``prefix''.
        (mi_console_file_new): Add argument prefix.  Initialize prefix
        (mi_console_file_new): Add argument prefix.  Initialize prefix
        field.
        field.
        (mi_console_file_flush): Use ``prefix'' instead of "~" as the
        (mi_console_file_flush): Use ``prefix'' instead of "~" as the
        prefix string.
        prefix string.
        (mi_command_loop): Update stream output prefixes. gdb_stdout ==
        (mi_command_loop): Update stream output prefixes. gdb_stdout ==
        "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
        "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
1999-07-13  Fernando Nasser  
1999-07-13  Fernando Nasser  
        * mi-main.c (ui_out_data): New field first_header. Fix output when
        * mi-main.c (ui_out_data): New field first_header. Fix output when
        no breakpoints are found.
        no breakpoints are found.
        (mi_table_begin, mi_table_body, mi_table_header): Test for
        (mi_table_begin, mi_table_body, mi_table_header): Test for
        first_header.
        first_header.
        (mi_table_end): Test for supress_field_separator.
        (mi_table_end): Test for supress_field_separator.
        (mi_message): Remove messages from MI output.
        (mi_message): Remove messages from MI output.
1999-06-30  Fernando Nasser  
1999-06-30  Fernando Nasser  
        * mi-cmds.c (mi_cmds[]): Delete gdb-cli operation.
        * mi-cmds.c (mi_cmds[]): Delete gdb-cli operation.
        * mi-main.c (parse): Remove ifdefs for cli commands parsing.
        * mi-main.c (parse): Remove ifdefs for cli commands parsing.
        (mi-execute-command): Ditto.
        (mi-execute-command): Ditto.
Mon Jun 28 13:06:52 1999  Andrew Cagney  
Mon Jun 28 13:06:52 1999  Andrew Cagney  
        * mi-out.h: New file.
        * mi-out.h: New file.
        (mi_out_new, mi_out_put): Move mi specific delcarations to here.
        (mi_out_new, mi_out_put): Move mi specific delcarations to here.
        * ui-out.h: From here.
        * ui-out.h: From here.
        * mi-main.c: Include "mi-out.h".
        * mi-main.c: Include "mi-out.h".
1999-06-25  Fernando Nasser  
1999-06-25  Fernando Nasser  
        * top.c (print_gdb_version): Add the word HEADLESS when output
        * top.c (print_gdb_version): Add the word HEADLESS when output
        follows headless format.
        follows headless format.
        (print_command_lines): Fix typo.
        (print_command_lines): Fix typo.
1999-06-25  Elena Zannoni  
1999-06-25  Elena Zannoni  
        * event-loop.h: Export input_fd.
        * event-loop.h: Export input_fd.
        * mi-main.c (mi_command_loop): Use the event loop if running
        * mi-main.c (mi_command_loop): Use the event loop if running
        asynchronously.
        asynchronously.
        (mi_execute_command_wrapper): New function.
        (mi_execute_command_wrapper): New function.
        (_initialize_mi-main): Set things up for running asynchronously.
        (_initialize_mi-main): Set things up for running asynchronously.
1999-06-18  Fernando Nasser  
1999-06-18  Fernando Nasser  
        * mi-cmds.c (mi_lookup): Deleted.
        * mi-cmds.c (mi_lookup): Deleted.
        (lookup_table): New function. Replaces old mi_lookup() for local
        (lookup_table): New function. Replaces old mi_lookup() for local
        use.
        use.
        (mi_lookup): New function. External interface for command table
        (mi_lookup): New function. External interface for command table
        searchs.
        searchs.
        (build_table): New definition.
        (build_table): New definition.
        (mi_cmds[]): Add several command implementations and the gdb-cli
        (mi_cmds[]): Add several command implementations and the gdb-cli
        special operation.
        special operation.
        (mi_cmd_execute): Deleted.
        (mi_cmd_execute): Deleted.
        * mi-cmds.h: Add type definition for command implementation
        * mi-cmds.h: Add type definition for command implementation
        function pointers, add declaration for new implementation
        function pointers, add declaration for new implementation
        functions and a declaration for mi_lookup().
        functions and a declaration for mi_lookup().
        * mi-main.c (mi_execute_asynch_cli_command): New
        * mi-main.c (mi_execute_asynch_cli_command): New
        function. Captures code that was repeated for all asynch
        function. Captures code that was repeated for all asynch
        operations.
        operations.
        (mi_cmd_exec_*): Use the above new function.
        (mi_cmd_exec_*): Use the above new function.
        (mi_gdb_cmd_exit): Fix the output, printing something appropriate.
        (mi_gdb_cmd_exit): Fix the output, printing something appropriate.
        (mi_cmd_exec_finish): New operation implementation function.
        (mi_cmd_exec_finish): New operation implementation function.
        (mi_cmd_exec_return): Ditto.
        (mi_cmd_exec_return): Ditto.
        (parse): Prepare to remove cli commands.
        (parse): Prepare to remove cli commands.
        (mi_execute_command): Fix the output and change the way mi-cmds is
        (mi_execute_command): Fix the output and change the way mi-cmds is
        used.
        used.
1999-06-18  Fernando Nasser  
1999-06-18  Fernando Nasser  
        * mi-out.c (mi_table_begin): Add missing field separator call.
        * mi-out.c (mi_table_begin): Add missing field separator call.
Thu Jun 17 21:05:40 1999  Fernando Nasser  
Thu Jun 17 21:05:40 1999  Fernando Nasser  
        * breakpoint.c (breakpoint_1): Remove space in breakpoint table
        * breakpoint.c (breakpoint_1): Remove space in breakpoint table
        id.
        id.
        (mention): Use ui_out for last new line (forgotten).
        (mention): Use ui_out for last new line (forgotten).
1999-06-16  Fernando Nasser  
1999-06-16  Fernando Nasser  
        * mi-main.c (mi_console_file_flush): Prevent prefix printing when
        * mi-main.c (mi_console_file_flush): Prevent prefix printing when
        buffer empty; change prefix to '~'.
        buffer empty; change prefix to '~'.
        (mi_cmd_exec_*): Prefix normal output with '^' instead of
        (mi_cmd_exec_*): Prefix normal output with '^' instead of
        ','; remove unwanted new lines before "stopped".
        ','; remove unwanted new lines before "stopped".
1999-06-16  Fernando Nasser  
1999-06-16  Fernando Nasser  
        * mi-cmds.c (struct mi_cmds): Updated entries for -exec-continue
        * mi-cmds.c (struct mi_cmds): Updated entries for -exec-continue
        and exec-next operations.
        and exec-next operations.
        (mi_cmd_execute): New text for error messages.
        (mi_cmd_execute): New text for error messages.
        * mi-cmds.h: Add declaration for mi_cmd_exec_next and
        * mi-cmds.h: Add declaration for mi_cmd_exec_next and
        mi_cmd_exec_continue.
        mi_cmd_exec_continue.
        * mi-main.c (mi_cmd_exec_next): New function. Implements exec-next
        * mi-main.c (mi_cmd_exec_next): New function. Implements exec-next
        operation.
        operation.
        (mi_cmd_exec_continue): New function. Implements exec-continue
        (mi_cmd_exec_continue): New function. Implements exec-continue
        operation.
        operation.
        (mi_execute_comand): Add missing space to prompt.
        (mi_execute_comand): Add missing space to prompt.
        (mi_cmd_exec_run): Ditto.
        (mi_cmd_exec_run): Ditto.
        (mi_cmd_exec_step): Ditto.
        (mi_cmd_exec_step): Ditto.
        * mi-out.c (mi_out_new): Add flags argument to ui_out_new call.
        * mi-out.c (mi_out_new): Add flags argument to ui_out_new call.
        (ui_list_end): Reset supress_field_separator flag.
        (ui_list_end): Reset supress_field_separator flag.
Sat Jun 12 11:49:10 1999  Andrew Cagney  
Sat Jun 12 11:49:10 1999  Andrew Cagney  
        * mi-cmds.h. mi-cmds.c (exec step): Command implemented by
        * mi-cmds.h. mi-cmds.c (exec step): Command implemented by
        mi_cmd_exec_step instead of cli call.
        mi_cmd_exec_step instead of cli call.
        * mi-main.c (mi_cmd_exec_step): New function.
        * mi-main.c (mi_cmd_exec_step): New function.
        * mi-cmds.h. mi-cmds.c (exec run): Command implemented by
        * mi-cmds.h. mi-cmds.c (exec run): Command implemented by
        mi_cmd_exec_run instead of cli call.
        mi_cmd_exec_run instead of cli call.
        * mi-main.c (mi_cmd_exec_run): New function.
        * mi-main.c (mi_cmd_exec_run): New function.
        * mi-cmds.h. mi-cmds.c (gdb exit): Command implemented by
        * mi-cmds.h. mi-cmds.c (gdb exit): Command implemented by
        mi_cmd_gdb_exit instead of quit_force.
        mi_cmd_gdb_exit instead of quit_force.
        * mi-main.c (mi_cmd_gdb_exit): New function.
        * mi-main.c (mi_cmd_gdb_exit): New function.
Sat Jun 12 11:33:23 1999  Andrew Cagney  
Sat Jun 12 11:33:23 1999  Andrew Cagney  
        * mi-main.c (mi_command_loop): Pass mi_input to
        * mi-main.c (mi_command_loop): Pass mi_input to
        simplified_command_loop.
        simplified_command_loop.
        (mi_input): New function.  Calls gdb_readline with no prompt.
        (mi_input): New function.  Calls gdb_readline with no prompt.
Sat Jun 12 11:19:02 1999  Andrew Cagney  
Sat Jun 12 11:19:02 1999  Andrew Cagney  
        * mi-main.c (mi_console_file_fputs): Re-implement.  Use a buffer
        * mi-main.c (mi_console_file_fputs): Re-implement.  Use a buffer
        to accumulate output.
        to accumulate output.
        * mi-main.c (struct mi_console_file): Add a buffer.
        * mi-main.c (struct mi_console_file): Add a buffer.
        (mi_console_file_new): Create a buffer.
        (mi_console_file_new): Create a buffer.
        (mi_console_file_flush): New function.
        (mi_console_file_flush): New function.
Sat Jun 12 10:59:39 1999  Andrew Cagney  
Sat Jun 12 10:59:39 1999  Andrew Cagney  
        * mi-cmds.h (raw_stdout): Declare.  Will be moved later.
        * mi-cmds.h (raw_stdout): Declare.  Will be moved later.
        * mi-cmds.c (mi_cmd_execute): Send error messages to RAW stdout.
        * mi-cmds.c (mi_cmd_execute): Send error messages to RAW stdout.
        (mi_cmds): Sort by class.
        (mi_cmds): Sort by class.
        * mi-main.c (raw_stdout): Make global.
        * mi-main.c (raw_stdout): Make global.
        * mi-main.c: Remove #ifdef UI_OUT.  File assumes UI_OUT is
        * mi-main.c: Remove #ifdef UI_OUT.  File assumes UI_OUT is
        present.
        present.
        * mi-main.c: Include "gdb_string.h".
        * mi-main.c: Include "gdb_string.h".
        (mi_out_put): Delete declaration.
        (mi_out_put): Delete declaration.
1999-06-11  Fernando Nasser  
1999-06-11  Fernando Nasser  
        * mi-main.c: Add pre-processor test for UI_OUT.
        * mi-main.c: Add pre-processor test for UI_OUT.
        (mi_execute_command): Add pre-processor test for UI_OUT.
        (mi_execute_command): Add pre-processor test for UI_OUT.
Fri Jun 11 23:11:41 1999  Andrew Cagney  
Fri Jun 11 23:11:41 1999  Andrew Cagney  
        * mi-main.c (raw_stdout): New variable.
        * mi-main.c (raw_stdout): New variable.
        (mi_execute_command): Write mi-out direct to raw_stdout.
        (mi_execute_command): Write mi-out direct to raw_stdout.
        (mi_command_loop): Create raw_stdout. Attach gdb_stdout to the
        (mi_command_loop): Create raw_stdout. Attach gdb_stdout to the
        console.
        console.
        (mi_console_file_fputs, mi_console_file_delete,
        (mi_console_file_fputs, mi_console_file_delete,
        mi_console_file_new): New functions.
        mi_console_file_new): New functions.
        (struct mi_console_file): Declare.
        (struct mi_console_file): Declare.
Fri Jun 11 18:34:33 1999  Andrew Cagney  
Fri Jun 11 18:34:33 1999  Andrew Cagney  
        * mi-main.c (mi_execute_command): Call mi_out_put to display the
        * mi-main.c (mi_execute_command): Call mi_out_put to display the
        result.
        result.
        * mi-out.c (mi_out_put): New function.
        * mi-out.c (mi_out_put): New function.
        * ui-out.h (mi_out_put): Add declare.  Will move later.
        * ui-out.h (mi_out_put): Add declare.  Will move later.
        * Makefile.in (mi-cmds.o, mi-main.o): Add dependency on ui-out.h.
        * Makefile.in (mi-cmds.o, mi-main.o): Add dependency on ui-out.h.
        * mi-out.c (mi_field_string, mi_field_fmt, mi_message, mi_flush,
        * mi-out.c (mi_field_string, mi_field_fmt, mi_message, mi_flush,
        out_field_fmt, list_open, list_close): Replace gdb_stdout with
        out_field_fmt, list_open, list_close): Replace gdb_stdout with
        data->buffer.
        data->buffer.
        (field_separator, list_open, list_close): Add uiout parameter.
        (field_separator, list_open, list_close): Add uiout parameter.
        (mi_table_begin, mi_table_body, mi_table_end, mi_list_begin,
        (mi_table_begin, mi_table_body, mi_table_end, mi_list_begin,
        mi_list_end, mi_field_string, mi_field_fmt, out_field_fmt,
        mi_list_end, mi_field_string, mi_field_fmt, out_field_fmt,
        out_field_fmt): Update.
        out_field_fmt): Update.
        * mi-out.c (mi_out_new): Initialize supress_field_separator.
        * mi-out.c (mi_out_new): Initialize supress_field_separator.
        (supress_field_separator): Move into mi-out local data object.
        (supress_field_separator): Move into mi-out local data object.
        (mi_table_begin, mi_list_begin, field_separator): Update.
        (mi_table_begin, mi_list_begin, field_separator): Update.
Fri Jun 11 16:08:37 1999  Andrew Cagney  
Fri Jun 11 16:08:37 1999  Andrew Cagney  
        * mi-out.c (mi_out_new): New function, replace init_mi_out.
        * mi-out.c (mi_out_new): New function, replace init_mi_out.
        * mi-main.c (mi_command_loop): Call mi_out_new().
        * mi-main.c (mi_command_loop): Call mi_out_new().
        * ui-out.h (mi_out_new): Add declaration.  Will move later.
        * ui-out.h (mi_out_new): Add declaration.  Will move later.
        (mi_ui_out_impl): Delete.
        (mi_ui_out_impl): Delete.
Wed Jun  9 16:42:16 1999  Andrew Cagney  
Wed Jun  9 16:42:16 1999  Andrew Cagney  
        * mi-main.c: Include "ui-hooks.h".
        * mi-main.c: Include "ui-hooks.h".
        (mi_init_ui, mi_command_loop): New functions.
        (mi_init_ui, mi_command_loop): New functions.
        (_initialize_mi_main): Install ``mi'' as the interpreter when
        (_initialize_mi_main): Install ``mi'' as the interpreter when
        selected.
        selected.
Mon Jun  7 18:43:43 1999  Andrew Cagney  
Mon Jun  7 18:43:43 1999  Andrew Cagney  
        From Fernando Nasser  
        From Fernando Nasser  
        * mi-cmds.c (build_table): Clean up error message.
        * mi-cmds.c (build_table): Clean up error message.
        * mi-cmds.c (mi_cmd_execute), mi-main.c (mi_execute_command): Only
        * mi-cmds.c (mi_cmd_execute), mi-main.c (mi_execute_command): Only
        print debug information when mi_debug_p.
        print debug information when mi_debug_p.
        * mi-cmds.h (mi_debug_p), mi-main.c: Global, control debug messages.
        * mi-cmds.h (mi_debug_p), mi-main.c: Global, control debug messages.
Thu Jun  3 00:44:52 1999  Andrew Cagney  
Thu Jun  3 00:44:52 1999  Andrew Cagney  
        From Fernando Nasser  :
        From Fernando Nasser  :
        * mi-cmds.c: Add CLI definitions for "exec-arguments",
        * mi-cmds.c: Add CLI definitions for "exec-arguments",
        "exec-next", "gdb-exit", "break-list", "break-info", "exec-step"
        "exec-next", "gdb-exit", "break-list", "break-info", "exec-step"
        and "stack-list-frames" to mi_cmds.
        and "stack-list-frames" to mi_cmds.
        (struct mi_command): Add ``from_tty'' argument to func.
        (struct mi_command): Add ``from_tty'' argument to func.
        * mi-cmds.h (quit_force): Declare.
        * mi-cmds.h (quit_force): Declare.
1999-05-31  Fernando Nasser  
1999-05-31  Fernando Nasser  
        * mi-out.c (mi_table_end): Remove unwanted "\n".
        * mi-out.c (mi_table_end): Remove unwanted "\n".
Thu May 27 14:59:06 1999  Andrew Cagney  
Thu May 27 14:59:06 1999  Andrew Cagney  
        * top.c: Include "ui-hooks.h".
        * top.c: Include "ui-hooks.h".
        (call_interp_loop): Tempoary.  Pass mi_execute_command to
        (call_interp_loop): Tempoary.  Pass mi_execute_command to
        simplified_command_loop.  Initialize gdb_stdout & gdb_stderr to
        simplified_command_loop.  Initialize gdb_stdout & gdb_stderr to
        stdio gdb_file streams.  Force all hooks to null.
        stdio gdb_file streams.  Force all hooks to null.
        * mi-cmds.h, mi-main.c, mi-cmds.c: New files.
        * mi-cmds.h, mi-main.c, mi-cmds.c: New files.
        * Makefile.in (SFILES): Add mi-main.c, mi-cmds.c
        * Makefile.in (SFILES): Add mi-main.c, mi-cmds.c
        (COMMON_OBS): Add mi-main.o, mi-cmds.o.
        (COMMON_OBS): Add mi-main.o, mi-cmds.o.
        (mi_cmds_h): Define.
        (mi_cmds_h): Define.
Wed May 26 12:39:49 1999  Andrew Cagney  
Wed May 26 12:39:49 1999  Andrew Cagney  
        * top.c (call_interp_loop): Hack.  Add extern declaration for
        * top.c (call_interp_loop): Hack.  Add extern declaration for
        mi_ui_out_impl.
        mi_ui_out_impl.
1999-05-25  Fernando Nasser  
1999-05-25  Fernando Nasser  
        * mi-out.c: New table syntax.
        * mi-out.c: New table syntax.
Mon May 24 16:16:29 1999  Andrew Cagney  
Mon May 24 16:16:29 1999  Andrew Cagney  
        mi-out.c (_initialize_mi_out): Add external declaration.
        mi-out.c (_initialize_mi_out): Add external declaration.
1999-05-21  Fernando Nasser  
1999-05-21  Fernando Nasser  
        * mi-out.c (mi_table_begin): Added missing parameter.
        * mi-out.c (mi_table_begin): Added missing parameter.
1999-05-21  Fernando Nasser  
1999-05-21  Fernando Nasser  
        * mi-out.c: Changed table markers and added table id.
        * mi-out.c: Changed table markers and added table id.
1999-05-21  Fernando Nasser  
1999-05-21  Fernando Nasser  
        * mi-out.c: New file. Implements low-level ui-out primitives for
        * mi-out.c: New file. Implements low-level ui-out primitives for
        CLI-based interaction.
        CLI-based interaction.


Local Variables:
Local Variables:
mode: change-log
mode: change-log
left-margin: 8
left-margin: 8
fill-column: 74
fill-column: 74
version-control: never
version-control: never
End:
End:
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.