This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using gdb with Borland's free compiler?


> Date: Tue, 30 Sep 2003 20:07:53 -0400
> From: Christopher Faylor <cgf@redhat.com>
> 
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]