From: Andrew Cagney <cagney@gnu.org>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb-patches@sources.redhat.com, msnyder@redhat.com
Subject: Re: [rfa] Include the LWP in thread-db's PTIDs
Date: Mon, 11 Oct 2004 15:29:00 -0000 [thread overview]
Message-ID: <416AA623.7080304@gnu.org> (raw)
In-Reply-To: <20041010213630.GA8218@nevyn.them.org>
> At one time, I believe that thread-db.c was planned to support the full
> range of features supported by the libthread_db interface, presumably as
> defined by Sun's implementation. That never panned out, and while non-1:1
> support did work at one point, I don't think it has in a long while. If it
> was wanted, I wouldn't re-implement it the same way. So this patch begins
> the process of removing unneeded generality from thread-db. In particular,
> while thread-db will still compute the TID, the mapping of threads to LWPs
> will be considered fixed.
JeffJ's been in a constant fight with that one.
> My goal is to have a GNU/Linux target vector, whose entry points call into
> thread-db when necessary, instead of having a thread-db wrapper around all
> the GNU/Linux methods. One of the things this will fix is the need for two
> separate versions of the GNU/Linux native wait() code - we will always use
> the multi-threaded-aware version. Another thing it will fix is a bug in the
> fork-following code which tries to find the LWP from a thread ID.
Per the changes I've been making, yes, there needs to be a single
inf-linux inferior (derived from inf-ptrace?) that always has the LWP
code enabled(1).
thread-db is more interesting. As a user-level thread model, yes it is
GNU/Linux specific and should be consolidated - linux-nptl say?
However, as with many systems, GNU/Linux needs to be able to support
multiple user-level thread models (e.g., Ada's tasks), and be able to
layer each of those user-level thread models over more than just
inf-linux (esp corefiles). Consequently, linux-nptl can't be folded
into inf-linux, and the indirection provided by the thread-stratum needs
to be retained.
Andrew
(1) Have you noticed now the lin_lwp inferior uses /proc for memory
accesses yet the default vector does not?
next prev parent reply other threads:[~2004-10-11 15:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-10 21:36 Daniel Jacobowitz
2004-10-11 15:29 ` Andrew Cagney [this message]
2004-10-11 15:38 ` Daniel Jacobowitz
2004-10-11 15:55 ` Joel Brobecker
2004-10-11 16:17 ` Andrew Cagney
2004-10-11 17:12 ` Daniel Jacobowitz
2004-10-11 18:29 ` Andrew Cagney
2004-10-12 13:26 ` Daniel Jacobowitz
2004-10-11 19:40 ` Mark Kettenis
2004-10-12 13:31 ` Daniel Jacobowitz
2004-10-13 21:16 ` Mark Kettenis
2004-10-13 21:27 ` Daniel Jacobowitz
2004-10-17 19:19 ` Daniel Jacobowitz
2004-10-13 21:37 ` Paul Gilliam
2004-11-14 19:17 ` Daniel Jacobowitz
2004-12-02 21:16 ` Michael Snyder
2004-12-08 16:14 ` 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=416AA623.7080304@gnu.org \
--to=cagney@gnu.org \
--cc=drow@false.org \
--cc=gdb-patches@sources.redhat.com \
--cc=msnyder@redhat.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