diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-11-17 16:39:51 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-11-17 16:39:51 +0000 |
commit | 8dd4f202ecf146ae7746e10277ddebedc43f42d4 (patch) | |
tree | 7eb83a3923456a6039915f4ad94a7dd071aeafe0 /gdb/ChangeLog | |
parent | 6418d433f1e12df96d34e5c95fe1fdd8a64bf9c0 (diff) | |
download | gdb-8dd4f202ecf146ae7746e10277ddebedc43f42d4.zip gdb-8dd4f202ecf146ae7746e10277ddebedc43f42d4.tar.gz gdb-8dd4f202ecf146ae7746e10277ddebedc43f42d4.tar.bz2 |
Implement continue/interrupt of thread groups.
* mi/mi-main.c (proceed_thread_callback): New.
(mi_cmd_exec_continue): If --thread-group is specified, resume all
threads in that group.
(interrupt_thread_callback): New.
(mi_cmd_exec_interrupt): If --thread-group is specified, interrupt
all threads in that group.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 64e8eee..03b0660 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2008-11-17 Vladimir Prus <vladimir@codesourcery.com> + Implement continue/interrupt of thread groups. + + * mi/mi-main.c (proceed_thread_callback): New. + (mi_cmd_exec_continue): If --thread-group is specified, resume all + threads in that group. + (interrupt_thread_callback): New. + (mi_cmd_exec_interrupt): If --thread-group is specified, interrupt + all threads in that group. + +2008-11-17 Vladimir Prus <vladimir@codesourcery.com> + Implement '-target-detach pid'. * infcmd.c (detach_command): Make nonstatic. |