This is updated according to comments that I got (namely, NT_ARM_VFP uses core note items to dump fpscr).
Two test cases were introduced for dumping core notes. Both are partial core dumps with only headers and NOTE segment included, so that potentially GPL'd stuff is not included. Thanks, PM Petr Machata (5): Test elfutils output of VMCOREINFO note. Allow including core items in register sets. Add back end code for interpreting NT_ARM_VFP core note. In mixed core notes, don't let handle_core_item repeat. Test elfutils output of a mixed core note. backends/ChangeLog | 9 +++ backends/arm_corenote.c | 20 ++++++- backends/linux-core-note.c | 11 ++++ src/readelf.c | 6 ++- tests/ChangeLog | 14 ++++ tests/Makefile.am | 7 ++- tests/run-readelf-mixed-corenote.sh | 87 ++++++++++++++++++++++++++ tests/run-readelf-vmcoreinfo.sh | 114 +++++++++++++++++++++++++++++++++++ tests/testfile62.bz2 | Bin 0 -> 3506 bytes tests/testfile63.bz2 | Bin 0 -> 457 bytes 10 files changed, 264 insertions(+), 4 deletions(-) create mode 100755 tests/run-readelf-mixed-corenote.sh create mode 100755 tests/run-readelf-vmcoreinfo.sh create mode 100644 tests/testfile62.bz2 create mode 100644 tests/testfile63.bz2 -- 1.7.6.5 _______________________________________________ elfutils-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel
