binutils-gdb/gdb/mi
Vladimir Prus c6ebd6cf99 * target.c (target_async_permitted, target_async_permitted_1)
(set_maintenance_target_async_permitted)
        (show_maintenance_target_async_permitted): New.
        (initialize_targets): Register 'set target-async'.
        * target.h (target_async_permitted): Declare.
        * linux-nat.c (linux_nat_async_enabled)
        (linux_nat_async_permitted, set_maintenance_linux_async_permitted)
        (show_maintenance_linux_async_permitted): Remove.
        (sigchld_handler, linux_nat_is_async_p, linux_nat_can_async_p)
        (get_pending_events, linux_nat_async): Use target_async_permitted.
        (linux_nat_set_async_mode): Remove, moving the only used bits
        into...
        (linux_nat_setup_async): This.
        (_initialize_linux_nat): Do not register 'maint set linux-async'.
        Use linux_nat_setup_async.
        * remote.c (remote_async_permitted, remote_async_permitted_set)
        (set_maintenance_remote_async_permitted)
        (show_maintenance_remote_async_permitted): Remove.
        (remote_open_1, remote_terminal_inferior, remote_can_async_p)
        (remote_is_async_p): Use target_async_permitted.
        (_initialize_remote): Don't register 'main set remote-async'.
        * mi/mi-cmds.c (mi_cmds): Register -list-target-features.
        * mi/mi-cmds.h (mi_cmd_list_target_features): New.
        * mi/mi-main.c (mi_cmd_list_target_features): New.
2008-08-19 13:05:02 +00:00
..
ChangeLog-1999-2003 Eliminate the old mi/tui specific ChangeLog files as in ... 2004-01-12 15:16:44 +00:00
gdb-mi.el Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-cmd-break.c gdb: 2008-07-25 16:12:03 +00:00
mi-cmd-disas.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-env.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-file.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-stack.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-target.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-var.c Skip varobj in running threads. 2008-07-13 05:31:44 +00:00
mi-cmds.c * target.c (target_async_permitted, target_async_permitted_1) 2008-08-19 13:05:02 +00:00
mi-cmds.h * target.c (target_async_permitted, target_async_permitted_1) 2008-08-19 13:05:02 +00:00
mi-common.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-common.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-console.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-console.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-interp.c * mi/mi-interp.c (mi_on_resume): Don't try to report 2008-07-05 17:57:24 +00:00
mi-main.c * target.c (target_async_permitted, target_async_permitted_1) 2008-08-19 13:05:02 +00:00
mi-main.h Emit ^running via observer. 2008-06-25 14:32:34 +00:00
mi-out.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-out.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-parse.c Implement --thread and --frame. 2008-07-12 16:37:57 +00:00
mi-parse.h Implement --thread and --frame. 2008-07-12 16:37:57 +00:00
mi-symbol-cmds.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00