From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29160 invoked by alias); 28 Jan 2002 18:44:04 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29127 invoked from network); 28 Jan 2002 18:44:03 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 28 Jan 2002 18:44:03 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id D5B7F3DA3; Mon, 28 Jan 2002 12:17:43 -0500 (EST) Message-ID: <3C5587B7.6010009@cygnus.com> Date: Mon, 28 Jan 2002 10:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Jan Hoogerbrugge Cc: gdb@sources.redhat.com Subject: Re: porting gdb References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00316.txt.bz2 > Hi, > > I am porting gdb to a new target where I am only interrested in remote debugging. What is a good existing target to base this port on? > > Cheers, > Jan At present the xstormy16. That that target is pure multi-arch (has no tm.h file and doesn't use macros). Andrew