From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6418 invoked by alias); 17 Jul 2010 19:54:37 -0000 Received: (qmail 6407 invoked by uid 22791); 17 Jul 2010 19:54:36 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.186) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Jul 2010 19:54:30 +0000 Received: from [192.168.178.25] (p5B2D80D3.dip0.t-ipconnect.de [91.45.128.211]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0Mgpk0-1ON6QO1YzA-00MZt3; Sat, 17 Jul 2010 21:54:28 +0200 Message-ID: <4C420A62.8040601@rosenau-ka.de> Date: Sat, 17 Jul 2010 19:54:00 -0000 From: Martin Rosenau User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1 Thunderbird/3.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: New features for GDB under Windows Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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/msg00065.txt.bz2 Hello. I'm new to the GDB project so I do not know if this is the correct place to post this message. 5 months ago I wrote some enhancements for GDB under Windows. Unfortunately I did not patch GDB 7.x but only 5.2.1 because this was the latest version available for the Mingw system under Windows. 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) 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 wonder if these features are of interest and if yes how I can post it to the GDB project. Thanks for your answer. Martin