]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdw/
authorRoland McGrath <roland@redhat.com>
Mon, 15 Aug 2005 09:53:04 +0000 (09:53 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 15 Aug 2005 09:53:04 +0000 (09:53 +0000)
commit1ecb606f5af22838bf42b50dcc581d2b0f9191fe
treea3623aac5d687fd4e072774b384a5ced0c50e86d
parent18e13427fa32a5464f1678be31512c0e0fec59c7
libdw/
2005-08-15  Roland McGrath  <roland@redhat.com>

* dwarf_func_inline.c: New file.
* Makefile.am (libdw_a_SOURCES): Add it.
* libdw.h: Declare dwarf_func_inline, dwarf_func_inline_instances.
* libdw.map: Add them.

* dwarf_func_die.c: New file.
* Makefile.am (libdw_a_SOURCES): Add it.
* libdw.h: Declare dwarf_func_die.
* libdw.map: Add it.  Bump version to ELFUTILS_0.114.

tests/
2005-08-15  Roland McGrath  <roland@redhat.com>

* dwflmodtest.c (print_instance, print_inline): New functions.
(print_func): Call print_inline.
(options, parse_opt): Grok -i/--inlines.
libdw/ChangeLog
libdw/Makefile.am
libdw/libdw.h
libdw/libdw.map
libdw/libdwP.h
tests/ChangeLog
tests/dwflmodtest.c