This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Use enum thread_state
- From: Yao Qi <yao at codesourcery dot com>
- To: Pedro Alves <palves at redhat dot com>, <gdb-patches at sourceware dot org>
- Date: Thu, 19 Jun 2014 20:16:06 +0800
- Subject: Re: [PATCH] Use enum thread_state
- Authentication-results: sourceware.org; auth=none
- References: <1403156984-13511-1-git-send-email-yao at codesourcery dot com> <53A2A02E dot 9000903 at redhat dot com>
On 06/19/2014 04:32 PM, Pedro Alves wrote:
> On 06/19/2014 06:49 AM, Yao Qi wrote:
>> 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.
>
> Thanks! I've been meaning to do this for ages...
>
> OK.
>
Thanks, patch is pushed in.
--
Yao (éå)