summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build installable libraries with -fpic, -fvisibility=hiddenpmachata/RH-DTSPetr Machata2013-10-176-1/+6
* Don't rely on dlopen for EBL backendsPetr Machata2013-10-1711-658/+141
* Update Ukrainian translationYuri Chornoivan2013-10-101-48/+54
* backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression.Mark Wielaard2013-10-078-3/+32
* libdw: Make sure that every debug_types sig8 is hashedJosh Stone2013-10-037-2/+111
* Update elf.h from glibcPetr Machata2013-10-012-2/+154
* 0.157 release updates for NEWS, elfutils.spec.in and .po files.elfutils-0.157Mark Wielaard2013-09-3010-1977/+2009
* Show contents NT_FILE core note in readelfPetr Machata2013-09-304-4/+84
* Show contents NT_SIGINFO core note in readelfPetr Machata2013-09-306-2/+174
* libdw: Fix compiler warnings on 32-bit.Mark Wielaard2013-09-303-6/+17
* Recognize names of some new core note types in ebl_core_note_type_namePetr Machata2013-09-272-1/+11
* 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