From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24139 invoked by alias); 5 Oct 2003 22:48:52 -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 24132 invoked from network); 5 Oct 2003 22:48:51 -0000 Received: from unknown (HELO redhat.com) (24.131.133.249) by sources.redhat.com with SMTP; 5 Oct 2003 22:48:51 -0000 Received: by redhat.com (Postfix, from userid 201) id 99D5C6BF24; Sun, 5 Oct 2003 18:48:49 -0400 (EDT) Date: Sun, 05 Oct 2003 22:48:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Cc: michaelstather@nuzi.de Subject: Re: Path handling bug in GDB included with MingW 3.1.0-1 Message-ID: <20031005224849.GA13466@redhat.com> Reply-To: gdb@sources.redhat.com Mail-Followup-To: gdb@sources.redhat.com, michaelstather@nuzi.de References: <002d01c38b8a$6e2d34f0$2101a8c0@kyromaster> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002d01c38b8a$6e2d34f0$2101a8c0@kyromaster> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-10/txt/msg00086.txt.bz2 [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.