From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15828 invoked by alias); 6 Jan 2003 17:41:08 -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 15811 invoked from network); 6 Jan 2003 17:41:04 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by 209.249.29.67 with SMTP; 6 Jan 2003 17:41:04 -0000 Received: by redhat.com (Postfix, from userid 201) id 236E31C110; Mon, 6 Jan 2003 12:41:27 -0500 (EST) Date: Mon, 06 Jan 2003 17:41:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: coffread.c extension for DLLs without debugging symbols Message-ID: <20030106174127.GJ25858@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com References: <2110-Sat04Jan2003130101+0200-eliz@is.elta.co.il> <15897.47288.570835.988631@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15897.47288.570835.988631@localhost.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00216.txt.bz2 On Mon, Jan 06, 2003 at 12:11:20PM -0500, Elena Zannoni wrote: >About location of the code, add maybe a coff-pe-read.c? (ulgh) But >since it deals with reading symbols, I would think it more logical to >stay in some object/debug format related file rather than in a target >related file. Actually, this is a very good point since PE format is not limited to just Windows, I believe. cgf