This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 08/18] gdbserver resume_stop handling bug


Hi Eli,

On 10/14/2015 05:37 PM, Eli Zaretskii wrote:
>> From: Pedro Alves <palves@redhat.com>
>> Date: Wed, 14 Oct 2015 16:27:56 +0100
>>
>>  infrun:   Thread 1639.22253 executing, already stopping
>                                           ^^^^^^^^^^^^^^^^
> This is bad English.  Suggest to change to "already stopped".

In this case, "already stopped" would be misleading, as the thread
isn't really fully stopped yet.  This is logging the process of
stopping all threads, conveying "already in progress of being stopped".
IOW, "Thread foo is executing, and we're already stopping it".

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]