public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Trying to get GDB to find PE symbol file via build-id
@ 2015-03-08 22:57 Benjamin Gilbert
  0 siblings, 0 replies; 7+ messages in thread
From: Benjamin Gilbert @ 2015-03-08 22:57 UTC (permalink / raw)
  To: gdb; +Cc: jon.turney

[re-sent due to Gmail HTMLification]

Hi all,

I'm trying to build a Win32 DLL with separate debug symbols, but I
can't seem to get GDB to automatically load a symbol file using the PE
build-id support added in ld 2.25.  I'm running on Fedora 21 x86_64,
with a gdb built from binutils-gdb HEAD (3e95021) and configured with
"--target=i686-w64-mingw32".

What I'm doing:

1.  Cross-build the DLL with MinGW-w64 and LDFLAGS="-Wl,--build-id".

2.  Create stripped DLL with "i686-w64-mingw32-objcopy -S
unstripped.dll stripped.dll".

3.  Create symbol file with "i686-w64-mingw32-objcopy
--only-keep-debug unstripped.dll debug/.build-id/MM/NNNN.debug", where
"MMNNNN" is the hex string returned by "i686-w64-mingw32-objdump -p
unstripped.dll | grep signature".

4.  In i686-w64-mingw32-gdb, run "set debug-file-directory debug" and
"file stripped.dll".

Result: "Reading symbols from stripped.dll...(no debugging symbols
found)...done."

An strace of the gdb process shows that it doesn't try to access any
.debug files in debug/, so the problem isn't that I used the wrong
filename.  Manually loading the symbol file with "symbol-file
debug/.build-id/MM/NNNN.debug" does work.

Advice?  Am I going about this wrong?

Thanks,
--Benjamin Gilbert

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-03-19 12:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAFKqAcT3qbRGNrczTyPpVW7vrm2GhVUbWVuhupn1YYwEQCOomA@mail.gmail.com>
2015-03-09 16:44 ` Trying to get GDB to find PE symbol file via build-id Jon TURNEY
2015-03-16 15:41   ` Jon TURNEY
2015-03-19  5:05     ` Benjamin Gilbert
2015-03-19  6:31       ` asmwarrior
2015-03-19  6:53         ` asmwarrior
2015-03-19 12:23         ` Jon TURNEY
2015-03-08 22:57 Benjamin Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).