OSDN Git Service

Add "continue -a" and "interrupt -a" options for non-stop mode.
authorPedro Alves <pedro@codesourcery.com>
Fri, 11 Jul 2008 10:59:21 +0000 (10:59 +0000)
committerPedro Alves <pedro@codesourcery.com>
Fri, 11 Jul 2008 10:59:21 +0000 (10:59 +0000)
commitb20ba145c2cd2c5af118cb64371c8f3c35fabc86
tree89728d9f1befdef7665ac191c0ec4d2f2f18040d
parentabe2854cc7917792e988c8ce13d0c596b23d8bd4
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