From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7473 invoked by alias); 18 May 2004 13:24:31 -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 7464 invoked from network); 18 May 2004 13:24:30 -0000 Received: from unknown (HELO proxy.6wind.com) (194.250.197.211) by sourceware.org with SMTP; 18 May 2004 13:24:30 -0000 Received: from eagle.6wind.com (givenchy.6wind.com [212.234.238.114]) by proxy.6wind.com (Postfix) with ESMTP id F36EC7D7; Tue, 18 May 2004 15:24:27 +0200 (CEST) Received: from 6wind.com (unknown [10.16.0.115]) by eagle.6wind.com (Postfix) with ESMTP id D66D629C; Tue, 18 May 2004 15:24:27 +0200 (CEST) Message-ID: <40AA0E8D.3040408@6wind.com> Date: Tue, 18 May 2004 13:24:00 -0000 From: Christophe Gouault Organization: 6WIND S.A. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: gdbserver no more supported? References: <40AA0A43.6090402@6wind.com> <20040518131402.GA20384@nevyn.them.org> In-Reply-To: <20040518131402.GA20384@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00118.txt.bz2 Daniel, thank you for your answer, Daniel Jacobowitz wrote: >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. > > I see. It's really a pitty, gdbserver is really practical and I intensively use it on FreeBSD. Christophe.