Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: yoriko@sm.sony.co.jp
Cc: gdb-patches@sourceware.org
Subject: Re: deal thread id as unsigned
Date: Mon, 16 Apr 2007 14:19:00 -0000	[thread overview]
Message-ID: <200704161410.l3GEARpW030103@brahms.sibelius.xs4all.nl> (raw)
In-Reply-To: <20070416111505.AE36.YORIKO@sm.sony.co.jp> (message from Yoriko 	Komatsuzaki on Mon, 16 Apr 2007 11:39:55 +0900)

> Date: Mon, 16 Apr 2007 11:39:55 +0900
> From: Yoriko Komatsuzaki <yoriko@sm.sony.co.jp>
> 
> Hello.
> 
> I would like to ask you to consider this tiny patch about thread id type.
> Thread id is unsigned type in Linux.

I believe it used to be a signed type in Linux.  Anyway, you can't
really change it, since on other OS'es the type defenitely is signed.

You'll only really notice this when the msb is set anyway.  I think
this happens on the Linux threads implementation of today the thread
id isn't an integer at all, but a pointer instead.  This suggests that
it should really be printed as an (unsigned) hexadecimal number.
Doing so doesn't need any changes to defs.h and therefore wouldn't
affect any other platforms at all.

Mark


  reply	other threads:[~2007-04-16 14:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-16 12:02 Yoriko Komatsuzaki
2007-04-16 14:19 ` Mark Kettenis [this message]
2007-04-16 15:14   ` Daniel Jacobowitz
2007-04-17 14:50     ` Yoriko Komatsuzaki
2007-05-14 16:53       ` Daniel Jacobowitz
2007-05-14 16:56         ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200704161410.l3GEARpW030103@brahms.sibelius.xs4all.nl \
    --to=mark.kettenis@xs4all.nl \
    --cc=gdb-patches@sourceware.org \
    --cc=yoriko@sm.sony.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox