From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24171 invoked by alias); 7 Feb 2004 03:02: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 24151 invoked from network); 7 Feb 2004 03:02:27 -0000 Received: from unknown (HELO mwinf0503.wanadoo.fr) (193.252.22.26) by sources.redhat.com with SMTP; 7 Feb 2004 03:02:27 -0000 Received: from takamaka.act-europe.fr (AStDenis-103-1-3-27.w81-249.abo.wanadoo.fr [81.249.113.27]) by mwinf0503.wanadoo.fr (SMTP Server) with ESMTP id 7151868000D2; Sat, 7 Feb 2004 04:02:25 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 242DF47D62; Sat, 7 Feb 2004 07:02:21 +0400 (RET) Date: Sat, 07 Feb 2004 03:02:00 -0000 From: Joel Brobecker To: Michael Elizabeth Chastain Cc: cagney@gnu.org, gdb-patches@sources.redhat.com Subject: Re: more robust get_compiler_info Message-ID: <20040207030221.GG18961@gnat.com> References: <20040205231351.9529A4B364@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040205231351.9529A4B364@berman.michael-chastain.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00143.txt.bz2 > Sounds good to me. I will give it a whirl. > > Here is the new patch, not tested yet, not even a ChangeLog entry. I tried it on alpha-tru64, and that solved the abort. With ambiguous.exp for instance, I now get the following output: << Running ./gdb.cp/ambiguous.exp ... gdb compile failed, default_target_compile: Can't find g++. WARNING: Testcase compile failed, so all tests in this file will automatically fail. ERROR: (timeout) GDB never initialized after 10 seconds. WARNING: remote_expect statement without a default case?! ERROR: couldn't load /usr/prague.a/brobecke/next_pb/gdb-public/gdb/testsuite/gdb.cp/ambiguous into /usr/prague.a/brobecke/next_pb/gdb-public/gdb/testsuite/../../gdb/gdb (end of file). ERROR: Delete all breakpoints in delete_breakpoints (timeout) ERROR: couldn't run to breakpoint >> Thanks! -- Joel