2011-09-13 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Tue, 13 Sep 2011 14:48:55 +0000 (14:48 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 13 Sep 2011 14:48:55 +0000 (14:48 +0000)
commit305962315a5d52b2289bac2623e04abbda158597
tree3f1139740da1452554a7e580c79d82b351ddb7c9
parentbede5f5f81e145b3c1dd21cbf4e8695de83298e6
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.
gdb/ChangeLog
gdb/gdbthread.h
gdb/thread.c
This page took 0.024472 seconds and 4 git commands to generate.