On Tue, 2017-07-18 at 21:47 +0000, Sasha Da Rocha Pinheiro wrote:
> Hi, how do I get FDE augmentation data?

If using Dwarf_CFI_Entry then see
https://sourceware.org/ml/elfutils-devel/2017-q3/msg00017.html
on how to access the CIE augmentation data. You then have to hand decode
that to know how the decode the FDE. There is some code that does that
in libdw/fde.c (which constructs the CFI cache which provides the
Dwarf_Frames).

Cheers,

Mark

Reply via email to