From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10377 invoked by alias); 13 Aug 2004 16:24:44 -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 10363 invoked from network); 13 Aug 2004 16:24:43 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 13 Aug 2004 16:24:43 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BverB-000528-00; Fri, 13 Aug 2004 12:24:41 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 786B44B102; Fri, 13 Aug 2004 12:24:47 -0400 (EDT) Date: Fri, 13 Aug 2004 16:24:00 -0000 From: Michael Chastain To: cagney@gnu.org Subject: Re: [rfa/testsuite/mi] mi*-basics.exp: use gdb_get_line_number Cc: gdb-patches@sources.redhat.com, ezannoni@redhat.com Message-ID: <411CEB4F.nail4D211H8UD@mindspring.com> References: <411C7E2C.nailN9C1W1OAS@mindspring.com> <411CB767.2010203@gnu.org> In-Reply-To: <411CB767.2010203@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00489.txt.bz2 > M'kay, same with any similar changes. Woot! Committed. My list of files for gdb_get_line_number is: mi-break.exp mi2-break.exp mi-cli.exp mi2-cli.exp mi-disassemble.exp mi2-disassemble.exp mi-eval.exp mi2-eval.exp mi-file.exp mi2-file.exp mi-return.exp mi2-return.exp mi-simplerun.exp mi2-simplerun.exp mi-stack.exp mi2-stack.exp mi-stepi.exp mi2-stepi.exp mi-watch.exp mi2-watch.exp I'll send in patches for two files at a time, and allow some time in case anybody wants to hold something. === 2004-08-13 Michael Chastain * gdb.mi/mi-break.exp: Use gdb_get_line_number. * gdb.mi/mi2-break.exp: Likewise.