From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14334 invoked by alias); 19 Jun 2003 19:53:43 -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 1876 invoked from network); 19 Jun 2003 19:47:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Jun 2003 19:47:08 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5JJl7H03258 for ; Thu, 19 Jun 2003 15:47:07 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5JJl6S22318; Thu, 19 Jun 2003 15:47:06 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h5JJl0K19166; Thu, 19 Jun 2003 12:47:00 -0700 Message-ID: <3EF21334.8040906@redhat.com> Date: Thu, 19 Jun 2003 19:53:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "J. Johnston" CC: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA] linux-proc: use lwp instead of merged_pid in gcore files. References: <3EF0FFBA.7030509@redhat.com> <20030619005314.GA14616@nevyn.them.org> <3EF1CBD5.2030406@redhat.com> <3EF20660.30104@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00636.txt.bz2 J. Johnston wrote: > J. Johnston wrote: > >> >> >> Daniel Jacobowitz wrote: >> >>> On Wed, Jun 18, 2003 at 05:11:38PM -0700, Michael Snyder wrote: >>> >>>> Jeff, here's a patch that accomplishes the same thing as yours, >>>> using mostly existing code and data. I have tested it on old >>>> linux threads, but not on nptl threads. >>>> >>>> Daniel, I went with your suggestion for "linux-nat.h", and I >>>> moved one declaration from config/nm-linux.h to the new file. >>> >>> >>> >>> >>> I'm not sure who's approval you're waiting for, but this looks might >>> good to me. Let's have someone with NPTL installed confirm it... >>> >> >> Will do. >> >>> Oh, one nit. Create $(linux_nat_h) in Makefile.in, please. >>> >>> [I'll switch to using linux-nat.h before committing the fork patch, >>> once it's approved. I'm not going to repost it now though.] >>> >> >> > > Tests run on x86 RH9. > > === gdb Summary === > > # of expected passes 8988 > # of unexpected failures 35 > # of unexpected successes 2 > # of expected failures 47 > # of known failures 31 > # of unresolved testcases 1 > # of unsupported tests 2 > > > the gdb.threads/gcore-thread.exp testcase ran successfully. I'll take that as confirmation. Consider this committed (I'll get to it shortly). > There is still a formatting mess for the output which you have already > noticed. Thanks for verifying that. Shame none of the testsuites caught it... ;-)