This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] C++-ify struct thread_fsm
- From: Tom Tromey <tom at tromey dot com>
- To: Philippe Waroquiers <philippe dot waroquiers at skynet dot be>
- Cc: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Thu, 07 Feb 2019 04:19:03 -0700
- Subject: Re: [PATCH] C++-ify struct thread_fsm
- References: <20190102232806.14123-1-tom@tromey.com> <1546521500.1926.9.camel@skynet.be>
>>>>> "Philippe" == Philippe Waroquiers <philippe.waroquiers@skynet.be> writes:
Philippe> I have scanned the patch. FWIW, that all looks nice to me.
Philippe> A minor comment below, on something that was there before the patch.
>> /* The thread that as current when the command was executed. */
>> int thread;
Philippe> This comment looks strange; maybe 'that was' ?
I've fixed this. I'm going to re-run this through the buildbot (I don't
recall whether I did this before), and if it looks ok, I will check it
in.
Tom