Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Rosen Penev
On Mon, Feb 28, 2022 at 8:17 AM Stijn Tintel wrote: > > On 28/02/2022 16:16, Ansuel Smith wrote: > >> On 27/02/2022 17:20, Ansuel Smith wrote: > >>> > > From: Tony Ambardar > > dwarves is a set of tools that use the debugging information inserted in > ELF binaries by compiler

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Stijn Tintel
On 28/02/2022 16:16, Ansuel Smith wrote: >> On 27/02/2022 17:20, Ansuel Smith wrote: >>> > From: Tony Ambardar dwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC. Utilities in the dwarves suite include pahole, wh

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Ansuel Smith
> > On 27/02/2022 17:20, Ansuel Smith wrote: > > > > >> From: Tony Ambardar > >> > >> dwarves is a set of tools that use the debugging information inserted in > >> ELF binaries by compilers such as GCC. Utilities in the dwarves suite > >> include pahole, which can be used to find alignment holes

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Stijn Tintel
On 27/02/2022 17:20, Ansuel Smith wrote: > > >> From: Tony Ambardar >> >> dwarves is a set of tools that use the debugging information inserted in >> ELF binaries by compilers such as GCC. Utilities in the dwarves suite >> include pahole, which can be used to find alignment holes in structs and >

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-27 Thread Ansuel Smith
> > From: Tony Ambardar > > dwarves is a set of tools that use the debugging information inserted in > ELF binaries by compilers such as GCC. Utilities in the dwarves suite > include pahole, which can be used to find alignment holes in structs and > classes, and also extracts other information su