Re: avoiding private headers -

2020-10-21 Thread Mark Wielaard
Hi Brian, On Tue, 2020-10-20 at 20:41 -0400, Brian Dodge via Elfutils-devel wrote: > I am attempting to use elfutils / libdw to create a library for > tagging > function's local/automatic variable storage. I hope to use dwarf info to > get the stack frame offsets, etc. for function's local vars.

avoiding private headers -

2020-10-20 Thread Brian Dodge via Elfutils-devel
Hello, I am attempting to use elfutils / libdw to create a library for tagging function's local/automatic variable storage. I hope to use dwarf info to get the stack frame offsets, etc. for function's local vars. I started with readelf.c as an example for iterating through CU/DIE.  Since my