From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23785 invoked by alias); 21 Apr 2003 17:45:47 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23778 invoked from network); 21 Apr 2003 17:45:46 -0000 Received: from unknown (HELO nucifera.sea.equator.com) (216.254.12.202) by sources.redhat.com with SMTP; 21 Apr 2003 17:45:46 -0000 Received: from kakarot.sea.equator.com ([10.0.16.79]) by nucifera.sea.equator.com (Lotus Domino Release 5.0.11) with SMTP id 2003042110454417:28057 ; Mon, 21 Apr 2003 10:45:44 -0700 Received: by kakarot.sea.equator.com (sSMTP sendmail emulation); Mon, 21 Apr 2003 10:45:44 -0700 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: multi-thread gdbserver and static libthread_db References: <20030421161034.GA8325@nevyn.them.org> <20030421172554.GA1483@nevyn.them.org> From: Kevin Hilman Organization: Equator Technologies, Inc. Date: Mon, 21 Apr 2003 17:45:00 -0000 In-Reply-To: <20030421172554.GA1483@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00233.txt.bz2 Daniel Jacobowitz writes: > On Mon, Apr 21, 2003 at 10:19:17AM -0700, Kevin Hilman wrote: > > Also, does this require a specific kernel feature/version? It appears > > to use some /proc magic. Is the /proc support available in the 2.2.20 > > kernel? > > 2.2.20 is probably fine. I haven't tried it on something that old in a > very long time though. > > There's really no /proc magic involved... Are there are any docs on the guts of how this is implemented? Kevin