This is the mail archive of the gdb-patches@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: [RFA] py-value.exp: Use different names for C/C++ .o files.


> I wanted to look at the Fission behavior but I cannot Google out where to find
> /usr/bin/dwp .  Could you reference in contrib/cc-with-tweaks.sh and/or DWP
> Wiki where to get the dwp tool?

It's built alongside the gold linker. I've added info about where to
find it and how to invoke it to the DebugFissionDWP wiki page. (Sorry,
I should have done that sooner.)

At the moment, the dwp utility generates the new v2 dwp file format,
which isn't yet supported by GDB. I shouldn't have committed that
change until GDB was prepared to support it, so I'll revert that patch
shortly, and you'll be able to build a dwp that supports the v1 format
that GDB does currently support. The top-of-trunk readelf can dump
both v1 and v2 formats.

-cary


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