Porting pahole from dwarf_next_unit() to dwarf_get_units()

2023-12-05 Thread Dimitri John Ledkov
Currently pahole warns and does nothing upon hitting DW_TAG_skeleton_unit as implemented at https://git.kernel.org/pub/scm/devel/pahole/pahole.git/commit/?id=0135ccd632796ab3aff65b7c99b374c4682c2bcf In elfutils, a while back a new API got added that aids with discovery and processing of such tags

Re: Porting pahole from dwarf_next_unit() to dwarf_get_units()

2023-12-05 Thread Dimitri John Ledkov
I On Tue, 5 Dec 2023, 15:47 Arnaldo Carvalho de Melo, wrote: > > Em Tue, Dec 05, 2023 at 01:03:01PM +, Dimitri John Ledkov escreveu: > > Currently pahole warns and does nothing upon hitting > > DW_TAG_skeleton_unit as implemented at > > https://git.kernel.org/pub/scm