From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12052 invoked by alias); 23 Dec 2006 15:32:15 -0000 Received: (qmail 12041 invoked by uid 22791); 23 Dec 2006 15:32:14 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 23 Dec 2006 15:32:09 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.6) with ESMTP id kBNFVttG026399; Sat, 23 Dec 2006 16:31:55 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id kBNFVtg3032073; Sat, 23 Dec 2006 16:31:55 +0100 (CET) Date: Sat, 23 Dec 2006 15:32:00 -0000 Message-Id: <200612231531.kBNFVtg3032073@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: tschwinge@gnu.org CC: gdb@sourceware.org, bug-hurd@gnu.org In-reply-to: <20061223111022.GD16426@fencepost.gnu.org> (message from Thomas Schwinge on Sat, 23 Dec 2006 12:10:22 +0100) Subject: Re: gdbserver for GNU/Hurd References: <20061223111022.GD16426@fencepost.gnu.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00193.txt.bz2 > Date: Sat, 23 Dec 2006 12:10:22 +0100 > From: Thomas Schwinge > > Hello! > > Has anyone ever worked on porting the GDB distribution's gdbserver to > GNU/Hurd? I'm pretty sure the answer to that question is no. > In case you don't know: this would allow for debugging programs on > GNU/Hurd systems using a cross debugger running on another system (e.g. a > non GNU/Hurd one). This is of advantage if you're cross compiling and > then don't have to copy the source files to the target system for using > gdb locally on there. But it'd be difficult to have access to all the advanced features a native GNU/Hurd GDB offers. Mark