From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14854 invoked by alias); 18 Jul 2010 04:04:15 -0000 Received: (qmail 14780 invoked by uid 22791); 18 Jul 2010 04:04:14 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 18 Jul 2010 04:04:09 +0000 Received: by pwi8 with SMTP id 8so3163149pwi.0 for ; Sat, 17 Jul 2010 21:04:08 -0700 (PDT) Received: by 10.114.107.10 with SMTP id f10mr2152646wac.165.1279425842542; Sat, 17 Jul 2010 21:04:02 -0700 (PDT) Received: from [172.16.150.83] ([60.12.143.4]) by mx.google.com with ESMTPS id q6sm51262647waj.22.2010.07.17.21.03.59 (version=SSLv3 cipher=RC4-MD5); Sat, 17 Jul 2010 21:04:02 -0700 (PDT) Message-ID: <4C427D64.3020609@gmail.com> Date: Sun, 18 Jul 2010 04:04:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Martin Rosenau CC: gdb@sourceware.org Subject: Re: New features for GDB under Windows References: <4C420A62.8040601@rosenau-ka.de> In-Reply-To: <4C420A62.8040601@rosenau-ka.de> Content-Type: text/plain; charset=UTF-8; format=flowed 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/msg00066.txt.bz2 On 3:59, Martin Rosenau wrote: > 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. As far as I know, there is a gdb mingw download page, see here: https://sourceforge.net/downloads/mingw/MinGW/BaseSystem/GDB/ Five monthes ago, it should be at least gdb 6.8.3. or gdb 7.x. > 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. These are nice features, and you can follow the direction here: http://www.gnu.org/software/gdb/contribute/ asmwarrior (ollydbg from codeblocks' forum)