From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27098 invoked by alias); 7 Dec 2005 19:19:27 -0000 Received: (qmail 27091 invoked by uid 22791); 7 Dec 2005 19:19:26 -0000 X-Spam-Check-By: sourceware.org Received: from cgf.cx (HELO cgf.cx) (24.61.23.223) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 07 Dec 2005 19:19:25 +0000 Received: by cgf.cx (Postfix, from userid 201) id 6033D13C569; Wed, 7 Dec 2005 14:19:23 -0500 (EST) Date: Wed, 07 Dec 2005 19:19:00 -0000 From: Christopher Faylor To: gdb@sourceware.org, David Lamy-Charrier Subject: Re: regression: support for spaces in dll path on Windows Message-ID: <20051207191923.GB19243@trixie.casa.cgf.cx> Mail-Followup-To: gdb@sourceware.org, David Lamy-Charrier References: <6541ed4c0512070533k7367cd0etcce64ed2d0b9c2df@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6541ed4c0512070533k7367cd0etcce64ed2d0b9c2df@mail.gmail.com> User-Agent: Mutt/1.5.11 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00083.txt.bz2 On Wed, Dec 07, 2005 at 02:33:35PM +0100, David Lamy-Charrier wrote: >I am trying to debug a .exe that loads a .dll on a WinXp Pro PC with a >MinGW gdb version taken from CVS head on November 16. >When my .exe loads a dll, gdb gets the LOAD_DLL_DEBUG_EVENT but it >fails to load the debug info of the dll because there are some spaces >in the path to my dll. > >I tried with a GDB 6.3_1 MinGW and it works well with blank in path >names, but I have a problem when it tries to decode the stack frame >(certainly because the .exe has been compiled by Microsoft VC6.0 in >release mode). > >Does anyone know where I should look in the source code to: >- patch the stack frame decoding problem on gdb 6.3_1 >or >- patch the space in path names to dll problem on latest version of gdb ?? What version of gdb are you running which displays the problem and where did you get it? cgf