From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13475 invoked by alias); 5 Feb 2008 09:39:50 -0000 Received: (qmail 13396 invoked by uid 22791); 5 Feb 2008 09:39:42 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Feb 2008 09:39:24 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 894C13C5B2; Tue, 5 Feb 2008 01:39:22 -0800 (PST) Subject: Re: testing GDB with the simulator From: Michael Snyder To: Joel Brobecker Cc: gdb@sourceware.org In-Reply-To: <20080204204347.GD20922@adacore.com> References: <20080204204347.GD20922@adacore.com> Content-Type: text/plain Date: Tue, 05 Feb 2008 09:39:00 -0000 Message-Id: <1202204362.3402.51.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00019.txt.bz2 On Mon, 2008-02-04 at 12:43 -0800, Joel Brobecker wrote: > 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. Of course -- but I'm not sure I remember specifically.... In gdb/testsuite/config I see sim.exp and sid.exp In /usr/share/dejagnu/baseboards I see many *-sim.exp baseboard description files including powerpc-sim and powerpcle-sim. As well, I see /usr/share/dejagnu/config/sim.exp Hope these get you somewhere close to the answer... Michael