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
..
2008-08-06 12:52:08 +00:00
2008-05-23 18:15:23 +00:00
2008-08-18 12:32:47 +00:00
2008-08-06 12:52:08 +00:00
2008-08-17 16:58:17 +00:00
2008-07-15 19:15:28 +00:00
2008-08-06 12:52:08 +00:00
2008-07-27 21:01:45 +00:00
2008-08-06 12:52:08 +00:00
2008-01-26 13:56:37 +00:00
2008-08-06 12:52:08 +00:00
2008-08-06 12:52:08 +00:00
2008-08-19 13:05:02 +00:00
2008-01-01 22:53:26 +00:00
2008-01-01 22:53:26 +00:00
2008-04-17 23:06:54 +00:00
2008-08-06 12:52:08 +00:00
2008-08-16 20:36:30 +00:00
2008-01-30 00:51:50 +00:00
2008-08-06 12:52:08 +00:00
2008-08-06 12:52:08 +00:00
2008-08-06 12:52:08 +00:00
2008-01-01 22:53:26 +00:00
2008-08-19 13:05:02 +00:00
2008-04-23 12:21:50 +00:00
2008-08-19 13:05:02 +00:00
2008-04-23 12:21:50 +00:00
2007-10-25 20:30:26 +00:00
2008-07-28 20:05:58 +00:00