From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22231 invoked by alias); 18 Apr 2005 22:05:20 -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 22206 invoked from network); 18 Apr 2005 22:05:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Apr 2005 22:05:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3IM5HjS011160 for ; Mon, 18 Apr 2005 18:05:17 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3IM5GO30814; Mon, 18 Apr 2005 18:05:16 -0400 Received: from [172.16.24.50] (bluegiant.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j3IM5Fth027464; Mon, 18 Apr 2005 18:05:15 -0400 Message-ID: <42642F1A.7010109@redhat.com> Date: Mon, 18 Apr 2005 22:05:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla Thunderbird (X11/20050322) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] testsuite: gdb_run_cmd tweak References: <42640FA7.9090406@redhat.com> <20050418215426.GA24698@nevyn.them.org> In-Reply-To: <20050418215426.GA24698@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00208.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Apr 18, 2005 at 12:51:03PM -0700, Michael Snyder wrote: > >>This just adds a regular expression to prevent gdb_run_cmd >>from choking on the msg that gdb emits when it detects that >>the file has changed and re-reads the symbols. >> >>I honestly don't remember the circumstances that caused me >>to add this -- it's been sitting in my sandbox for a while. >>Thought it would be better to offer it up than to throw it >>away... >> > > >>2005-04-18 Michael Snyder >> >> * lib/gdb.exp (gdb_run_cmd): Keep going past "executable has >> changed" msg. > > > I'd really like to know where this is necessary. Well, if I remember, I'll say. Otherwise, maybe I'll withdraw the patch and be content with knowing that it's archived here, in case we ever discover that it's needed.