From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32103 invoked by alias); 18 May 2004 13:14:06 -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 32077 invoked from network); 18 May 2004 13:14:04 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 18 May 2004 13:14:04 -0000 Received: from drow by nevyn.them.org with local (Exim 4.33 #1 (Debian)) id 1BQ4Pz-0005Kn-CY; Tue, 18 May 2004 09:14:03 -0400 Date: Tue, 18 May 2004 13:14:00 -0000 From: Daniel Jacobowitz To: Christophe Gouault Cc: gdb@sources.redhat.com Subject: Re: gdbserver no more supported? Message-ID: <20040518131402.GA20384@nevyn.them.org> Mail-Followup-To: Christophe Gouault , gdb@sources.redhat.com References: <40AA0A43.6090402@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40AA0A43.6090402@6wind.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-05/txt/msg00117.txt.bz2 On Tue, May 18, 2004 at 03:06:11PM +0200, Christophe Gouault wrote: > Hi all, > > It seems that gdbserver is not (or no more) supported on OSes other than > Linux. Am I missing something? > (I would like to remotely debug code running on a armeb--netbsdelf > target machine, from an i386 host) > > If gdbserver is actually no more supported on NetBSD, is there an > equivalent application? When I took over maintenance of gdbserver, the non-GNU/Linux ports were all in really bad shape. Most of them didn't even build. When I redid the GNU/Linux ports, I also cleaned up a lot of the common code. Adding a NetBSD target would probably be easy, but it would require some moving of code from GNU/Linux specific files into a common ptrace support module. -- Daniel Jacobowitz