From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2988 invoked by alias); 8 Dec 2006 22:23:21 -0000 Received: (qmail 2976 invoked by uid 22791); 8 Dec 2006 22:23:20 -0000 X-Spam-Check-By: sourceware.org Received: from tmpnat1.honeywell.com (HELO AZ18CN850.global.ds.honeywell.com) (199.64.0.252) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Dec 2006 22:23:11 +0000 Received: from AZ18EV808.global.ds.honeywell.com ([131.127.167.102]) by AZ18CN850.global.ds.honeywell.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 8 Dec 2006 15:23:05 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: GDB solib interface Date: Fri, 08 Dec 2006 22:23:00 -0000 Message-ID: In-Reply-To: <20061208211922.GA28061@nevyn.them.org> From: "Smith, Stephen \(SWCOE\)" To: "Daniel Jacobowitz" , "General GDB Mailing List" X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00069.txt.bz2 Thanks,=20=20 Now I have a couple of questions. 1) I take it that there isn't anything special here with regard to DLL (PE binary files) vs. SO (ELF binraries) 2) You have HEXSTR in a couple places, since I am not familiar with this representation, how would foo.dll be coded in HEXSTR format. I think that the rest is self explanatory. -----Original Message----- From: Daniel Jacobowitz [mailto:drow@false.org]=20 Sent: Friday, December 08, 2006 2:19 PM To: Smith, Stephen (SWCOE); General GDB Mailing List Subject: Re: GDB solib interface