diff options
author | Pedro Alves <palves@redhat.com> | 2008-07-11 11:26:39 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-07-11 11:26:39 +0000 |
commit | 65fc9b77211c67d97824de129cfa0945be80ded0 (patch) | |
tree | f31a0a89a95ab80619fd09afee051c2c75646466 /gdb/ChangeLog | |
parent | c5e38e547e14e9f282c9d98a7c70272cecdcac10 (diff) | |
download | gdb-65fc9b77211c67d97824de129cfa0945be80ded0.zip gdb-65fc9b77211c67d97824de129cfa0945be80ded0.tar.gz gdb-65fc9b77211c67d97824de129cfa0945be80ded0.tar.bz2 |
* thread.c (thread_apply_command): Move making the cleanup out of
the loop.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4c5de49..7c9c3ed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-07-11 Pedro Alves <pedro@codesourcery.com> + * thread.c (thread_apply_command): Move making the cleanup out of + the loop. + +2008-07-11 Pedro Alves <pedro@codesourcery.com> + Exited threads. * thread.c (enum thread_state): New. |