From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9854 invoked by alias); 28 Nov 2006 17:14:47 -0000 Received: (qmail 544 invoked by uid 22791); 28 Nov 2006 17:10:24 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 28 Nov 2006 17:10:14 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gp6TE-0005uV-1s; Tue, 28 Nov 2006 12:10:12 -0500 Date: Tue, 28 Nov 2006 17:14:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell , gdb-patches@sourceware.org Subject: gdb.base/break.c change Message-ID: <20061128171012.GD21834@nevyn.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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/msg00326.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery