From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 461 invoked by alias); 30 Jun 2012 16:49:56 -0000 Received: (qmail 450 invoked by uid 22791); 30 Jun 2012 16:49:55 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_NEUTRAL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from orchid.mail.cornell.edu (HELO orchid.mail.cornell.edu) (132.236.56.61) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 30 Jun 2012 16:49:42 +0000 Received: from authusersmtp.mail.cornell.edu (granite2.mail.cornell.edu [128.253.83.142]) by orchid.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id q5UGne06002655 for ; Sat, 30 Jun 2012 12:49:40 -0400 (EDT) Received: from [192.168.1.4] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id q5UGncof029355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 30 Jun 2012 12:49:39 -0400 (EDT) Message-ID: <4FEF2E10.4010707@cornell.edu> Date: Sat, 30 Jun 2012 16:49:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [RFC] cygport: split debuginfo packages References: <4FE2BE24.4050508@users.sourceforge.net> <1340999291.11608.0.camel@YAAKOV04> In-Reply-To: <1340999291.11608.0.camel@YAAKOV04> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-CORNELL-SPAM-CHECKED: Pawpaw X-Original-Sender: kbrown@cornell.edu - Sat Jun 30 12:49:39 2012 X-PMX-CORNELL-REASON: CU_White_List_Override X-IsSubscribed: yes Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2012-06/txt/msg00105.txt.bz2 On 6/29/2012 3:48 PM, Yaakov (Cygwin/X) wrote: > On Thu, 2012-06-21 at 01:24 -0500, Yaakov (Cygwin/X) wrote: >> Attached is a first draft of a patch to support split debuginfo packages >> automatically in cygport. > > Second draft patch attached. I tested this on my emacs build, and it worked great. One very minor annoyance was that gdb gave a warning "Source file is more recent than executable" the first time a breakpoint was hit. I think you could avoid such warnings by using 'install -p' in __prepdebugsrc, but I haven't tested this. Ken