Use enum thread_state
authorYao Qi <yao@codesourcery.com>
Wed, 18 Jun 2014 14:00:54 +0000 (22:00 +0800)
committerYao Qi <yao@codesourcery.com>
Thu, 19 Jun 2014 12:14:43 +0000 (20:14 +0800)
commitf6e29b6ec0a4fd410ddaaddacf045c4cb4e890f2
tree791720c012bb7598e66c727362fe650cee348c6f
parent034f788c5ec1e5b20fae3b6efc7fe961631e014d
Use enum thread_state

This patch is to change field state's type to 'enum thread_state', and
replace RUNNING with THREAD_RUNNING and STOPPED with THREAD_STOPPED
respectively in comments.

gdb:

2014-06-19  Yao Qi  <yao@codesourcery.com>

* gdbthread.h (struct thread_info) <state>: Change its type to
'enum thread_state'.  Update comments.
gdb/ChangeLog
gdb/gdbthread.h
This page took 0.026558 seconds and 4 git commands to generate.