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

2024-01-14 Thread Mark Wielaard
Hi Dimitri, Sorry, this arrived before my vacation and then the new year happened. On Tue, Dec 05, 2023 at 01:03:01PM +, Dimitri John Ledkov wrote: > Currently pahole warns and does nothing upon hitting > DW_TAG_skeleton_unit as implemented at > https://git.kernel.org/pub/scm/devel/pahole/pah

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

2023-12-05 Thread Arnaldo Carvalho de Melo
Em Tue, Dec 05, 2023 at 04:11:06PM +, Dimitri John Ledkov escreveu: > 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_skelet

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/devel/pahole/pahole.git/c

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

2023-12-05 Thread Arnaldo Carvalho de Melo
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/devel/pahole/pahole.git/commit/?id=0135ccd632796ab3aff65b7c99b374c4682c2bcf > > In elfutils, a wh