From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17353 invoked by alias); 7 Nov 2003 20:39:40 -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 17346 invoked from network); 7 Nov 2003 20:39:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Nov 2003 20:39:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hA7KddM18120 for ; Fri, 7 Nov 2003 15:39:39 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hA7Kdd625857; Fri, 7 Nov 2003 15:39:39 -0500 Received: from localhost.localdomain (vpn50-2.rdu.redhat.com [172.16.50.2]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hA7KdcH8032606; Fri, 7 Nov 2003 15:39:38 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hA7KdWP14511; Fri, 7 Nov 2003 13:39:32 -0700 Date: Fri, 07 Nov 2003 20:39:00 -0000 From: Kevin Buettner Message-Id: <1031107203932.ZM14510@localhost.localdomain> In-Reply-To: Elena Zannoni "[RFC/WIP] unit test for separate debug info" (Nov 7, 3:03pm) References: <16299.64118.423800.315460@localhost.redhat.com> To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFC/WIP] unit test for separate debug info Cc: mec@shout.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00131.txt.bz2 On Nov 7, 3:03pm, Elena Zannoni wrote: > Anyway, here is what I did. I used the break.exp and break.c files as > templates. I actually cloned break.exp and added fiddling with the > separate debug info. Break.exp is usually a decent smoke test for gdb. > No need to clone break.c. Prior to cloning, it'd be nice if break.exp could be converted to use gdb_get_line_number instead of containing explicit references to line numbers in break.c. > (BTW, should cloned files retain the original > copyright years?) I think so. Kevin