From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4415 invoked by alias); 1 Dec 2003 14:23:26 -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 4406 invoked from network); 1 Dec 2003 14:23:25 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 1 Dec 2003 14:23:25 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 336091A42DB; Mon, 1 Dec 2003 09:23:22 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16331.20186.127997.295868@localhost.redhat.com> Date: Mon, 01 Dec 2003 14:23:00 -0000 To: Daniel Jacobowitz Cc: Fred Fish , fnf@ninemoons.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Outwit compiler dead code elimination in break.exp test In-Reply-To: <20031130010728.GA26601@nevyn.them.org> References: <200311292305.hATN51Uj013311@fred.ninemoons.com> <200311300103.hAU13vn3000814@fred.ninemoons.com> <20031130010728.GA26601@nevyn.them.org> X-SW-Source: 2003-12/txt/msg00002.txt.bz2 Daniel Jacobowitz writes: > On Sat, Nov 29, 2003 at 06:03:57PM -0700, Fred Fish wrote: > > > * gdb.base/break.c (globalvar): Add. > > > (marker1, marker2, marker3, marker4): Set globalvar. > > > > BTW, as it turns out this breaks some other tests that depend upon > > hardwired line numbers into break.c, so I'm updating those. If > > nothing else, it might be a good idea to mark those lines that do have > > hardwired line numbers to make them easier to find again in the > > future. > > If you're there, rather than being the second person this month to > update the line numbers, could you convert it to gdb_get_line_number? > > -- > Daniel Jacobowitz > MontaVista Software Debian GNU/Linux Developer What are you guys looking at? An alternate universe? 2003-11-13 Elena Zannoni * gdb.base/break.c: Add comments to aid finding line numbers for breakpoints. * gdb.base/break.exp: Remove all references to explicit line numbers.