This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: readelf ignore .debug_pubtypes


Hi Phi,

On Fri, 2018-03-23 at 15:57 +0100, Phi Debian wrote:
> DL$ ~/elfutils/src/readelf --debug=pubtypes ./vmlinux  | more
> Unknown DWARF debug section `pubtypes'.
> 
> Is that expected ?

Unfortunately there is no support for .debug_pubtypes at all in
elfutils at the moment.

Note that in DWARF5 .debug_pubnames and .debug_pubtypes have been
replaced with common index .debug_names (like .gdb_index). But there is
no support for that index either yet (eu-readelf can read .gdb_index
sections, but libdw won't take advantage of them yet).

Sorry,

Mark


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