From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19038 invoked by alias); 20 Dec 2002 20:05:10 -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 19028 invoked from network); 20 Dec 2002 20:05:10 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 209.249.29.67 with SMTP; 20 Dec 2002 20:05:10 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gBKK44O19563; Fri, 20 Dec 2002 12:04:04 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Jim Blandy Cc: Fernando Nasser , gdb-patches@sources.redhat.com Subject: Re: [Jim Blandy ] RFA: Check that `Local' is not in scope when it shouldn't be References: From: David Carlton Date: Fri, 20 Dec 2002 12:18:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00598.txt.bz2 On 20 Dec 2002 11:50:55 -0800, David Carlton said: > -re "No symbol \"Local\" in current context.*" { Actually, this regexp isn't appropriate now that it's not an argument to gdb_test: either "No symbol \"Local\" in current context.*$gdb_prompt $" or the actual output that you expect (maybe just replacing .* by \r\n?) would be better. David Carlton carlton@math.stanford.edu