Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Path handling bug in GDB included with MingW 3.1.0-1
@ 2003-10-05 21:48 Michael Stather
  2003-10-05 22:48 ` Christopher Faylor
  2003-10-07 21:30 ` Eli Zaretskii
  0 siblings, 2 replies; 9+ messages in thread
From: Michael Stather @ 2003-10-05 21:48 UTC (permalink / raw)
  To: gdb

Hi,

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
Michael Stather


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-10-08 18:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-05 21:48 Path handling bug in GDB included with MingW 3.1.0-1 Michael Stather
2003-10-05 22:48 ` Christopher Faylor
2003-10-07 21:30 ` Eli Zaretskii
2003-10-07 23:22   ` Christopher Faylor
2003-10-08  5:51     ` Eli Zaretskii
2003-10-08 13:43       ` Christopher Faylor
2003-10-08 18:20         ` Support for unofficial GDB (was: Path handling bug in GDB included with MingW 3.1.0-1) Eli Zaretskii
2003-10-08  0:34   ` Path handling bug in GDB included with MingW 3.1.0-1 Chris Johns
2003-10-08  5:54     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox