From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14356 invoked by alias); 10 Jun 2010 17:30:57 -0000 Received: (qmail 14345 invoked by uid 22791); 10 Jun 2010 17:30:55 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Jun 2010 17:30:52 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5AHUne9005469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 10 Jun 2010 13:30:49 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5AHUnpV017485; Thu, 10 Jun 2010 13:30:49 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o5AHUml7017492; Thu, 10 Jun 2010 13:30:48 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 304F03782DC; Thu, 10 Jun 2010 11:30:48 -0600 (MDT) From: Tom Tromey To: Paul Koning Cc: gdb-patches@sourceware.org Subject: Re: [PING] [RFC] Thread debug support for NetBSD 5 References: <19405.52446.728141.329821@pkoning-laptop.equallogic.com> <19408.27827.830391.509465@pkoning-laptop.equallogic.com> <19417.40044.762978.858637@pkoning-laptop.equallogic.com> <19423.13061.223005.318137@pkoning-laptop.equallogic.com> Reply-To: tromey@redhat.com Date: Thu, 10 Jun 2010 17:30:00 -0000 In-Reply-To: <19423.13061.223005.318137@pkoning-laptop.equallogic.com> (Paul Koning's message of "Mon, 3 May 2010 16:33:09 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-06/txt/msg00246.txt.bz2 >>>>> "Paul" == Paul Koning writes: Paul> Excerpt of message (sent 29 April 2010) by Paul Koning: Paul> Thanks for the review comments, attached is an updated patch. I didn't see a response to this yet. I am not really the best person to review it :-(. However, I don't like patches to languish this long -- if you don't hear a response in the next couple of weeks, please ping me and I will take a stab at it. Paul> Is the correct procedure for changes to configure.ac to regenerate Paul> configure and include the resulting configure in the patch diffs also? For gcc, the usual custom is to exclude generated files from the patch. I am not sure whether this holds for gdb or not. I does not matter to me personally, I just skip over the noisy bits. Tom