Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@specifix.com>
To: Martin Fouts <mfouts@danger.com>
Cc: gdb@sourceware.org, Mike Chen <mchen@danger.com>
Subject: Re: Why does gdb use its own thread ids internally rather than the 	tid from the underlying thread implementation?
Date: Mon, 03 Mar 2008 19:57:00 -0000	[thread overview]
Message-ID: <1204574228.19253.570.camel@localhost.localdomain> (raw)
In-Reply-To: <B95CEC1093787C4DB3655EF330984818051CB9@EXCHANGE.danger.com>

On Mon, 2008-03-03 at 10:38 -0800, Martin Fouts wrote:
> Hi,
> 
> We're trying to optimize the NetBSD 4.0 implementation of pthreads,
> which has an M:N thread implementation, and are having some trouble
> getting gdb to work because the underlying thread id for a thread can
> change in an M:N implementation.
> 
> Can anyone provide any insight into why gdb doesn't use the underlying
> thread id?

Sure.  I think the main reason is that the underlying thread id
is usually something awkward for a user to type (like an 8-digit
hex number).  GDB supplies a counting number, just like for
breakpoints, so that you can type "thread 2" instead of 
"thread 77af21bc".

For another thing, gdb tries to present a more-or-less uniform
user interface across platforms.  Underlying thread ids are 
different from one platform to the next.

> Or suggestions about how to accommodate M:N without zombie queues?

Have you looked at the linux and solaris implementations?
They both have M:N thread models.




  reply	other threads:[~2008-03-03 19:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03 18:42 Martin Fouts
2008-03-03 19:57 ` Michael Snyder [this message]
2008-03-03 20:09   ` Daniel Jacobowitz
2008-03-03 20:20   ` Why does gdb use its own thread ids internally rather than the ?tid " Mark Kettenis
2008-03-03 20:38     ` Michael Snyder
2008-03-03 20:56       ` Mark Kettenis

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=1204574228.19253.570.camel@localhost.localdomain \
    --to=msnyder@specifix.com \
    --cc=gdb@sourceware.org \
    --cc=mchen@danger.com \
    --cc=mfouts@danger.com \
    /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