diff options
author | Pedro Alves <palves@redhat.com> | 2008-07-11 10:59:21 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-07-11 10:59:21 +0000 |
commit | 8cae4b3f0b7457fe342df1784b21e2a48086db83 (patch) | |
tree | 2830e9341977616e37961773f202d5a2968f4541 /gdb/ChangeLog | |
parent | 5589e138d69eabfc2fa7076310478165a729977a (diff) | |
download | gdb-8cae4b3f0b7457fe342df1784b21e2a48086db83.zip gdb-8cae4b3f0b7457fe342df1784b21e2a48086db83.tar.gz gdb-8cae4b3f0b7457fe342df1784b21e2a48086db83.tar.bz2 |
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 67832fc..df5cd3d 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". |