]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Fix executable_for_core for non-dwfl_standard_argp
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 30 Oct 2013 09:48:20 +0000 (10:48 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 30 Oct 2013 09:48:20 +0000 (10:48 +0100)
commit3cf491ee10f10855a49e6a35cc9b8365a3197553
treed5b8aa9232861fab2e5075988e87b3a668054d30
parente6a9bb8c63adaeaceafc50301b085121c962b631
Fix executable_for_core for non-dwfl_standard_argp

./
2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>

* NEWS (Version 0.158): New.

libdw/
2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>

* libdw.map (ELFUTILS_0.158): New.

libdwfl/
2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>

* argp-std.c (parse_opt): Use executable parameter of
dwfl_core_file_report.
* core-file.c (dwfl_core_file_report): Add parameter executable.  Set
it to DWFL.  Add NEW_VERSION for it.
(_compat_without_executable_dwfl_core_file_report): New.  Twice.
* libdwfl.h (dwfl_core_file_report): Add parameter executable, update
the function comment.

Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
ChangeLog
NEWS
libdw/ChangeLog
libdw/libdw.map
libdwfl/ChangeLog
libdwfl/argp-std.c
libdwfl/core-file.c
libdwfl/libdwfl.h