aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-09-13 14:48:55 +0000
committerPedro Alves <palves@redhat.com>2011-09-13 14:48:55 +0000
commit305962315a5d52b2289bac2623e04abbda158597 (patch)
tree3f1139740da1452554a7e580c79d82b351ddb7c9 /gdb/ChangeLog
parentbede5f5f81e145b3c1dd21cbf4e8695de83298e6 (diff)
downloadgdb-305962315a5d52b2289bac2623e04abbda158597.zip
gdb-305962315a5d52b2289bac2623e04abbda158597.tar.gz
gdb-305962315a5d52b2289bac2623e04abbda158597.tar.bz2
2011-09-13 Pedro Alves <pedro@codesourcery.com>
* gdbthread.h (enum thread_state): Moved here. (struct thread_info): Rename `executing_' field to `executing' and `state_' to `state'. * thread.c (enum thread_state): Moved to gdbthread.h. (new_thread, add_thread_silent, delete_thread_1) (any_live_thread_of_process, thread_alive, set_running) (set_running, is_thread_state, any_running, is_executing) (set_executing, finish_thread_state, print_thread_info) (do_captured_thread_select): Adjust.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 05d523f..8242745 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+2011-09-13 Pedro Alves <pedro@codesourcery.com>
+
+ * gdbthread.h (enum thread_state): Moved here.
+ (struct thread_info): Rename `executing_' field to `executing' and
+ `state_' to `state'.
+ * thread.c (enum thread_state): Moved to gdbthread.h.
+ (new_thread, add_thread_silent, delete_thread_1)
+ (any_live_thread_of_process, thread_alive, set_running)
+ (set_running, is_thread_state, any_running, is_executing)
+ (set_executing, finish_thread_state, print_thread_info)
+ (do_captured_thread_select): Adjust.
+
2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix compatibility with gcc < 4.3 and non-gcc compilers.