From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17531 invoked by alias); 17 Sep 2002 15:32:27 -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 17522 invoked from network); 17 Sep 2002 15:32:26 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 17 Sep 2002 15:32:26 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17rLGv-0003wU-00; Tue, 17 Sep 2002 11:32:21 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17rKKr-00083k-00; Tue, 17 Sep 2002 11:32:21 -0400 Date: Tue, 17 Sep 2002 08:32:00 -0000 From: Daniel Jacobowitz To: Robert Bedichek Cc: gdb@sources.redhat.com Subject: Re: Question about TCP/IP stubs, gdb-5.2.1 Message-ID: <20020917153221.GA30963@nevyn.them.org> Mail-Followup-To: Robert Bedichek , gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2002-09/txt/msg00220.txt.bz2 On Tue, Sep 17, 2002 at 08:28:09AM -0700, Robert Bedichek wrote: > > The only TCP/IP stub I found was for Wince. I need one for Linux. Does > anyone have a pointer to a stub, the thing that runs on the target, or the > machine being debugged, that is closer to what I need than the Wince stub > included in 5.2.1? (The architecture is x86) Are you talking about application level debugging? If so, you want gdbserver, which is included in the GDB release. If you're talking about kernel level debugging, then TCP/IP is generally considered impractical from an interrupt context. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer