Trying to get GDB to find PE symbol file via build-id
Benjamin Gilbert
bgilbert@backtick.net
Thu Mar 19 05:05:00 GMT 2015
On Mon, Mar 16, 2015 at 11:41 AM, Jon TURNEY
<jon.turney@dronecode.org.uk> wrote:
> On 09/03/2015 16:44, Jon TURNEY wrote:
>> At the moment, fetching the build-id for gdb is only implemented for ELF
>> files (See gdb/build-ic.c:build_id_bfd_get())
>>
>> It should be pretty straightforward to extend that to handle PE files as
>> well, and add an interface to get the PE build-id out of BFD...
>
> Well, slightly less straightforward than I thought it would be, but I wrote a patch to do that...
>
> [1] https://sourceware.org/ml/gdb-patches/2015-03/msg00458.html
Your patch works for me.
Thanks,
--Benjamin Gilbert
More information about the Gdb
mailing list