From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9335 invoked by alias); 5 Oct 2003 21:48:42 -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 9319 invoked from network); 5 Oct 2003 21:48:39 -0000 Received: from unknown (HELO sinope.kasserver.com) (62.141.48.112) by sources.redhat.com with SMTP; 5 Oct 2003 21:48:39 -0000 Received: from kyromaster (p50841002.dip.t-dialin.net [80.132.16.2]) by sinope.kasserver.com (Postfix on SuSE Linux 7.3 (i386)) with ESMTP id 466F5693169 for ; Sun, 5 Oct 2003 23:48:38 +0200 (CEST) Reply-To: From: "Michael Stather" To: Subject: Path handling bug in GDB included with MingW 3.1.0-1 Date: Sun, 05 Oct 2003 21:48:00 -0000 Message-ID: <002d01c38b8a$6e2d34f0$2101a8c0@kyromaster> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-SW-Source: 2003-10/txt/msg00084.txt.bz2 Hi, I=B4ve seen a strange bug in the GDB that=B4s included with MingW32 3.1.0-1 under WinXP pro: I=B4ve 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=B4t 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=B4s something broken within the path handling Is this bug already fixed or am I doing something wrong here? Regards Michael Stather