From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31446 invoked by alias); 1 Oct 2003 05:03:10 -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 31439 invoked from network); 1 Oct 2003 05:03:09 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 1 Oct 2003 05:03:09 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1A4Z7I-0003Aw-M3; Wed, 01 Oct 2003 01:01:37 -0400 Date: Wed, 01 Oct 2003 05:03:00 -0000 Message-Id: From: Eli Zaretskii To: Christopher Faylor CC: gdb@sources.redhat.com In-reply-to: <20031001000752.GA6807@redhat.com> (message from Christopher Faylor on Tue, 30 Sep 2003 20:07:53 -0400) Subject: Re: Using gdb with Borland's free compiler? Reply-to: Eli Zaretskii References: <200309282250.h8SMorcf026975@duracef.shout.net> <3F783251.2030009@redhat.com> <20031001000752.GA6807@redhat.com> X-SW-Source: 2003-10/txt/msg00007.txt.bz2 > Date: Tue, 30 Sep 2003 20:07:53 -0400 > From: Christopher Faylor > > So far the basic problem with just using cygwin's gdb seems to be lack > of understanding of MS-DOS paths. It should be doable to fix up gdb to > understand those better in the cygwin port, if that was the only > problem. Should be easily doable by following the trail of the DJGPP port. In fact, it's possible that just by adding to filenames.h definitions suitable for Cygwin would do, since the rest of GDB's sources is supposedly already portable wrt this aspect.