From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11677 invoked by alias); 7 Jan 2003 16:46:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11669 invoked from network); 7 Jan 2003 16:46:48 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by 209.249.29.67 with SMTP; 7 Jan 2003 16:46:48 -0000 Received: by redhat.com (Postfix, from userid 201) id A91B81C110; Tue, 7 Jan 2003 11:47:14 -0500 (EST) Date: Tue, 07 Jan 2003 16:46:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: coffread.c extension for DLLs without debugging symbols Message-ID: <20030107164714.GA6507@redhat.com> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20030104044408.GA7364@redhat.com> <20030104205130.GA9784@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00282.txt.bz2 [Reply-To set to mailing list] On Tue, Jan 07, 2003 at 01:10:49PM -0000, Raoul Gough wrote: >Actually, this seems like a generic bug in GDB's DLL handling - by >compiling with debugging symbols, the problem is even visible without >my patch. Have a look at the attached example, which shows GDB 5.2.1 >getting it wrong. This should be fixed in current CVS and in gdb 5.3. cgf