From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28657 invoked by alias); 18 Apr 2012 14:54:43 -0000 Received: (qmail 28562 invoked by uid 22791); 18 Apr 2012 14:54:42 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Apr 2012 14:54:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6D61F1C638E; Wed, 18 Apr 2012 10:54:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id K1tOA7lOfh7h; Wed, 18 Apr 2012 10:54:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3CD351C6389; Wed, 18 Apr 2012 10:54:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 79939145616; Wed, 18 Apr 2012 07:54:20 -0700 (PDT) Date: Wed, 18 Apr 2012 14:57:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFA/commit 2/2] pspace != NULL failed assertion on ppc-aix Message-ID: <20120418145420.GD2852@adacore.com> References: <1334610821-10974-1-git-send-email-brobecker@adacore.com> <1334610821-10974-2-git-send-email-brobecker@adacore.com> <1334610821-10974-3-git-send-email-brobecker@adacore.com> <20120418003126.GV2852@adacore.com> <4F8E8C82.7020002@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F8E8C82.7020002@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-04/txt/msg00582.txt.bz2 > You really really need to look into remote host testing. :-) In that > mode, dejagnu runs on e.g., a GNU/Linux machine, which ssh's into the AIX > host just to run the tests against GDB. No except runs on the remote host > that way. That would be nice. Is there a pointer somewhere on how to do that? Thanks, -- Joel