From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29443 invoked by alias); 8 Jan 2002 22:03:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29363 invoked from network); 8 Jan 2002 22:03:40 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 8 Jan 2002 22:03:40 -0000 Received: from redhat.com (reddwarf.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA20857; Tue, 8 Jan 2002 14:03:13 -0800 (PST) Message-ID: <3C3B6B6F.BA2733ED@redhat.com> Date: Tue, 08 Jan 2002 14:03:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Daniel Jacobowitz CC: Michael Snyder , gdb-patches@sources.redhat.com, kettenis@science.uva.nl, kevinb@redhat.com Subject: Re: [RFA] Resubmit: get shared libs after attach (linux) References: <200201082030.g08KUsM04253@reddwarf.cygnus.com> <20020108163202.A1084@nevyn.them.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00144.txt.bz2 Daniel Jacobowitz wrote: > > On Tue, Jan 08, 2002 at 12:30:54PM -0800, Michael Snyder wrote: > > Taking everybody's feedback into account: > > 1) I now only use the child_pid_to_exec_file method in linux-proc.c. > > I preserved the file linux-proc.c because this method still depends > > on /proc, and because I will plan to put the linux-gcore.c code > > in there too. > > 2) I moved the define to config/nm-linux.h > > 3) So now I must add linux-proc.o to all versions of linux.mh > > So I gather that this works and correctly finds shlibs, without walking > the mappings? Yes. > I like it. OK, well, since Kevin likes it too (phone convo, our email's down), I'm gonna check it in. Consider it committed.