From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31444 invoked by alias); 18 Jul 2010 13:12:25 -0000 Received: (qmail 31436 invoked by uid 22791); 18 Jul 2010 13:12:24 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,TW_SM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 18 Jul 2010 13:12:20 +0000 Received: (qmail 2422 invoked from network); 18 Jul 2010 13:12:18 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Jul 2010 13:12:18 -0000 Date: Sun, 18 Jul 2010 13:12:00 -0000 From: Daniel Jacobowitz To: asmwarrior Cc: Martin Rosenau , gdb@sourceware.org Subject: Re: New features for GDB under Windows Message-ID: <20100718131211.GA24132@caradoc.them.org> Mail-Followup-To: asmwarrior , Martin Rosenau , gdb@sourceware.org References: <4C420A62.8040601@rosenau-ka.de> <4C427D64.3020609@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C427D64.3020609@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-07/txt/msg00068.txt.bz2 On Sun, Jul 18, 2010 at 12:04:52PM +0800, asmwarrior wrote: > >I added the following functionality that was only available under Unix > >before: > >- Remote debugging using TCP/IP > >- Remote debugging using pipes (other program's stdin/stdout) Both of these are already included in current versions of Windows GDB. > >And the new feature: > >- Remote debugging using special DLLs (this is faster than TCP/IP or > >pipes and allows you to add new hardware targets - like JTAG adapters - > >without re-compiling the entire GDB) I don't know if this is a desired feature. It runs into maintenance and GPL compliance problems. -- Daniel Jacobowitz CodeSourcery