From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16856 invoked by alias); 23 Sep 2003 23:48:49 -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 16842 invoked from network); 23 Sep 2003 23:48:48 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 23 Sep 2003 23:48:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4215A2B89; Tue, 23 Sep 2003 19:48:52 -0400 (EDT) Message-ID: <3F70DBE4.1020108@redhat.com> Date: Tue, 23 Sep 2003 23:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: # Re: RFA: add testsuite function for answering internal error questions References: <3DECE5AB.8020400@redhat.com> <3E245BC9.6020302@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00515.txt.bz2 > There was no comment on the revision of this patch; may I commit this? I thought this got committed months ago, weird. Hmm, fernando wrote: > > The idea is excellent, we should have thought of this before. > > I need you to make a couple of changes before checking it in, if you > > don't mind: http://sources.redhat.com/ml/gdb-patches/2002-12/msg00074.html And shortly after that I [incorrectly] pinged him: http://sources.redhat.com/ml/gdb-patches/2003-01/msg00526.html and took that to mean "will be committed with requested changes". After carefully re-reading your reply though, I see that isn't what happened. Oops. Anyway, I think fernando's request was reasonable. The global doesn't need to be added until there is a person that needs it, and possibly not even then. enjoy, Andrew I suspect fernando and I > 2003-02-04 Jim Blandy > > * lib/gdb.exp (gdb_internal_error_regexp): New variable. > (gdb_internal_error_resync): New procedure. > (gdb_test_multiple): If the command results in an internal error, > answer GDB's questions until we get back to a prompt. > > http://sources.redhat.com/ml/gdb-patches/2003-02/msg00152.html