This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB solib interface


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]