This is the mail archive of the gdb-patches@sources.redhat.com 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: i18n, part 2


On Sat, 4 Dec 2004 20:57:02 +0100
Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr> wrote:

> * aix-thread.c:aix_thread_extra_thread_info()
> 
>   "tid %d, %s" doesn't add much context to ", suspended". Besides,
>   splitting the execution flow with if (tid != PTHDB_INVALID_TID) would
>   not be identical to the current code. That is why I left the code as
>   is.

Seems reasonable.

The string for the %s in the above is supplied by state2str().  I didn't
see a patch for annotating the strings in this function.  Is this planned
for a later phase?

Kevin


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