diff options
author | Pedro Alves <pedro@codesourcery.com> | 2008-07-11 10:59:21 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2008-07-11 10:59:21 +0000 |
commit | b20ba145c2cd2c5af118cb64371c8f3c35fabc86 (patch) | |
tree | 89728d9f1befdef7665ac191c0ec4d2f2f18040d /gdb/ChangeLog | |
parent | abe2854cc7917792e988c8ce13d0c596b23d8bd4 (diff) | |
download | gdb-b20ba145c2cd2c5af118cb64371c8f3c35fabc86.tar.gz |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67832fcf8f3..df5cd3db2b5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2008-07-11 Pedro Alves <pedro@codesourcery.com> + + 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. + 2008-07-10 Doug Evans <dje@google.com> Add "set print symbol-loading on|off". |