From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30057 invoked by alias); 28 Nov 2004 17:49:14 -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 30035 invoked from network); 28 Nov 2004 17:49:07 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 28 Nov 2004 17:49:07 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CYTAT-0006VP-V9; Sun, 28 Nov 2004 12:49:02 -0500 Date: Sun, 28 Nov 2004 17:49:00 -0000 From: Daniel Jacobowitz To: Jerome Guitton Cc: gdb-patches@sources.redhat.com, Elena Zannoni Subject: Re: [RFA/testsuite] Ada fixed points [was stabs: octal negative numbers] Message-ID: <20041128174901.GD24639@nevyn.them.org> Mail-Followup-To: Jerome Guitton , gdb-patches@sources.redhat.com, Elena Zannoni 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041125192038.GA20252@adacore.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00491.txt.bz2 On Thu, Nov 25, 2004 at 08:20:38PM +0100, Jerome Guitton wrote: > Jerome Guitton (guitton@act-europe.fr): > > > OK, I will allocate some time to work on it this week, and I will > > commit this change when the testcase is accepted. > > Test in attachement. OK to commit? Couple of problems... > send_gdb "break ${srcfile}:$bp_location\n"; gdb_expect -re "$gdb_prompt $" > send_gdb "run\n"; gdb_expect -re "$gdb_prompt $" Please don't hardcode "run". Can you use "runto ${srcfile}:$bp_location" instead of these two lines? > with System; > > procedure Fixed_Points is Please add a copyright notice to this file. -- Daniel Jacobowitz