This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
dwarf_get_cie_* and dwarf_get_fde_* in elfutils
- From: Yao Qi <qiyaoltc at cn dot ibm dot com>
- To: frysk <frysk at sourceware dot org>
- Date: Wed, 23 Aug 2006 22:42:48 +0800
- Subject: dwarf_get_cie_* and dwarf_get_fde_* in elfutils
When do some experiments to do libunwind java binding, I find that the
information about cie and fde is needed for libunwind java bindings to
set the arguments about cie and fde to libunwind internal function.
Current elfutils could not get the information about cie and fde, but
the NEWS said that functions for cie/fde was implemented, like this,
Version 0.9:
Implement dwarf_get_fde_list_eh(), dwarf_get_cie_of_fde(),
dwarf_get_fde_range(), dwarf_get_cie_info(),
dwarf_get_fde_instr_bytes(),
and tests for them.
I do not know why and when these functions were removed from source
tree. I could not find any elfutils source code with these functions
above via google.
On the other hand, information about cie and fde is important to frysk
beside its libunwind java bindings.
Could any one here tell me where could I find source code of
elfutils-0.9?
Is it feasible to import dwarf_get_cie*.c and dwarf_get_fde_*.c to
elfutils in frysk-imports or put them back?
Any comments? Thanks!
--
Yao Qi