From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9500 invoked by alias); 30 Nov 2003 01:26:04 -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 9493 invoked from network); 30 Nov 2003 01:26:03 -0000 Received: from unknown (HELO fred.ninemoons.com) (68.14.214.217) by sources.redhat.com with SMTP; 30 Nov 2003 01:26:03 -0000 Received: from fred.ninemoons.com (fred.ninemoons.com [127.0.0.1]) by fred.ninemoons.com (8.12.8/8.12.8) with ESMTP id hAU1PQXj010311; Sat, 29 Nov 2003 18:25:27 -0700 Received: (from fnf@localhost) by fred.ninemoons.com (8.12.8/8.12.8/Submit) id hAU1PNwO010240; Sat, 29 Nov 2003 18:25:23 -0700 From: Fred Fish Message-Id: <200311300125.hAU1PNwO010240@fred.ninemoons.com> Subject: Re: [PATCH] Outwit compiler dead code elimination in break.exp test To: drow@mvista.com (Daniel Jacobowitz) Date: Sun, 30 Nov 2003 01:26:00 -0000 Cc: fnf@public.ninemoons.com (Fred Fish), fnf@ninemoons.com, gdb-patches@sources.redhat.com Reply-To: fnf@ninemoons.com In-Reply-To: <20031130010728.GA26601@nevyn.them.org> from "Daniel Jacobowitz" at Nov 29, 2003 08:07:28 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00627.txt.bz2 > 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? OK, I'll take a look at that. There may also be places where the line numbers are irrelevant for the feature being tested ("maint info breakpoints" for example?) and could just be replaced with patterns to check for any line number. -Fred