From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10662 invoked by alias); 28 Nov 2006 17:55:20 -0000 Received: (qmail 10649 invoked by uid 22791); 28 Nov 2006 17:55:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Nov 2006 17:55:09 +0000 Received: (qmail 19348 invoked from network); 28 Nov 2006 17:55:06 -0000 Received: from unknown (HELO ?192.168.189.103?) (nathan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Nov 2006 17:55:06 -0000 Message-ID: <456C77F5.8030008@codesourcery.com> Date: Tue, 28 Nov 2006 17:55:00 -0000 From: Nathan Sidwell User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: Nathan Sidwell , gdb-patches@sourceware.org Subject: Re: gdb.base/break.c change References: <20061128171012.GD21834@nevyn.them.org> In-Reply-To: <20061128171012.GD21834@nevyn.them.org> Content-Type: multipart/mixed; boundary="------------010005050201070601010502" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00337.txt.bz2 This is a multi-part message in MIME format. --------------010005050201070601010502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 440 Daniel Jacobowitz wrote: > Hi Nathan, > > Your break.c patch (fixing define.exp in some configuration) broke > break.exp. It's not expecting something between the start of main and > the first breakpoint, I think. oh fiddle sticks. I've committed this after verifying. nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery nathan@codesourcery.com :: http://www.planetfall.pwp.blueyonder.co.uk --------------010005050201070601010502 Content-Type: text/plain; name="all.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="all.diff" Content-length: 1302 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.1283 diff -r1.1283 ChangeLog 0a1,4 > 2006-11-28 Nathan Sidwell > > * gdb.base/break.c (main): Move position of malloc. > Index: gdb.base/break.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/break.exp,v retrieving revision 1.24 diff -r1.24 break.exp 182a183,193 > verbose -log "Num Type\[ \]+Disp Enb Address\[ \]+What.* > \[0-9\]+\[\t \]+breakpoint keep y.* in main at .*$srcfile:$main_line.* > \[0-9\]+\[\t \]+breakpoint keep y.* in marker2 at .*$srcfile1:($bp_location8|$bp_location9).* > \[0-9\]+\[\t \]+breakpoint keep y.* in factorial$proto at .*$srcfile:$bp_location7.* > \[0-9\]+\[\t \]+breakpoint keep y.* in main at .*$srcfile:$bp_location1.* > \[0-9\]+\[\t \]+breakpoint keep y.* in main at .*$srcfile:$bp_location1.* > \[0-9\]+\[\t \]+breakpoint keep y.* in main at .*$srcfile:$bp_location2.* > \[0-9\]+\[\t \]+breakpoint keep y.* in multi_line_if_conditional at .*$srcfile:$bp_location3.* > \[0-9\]+\[\t \]+breakpoint keep y.* in multi_line_while_conditional at .*$srcfile:$bp_location4" \ > 2 > --------------010005050201070601010502--