From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29487 invoked by alias); 3 Aug 2006 09:28:41 -0000 Received: (qmail 29463 invoked by uid 22791); 3 Aug 2006 09:28:39 -0000 X-Spam-Check-By: sourceware.org Received: from 203.197.88.2.ILL-PUNE.static.vsnl.net.in (HELO mail.codito.com) (203.197.88.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Aug 2006 09:28:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.codito.com (Postfix) with ESMTP id C1E3D3EC8B; Thu, 3 Aug 2006 14:58:20 +0530 (IST) Received: from mail.codito.com ([127.0.0.1]) by localhost (vera.celunite.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3V-LvAIGk2oA; Thu, 3 Aug 2006 14:58:20 +0530 (IST) Received: from ramanal.codito.co.in (unknown [220.225.32.98]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.codito.com (Postfix) with ESMTP id 590BA3EC8A; Thu, 3 Aug 2006 14:58:19 +0530 (IST) Subject: Re: question about GDB test From: Ramana Radhakrishnan Reply-To: ramana.radhakrishnan@codito.com To: ligang@sunnorth.com.cn Cc: gdb@sourceware.org In-Reply-To: References: Content-Type: text/plain Date: Thu, 03 Aug 2006 09:28:00 -0000 Message-Id: <1154597284.4947.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00018.txt.bz2 The only bit you might like to port for the testsuite is what is in gdb.asm for your target . You need a baseboard file in dejagnu for your target - look at examples in usr/share/baseboards if you have dejagnu installed on your system . - Ramana On Thu, 2006-08-03 at 12:19 +0800, ligang@sunnorth.com.cn wrote: > Hi, fellows, > > I am porting GDB to a new target. Definitely, test of GDB is an important > issue. > There are already some test suites in GDB source. Are they enouth? > Need I to write some more test patterns for my special target and what > kind of patterns should I write? > > Any help will be appreciated. > > Best regards > Ligang