Path handling bug in GDB included with MingW 3.1.0-1
Christopher Faylor
cgf@redhat.com
Sun Oct 5 22:48:00 GMT 2003
[reply-to set]
On Sun, Oct 05, 2003 at 11:48:35PM +0200, Michael Stather wrote:
>I?ve seen a strange bug in the GDB that?s included with MingW32 3.1.0-1
>under WinXP pro:
>I?ve a little program which has only 2 lines.
>Assuming it is in c:\p, I compile it, and then I set a breakpoint like this:
>
>g++ -g -o p.exe c:/p/p.cpp -mwindows
>gdb
>break "c:/p/p.cpp:7"
>Run
>
>gdb won?t stop at the breakpoint.
>however if I do:
>
>cd c:\m
>g++ -g -o p.exe p.cpp -mwindows
>gdb
>break "p.cpp:7"
>run
>
>it breaks correctly.
>I think there?s something broken within the path handling
>Is this bug already fixed or am I doing something wrong here? Regards
I'm sorry but you have to go to mingw.org to get support on this version
of gdb. There are local patches applied to it and it is not supported
by this mailing list.
More information about the Gdb
mailing list