From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20949 invoked by alias); 20 Nov 2003 18:32:29 -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 20942 invoked from network); 20 Nov 2003 18:32:29 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 20 Nov 2003 18:32:29 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id 6F4F6C6B6; Thu, 20 Nov 2003 10:32:28 -0800 (PST) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Recover from struct-return internal errors References: <3FBD02D6.7060702@redhat.com> From: David Carlton Date: Thu, 20 Nov 2003 18:32:00 -0000 In-Reply-To: <3FBD02D6.7060702@redhat.com> (Andrew Cagney's message of "Thu, 20 Nov 2003 13:07:18 -0500") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00425.txt.bz2 On Thu, 20 Nov 2003 13:07:18 -0500, Andrew Cagney said: > + -re "A problem internal to GDB has been detected" { > + fail "${test} (GDB internal error 1)" > + gdb_internal_error_resync > + } Could you get rid of some of these by using gdb_test_multiple instead of send_gdb/gdb_expect? I haven't looked at structs.exp in detail, so I don't have any idea how possible that might be. David Carlton carlton@kealia.com