From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9372 invoked by alias); 8 Dec 2006 23:21:40 -0000 Received: (qmail 9359 invoked by uid 22791); 8 Dec 2006 23:21:36 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 08 Dec 2006 23:21:29 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gsp1z-0008Uh-AB; Fri, 08 Dec 2006 18:21:27 -0500 Date: Fri, 08 Dec 2006 23:21:00 -0000 From: Daniel Jacobowitz To: "Smith, Stephen (SWCOE)" Cc: General GDB Mailing List Subject: Re: GDB solib interface Message-ID: <20061208232127.GA32616@nevyn.them.org> Mail-Followup-To: "Smith, Stephen (SWCOE)" , General GDB Mailing List References: <20061208211922.GA28061@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00070.txt.bz2 On Fri, Dec 08, 2006 at 03:23:01PM -0700, Smith, Stephen (SWCOE) wrote: > Thanks, > > 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) I've only used it with ELF, despite the DLL naming. > 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. Just convert the ascii to base 16, two digits per letter. -- Daniel Jacobowitz CodeSourcery