summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare 0.157 release.Mark Wielaard2013-09-2710-407/+445
* Update elf.h from glibcPetr Machata2013-09-262-111/+261
* libdw: Simplify __libdw_visit_scopes' tag checksJosh Stone2013-09-252-34/+21
* eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.Mark Wielaard2013-09-252-2/+6
* libdw: Make dwarf_getfuncs find all (defining) DW_TAG_subprogram DIEs.Mark Wielaard2013-09-249-31/+162
* Make sure --enable-dwz code is also tested during make distcheck.Mark Wielaard2013-09-202-1/+5
* libdwfl: Fix memory leak in cu.c on bad DWARF.Mark Wielaard2013-09-122-1/+8
* Fix memory leak and set libdw errno when intern_fde cannot parse start/end.Mark Wielaard2013-09-122-1/+10
* libdwfl: proc_maps_report should not fclose the given file.Mark Wielaard2013-09-122-1/+5
* Fix typo in dwfl_module_getdwarf.c (find_symtab).Mark Wielaard2013-09-122-1/+6
* tests: Add new varlocs test for dwarf_getlocation* functions.Mark Wielaard2013-09-0614-3/+1064
* libdw: Add new functions dwarf_getlocation_attr and dwarf_getlocation_die.Mark Wielaard2013-09-068-18/+250
* libdw: Add new function dwarf_getlocations.Mark Wielaard2013-09-064-68/+241
* backends: Hook abi_cfi for arm.Mark Wielaard2013-09-038-3/+180
* tests: Add s390 and s390x addrcfi testcases.Mark Wielaard2013-09-036-1/+172
* tests: Add ppc32 and ppc64 addrcfi testcases.Mark Wielaard2013-09-036-3/+2096
* backends: Hook abi_cfi for ppc and s390.Jan Kratochvil2013-09-027-7/+164
* tests: Add run-addrcfi.sh test for libdw cfi dwarf_frame_* functions.Mark Wielaard2013-09-024-6/+298
* backends: Always set *prefix to "" when not used in register_info hook.Mark Wielaard2013-09-024-3/+9
* gelf.h: Fix typo in comment.Namhyung Kim2013-08-282-1/+5
* gelf_getauxv: Add missing whitespace.Mark Wielaard2013-08-282-2/+6
* gelf_getauxv: Remove unnecessary casts to char *.Mark Wielaard2013-08-272-1/+5
* gelf_getauxv: Use memcpy, not pointer deref, to avoid alignment problems.Kurt Roeckx2013-08-262-1/+7
* libdwfl/linux-kernel-modules.c (report_kernel): Pass add_p_vaddr as true.Mark Wielaard2013-08-262-1/+12
* CONTRIBUTING: Fix typo.Mark Wielaard2013-08-211-1/+1
* addr2line: Support -i, --inlines output option.Mark Wielaard2013-08-136-22/+286
* addr2line: Remove newline from strings returned by getline.Mark Wielaard2013-08-125-3/+92
* Prepare 0.156 release.elfutils-0.156Jan Kratochvil2013-07-2510-3128/+3773
* Fix run-unstrip-n.sh regression on CentOS-5 ppc.Jan Kratochvil2013-07-252-21/+36
* __libdwfl_elf_address_range: Add missing internal_function keyword.Jan Kratochvil2013-07-232-1/+5
* Fix false match of non-build-id disk library to build-id memory library.Jan Kratochvil2013-07-238-41/+203
* NEWS: Remove bugfix only entries from Version 0.156.Jan Kratochvil2013-07-192-41/+9
* __libdwfl_find_elf_build_id: Add missing internal_function keyword.Jan Kratochvil2013-07-192-1/+6
* NEWS: Add entries for Version 0.156.Jan Kratochvil2013-07-192-0/+69
* readelf: print actual DIE offsets of DW_OP_GNU_<type> ops.Mark Wielaard2013-07-131-2/+17
* readelf: print actual DW_OP_GNU_parameter_ref DIE offset.Mark Wielaard2013-07-132-32/+66
* libdw. Don't blow up stack in dwarf_getsrclines with lots of lines.Mark Wielaard2013-07-102-8/+33
* Don't assert on mod->e_type in __libdwfl_relocate_value.Mark Wielaard2013-07-082-2/+4
* getcfi_scn_eh_frame: Don't crash and burn when .eh_frame bits aren't there.Mark Wielaard2013-07-082-2/+11
* libdw_visit_scopes: Don't recurse into imported unit children.Mark Wielaard2013-07-082-44/+63
* tests EXTRA_DIST typo, forgot extension in testfilenolines.bz2.Mark Wielaard2013-07-022-1/+6
* libdwfl: link_map.c (report_r_debug) always release memory_callback buffer.Mark Wielaard2013-06-052-5/+15
* Use DT_DEBUG library search first.Jan Kratochvil2013-05-3014-105/+397
* readelf: Format first DW_OP_GNU_implicit_pointer argument as DIE offset.Mark Wielaard2013-05-062-1/+6
* libdw: dwarf_getsrclines don't set end_sequence when there are no lines.Mark Wielaard2013-05-056-4/+44
* Add parameter add_p_vaddr to dwfl_report_elf.Jan Kratochvil2013-05-0513-17/+91
* New macro COMPAT_VERSION_NEWPROTO.Jan Kratochvil2013-04-302-0/+10
* tests: Don't use pushd or popd, just use cd to change working directory.Mark Wielaard2013-04-292-2/+7
* tests: Tests that override EXIT (0) trap need to cleanup themselves.Mark Wielaard2013-04-293-4/+24
* tests: All update tests should use unique temporary file names and cleanup.Mark Wielaard2013-04-285-4/+20