This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Why gdb 6.5 prints fullname in /cygdrive/... format om Windows?
On Tue, Aug 08, 2006 at 09:18:23AM -0400, Daniel Jacobowitz wrote:
>On Tue, Aug 08, 2006 at 10:34:46PM +1200, Nick Roberts wrote:
>> Is this real output? I thought the fullname field for breakpoints
>> was only added in February of this year:
>
>And what versions of GDB are you really using: where did you get them
>from, and what platform are they configured for?
>
>If you build a mingw32 GDB, it'll probably give you c:\\ paths. A
>Cygwin GDB will usually give you /cygdrive paths.
...and that's by design, not by accident. Cygwin is REALLY intended to
be used with POSIX-like paths. c:\foo style paths are supported only
as an afterthought.
cgf