Add "continue -a" and "interrupt -a" options for non-stop mode.
authorPedro Alves <palves@redhat.com>
Fri, 11 Jul 2008 10:59:21 +0000 (10:59 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 11 Jul 2008 10:59:21 +0000 (10:59 +0000)
commit8cae4b3f0b7457fe342df1784b21e2a48086db83
tree2830e9341977616e37961773f202d5a2968f4541
parent5589e138d69eabfc2fa7076310478165a729977a
Add "continue -a" and "interrupt -a" options for non-stop mode.

* infcmd.c (proceed_thread_callback, do_context_switch_to): New.
(continue_command): Add "-a" option.
(interrupt_target_command): Add "-a" option.
(_initialize_infcmd): Add extend help of continue and interrupt
command to mention the new "-a" option.  Mark "continue" async ok.
gdb/ChangeLog
gdb/infcmd.c