From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6233 invoked by alias); 3 Aug 2006 04:19:00 -0000 Received: (qmail 6225 invoked by uid 22791); 3 Aug 2006 04:18:59 -0000 X-Spam-Check-By: sourceware.org Received: from Unknown (HELO mswbj01.sunnorth.com.cn) (218.247.162.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Aug 2006 04:18:58 +0000 Received: from maillog.sunnorth.com.cn (unverified [172.20.10.250]) by mswbj01.sunnorth.com.cn (Clearswift SMTPRS 5.2.5) with ESMTP id for ; Thu, 3 Aug 2006 12:19:15 +0800 Received: from ntns1cn.sunnorth.com.cn (ntns1cn.sunnorth.com.cn [172.20.10.252]) by maillog.sunnorth.com.cn (8.12.10/8.12.10) with ESMTP id k735FhwL018785 for ; Thu, 3 Aug 2006 13:15:43 +0800 To: gdb@sourceware.org Subject: question about GDB test MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5 September 26, 2003 Message-ID: From: ligang@sunnorth.com.cn Date: Thu, 03 Aug 2006 04:19:00 -0000 Content-Type: text/plain; charset="US-ASCII" 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/msg00017.txt.bz2 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