From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2828 invoked by alias); 12 Jan 2004 22:01:35 -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 2820 invoked from network); 12 Jan 2004 22:01:34 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 12 Jan 2004 22:01:34 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C14002B8F; Mon, 12 Jan 2004 17:01:33 -0500 (EST) Message-ID: <4003193D.3040504@gnu.org> Date: Mon, 12 Jan 2004 22:01:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Elena Zannoni Cc: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [RFA] new test for separate debug info References: <20031114193714.872554B3FA@berman.michael-chastain.com> <16309.13939.786088.679758@localhost.redhat.com> <16386.55063.622165.537230@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00326.txt.bz2 > To pick up an old thread. I am committing this. I have disabled the > test for stabs. > > The next thing to do is test with the new switches that Jakub and Nick > have added to binutils. > > 2004-01-12 Elena Zannoni > > * gdb.base/sepdebug.exp: New file. > * gdb.base/sepdebug.c: New file. > * lib/gdb.exp (separate_debug_filename): New procedure. > (gdb_gnu_strip_debug): New procedure. > Ya! Now what would be nice is a similar gdbserver sniff test :-) Andrew