From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25266 invoked by alias); 31 Dec 2009 17:14:52 -0000 Received: (qmail 25251 invoked by uid 22791); 31 Dec 2009 17:14:50 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Dec 2009 17:14:46 +0000 Received: (qmail 32417 invoked from network); 31 Dec 2009 17:14:45 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Dec 2009 17:14:45 -0000 From: Pedro Alves To: Joel Brobecker Subject: Re: [RFA/commit] Internal error while loading core on alpha-tru64 Date: Thu, 31 Dec 2009 17:14:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <20091231070224.GE548@adacore.com> <200912310751.01964.pedro@codesourcery.com> <20091231105826.GJ2788@adacore.com> In-Reply-To: <20091231105826.GJ2788@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200912311714.50508.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00471.txt.bz2 On Thursday 31 December 2009 10:58:26, Joel Brobecker wrote: > > > 2009-12-31 Joel Brobecker > > > > > > Internal error while loading core on alpha-tru64. > > > * corelow.c (core_open): Delete unused local variables. > > > Use inferior_appeared instead of add_inferior_silent. > > > > This is OK. > > Cool, now checked in. Thanks for the quick review! > > > > Tested on alpha-tru64 with the AdaCore gdb-testsuite (I can no longer > > > run the dejagnu testsuite on this platform). > > > > (You don't actually need to be able to run dejagnu on the > > platform--- you should give remote host testing a try > > sometime.) > > I would love to try it. Are there some instructions available anywhere, > in the wiki, perhaps? I don't think so, but it would be nice to have. The dejagnu manual has a short section about it though. A useful trick is to have a shared filesystem between the build and host (e.g., mounting the build filesystem with nfs/smb on the host), as hinted by Joseph -- Pedro Alves