From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23533 invoked by alias); 29 Nov 2004 17:24:01 -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 23452 invoked from network); 29 Nov 2004 17:23:55 -0000 Received: from unknown (HELO dublin.act-europe.fr) (212.157.227.154) by sourceware.org with SMTP; 29 Nov 2004 17:23:55 -0000 Received: from localhost (province.act-europe.fr [10.10.0.214]) by filtered-dublin.act-europe.fr (Postfix) with ESMTP id D5F1B229E4C; Mon, 29 Nov 2004 18:23:54 +0100 (MET) Received: from dublin.act-europe.fr ([10.10.0.154]) by localhost (province.act-europe.fr [10.10.0.214]) (amavisd-new, port 10024) with ESMTP id 19091-06; Mon, 29 Nov 2004 18:23:54 +0100 (CET) Received: from berne.act-europe.fr (berne.act-europe.fr [10.10.0.165]) by dublin.act-europe.fr (Postfix) with ESMTP id 785CB229E4B; Mon, 29 Nov 2004 18:23:54 +0100 (MET) Received: by berne.act-europe.fr (Postfix, from userid 560) id AEA94592B; Mon, 29 Nov 2004 12:23:53 -0500 (EST) Date: Mon, 29 Nov 2004 17:24:00 -0000 From: Jerome Guitton To: Andrew Cagney Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com, Elena Zannoni Subject: Re: [RFA/testsuite] Ada fixed points [was stabs: octal negative numbers] Message-ID: <20041129172353.GA31912@adacore.com> References: <20041026173953.GA31663@act-europe.fr> <20041123140912.GA16691@adacore.com> <16803.18707.377459.922918@localhost.redhat.com> <20041123143812.GJ15300@adacore.com> <20041125192038.GA20252@adacore.com> <20041128174901.GD24639@nevyn.them.org> <20041129102424.GJ20670@adacore.com> <20041129134231.GA29157@nevyn.them.org> <41AB3E1D.90306@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AB3E1D.90306@gnu.org> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-new at act-europe.fr X-SW-Source: 2004-11/txt/msg00522.txt.bz2 Andrew Cagney (cagney@gnu.org): > If this test is instead added to the gdb.stabs directory we'll get far > better mileage - few, if anyone, has an Ada compiler, yet almost > everyone has the ability to build/run the gdb.stabs testsuite. Well, it is still interesting to have this Ada test, as it also tests that Ada fixed points debugging works properly. I guess we can have a stabs test too. I had a look at the gdb.stabs directory, and I did not understand how it works. What are the .sed files used for? -- Jerome