From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27395 invoked by alias); 4 Feb 2008 20:44:10 -0000 Received: (qmail 27382 invoked by uid 22791); 4 Feb 2008 20:44:09 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 04 Feb 2008 20:43:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C31AB2AA26F for ; Mon, 4 Feb 2008 15:43:49 -0500 (EST) 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 pGPH1LeVzl5W for ; Mon, 4 Feb 2008 15:43:49 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 845022AA26B for ; Mon, 4 Feb 2008 15:43:49 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 43014E7ACB; Mon, 4 Feb 2008 12:43:47 -0800 (PST) Date: Mon, 04 Feb 2008 20:44:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: testing GDB with the simulator Message-ID: <20080204204347.GD20922@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00013.txt.bz2 Hello, Is there a way to run the GDB testsuite on the GDB simulator? Perhaps with a specific board file, as explained in the GDB Wiki for testing with the gdbserver? I just did some powerpc-specific work, and had to test it on ppc-aix, which is extremely slow with the machines that AdaCore has. I think I could save quite a bit of time if I could do the testing on the powerpc simulator and the powerpc-elf target. If possible, I'll be happy to contribute a Wiki page for it. Thanks, -- Joel