From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6234 invoked by alias); 29 Jan 2003 15:20:42 -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 6221 invoked from network); 29 Jan 2003 15:20:42 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by 172.16.49.205 with SMTP; 29 Jan 2003 15:20:42 -0000 Received: by redhat.com (Postfix, from userid 201) id 09ED71B569; Wed, 29 Jan 2003 10:21:05 -0500 (EST) Date: Wed, 29 Jan 2003 15:20:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Cc: RaoulGough@yahoo.co.uk Subject: Re: [RFC]: win32-nat.c better handling of DLL relocation Message-ID: <20030129152104.GD9107@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com, RaoulGough@yahoo.co.uk References: <20030111172431.GA5683@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030111172431.GA5683@redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00772.txt.bz2 On Sat, Jan 11, 2003 at 12:24:31PM -0500, Christopher Faylor wrote: >On Sat, Jan 11, 2003 at 03:52:09PM -0000, Raoul Gough wrote: >>2003-01-10 Raoul Gough >> >> * win32-nat.c(get_relocated_section_addrs): New function. Find >> section load addresses for symbol handling in relocated DLLs. >> (solib_symbols_add): Open a bfd and call get_relocated_section_addrs. > >I took a quick glance. Looks good. Now we just need that pesky >assignment. > >I wonder if there is some way to do all of this assignment stuff >electronically. It seems silly that we still have to rely on paper for this >kind of thing. Any word on the assignment front? cgf