summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Fix dwfl_attach_state machine->elfJan Kratochvil2013-11-145-13/+25
* Provide __libdwfl_module_getsym to get dwfl_file *Jan Kratochvil2013-11-134-18/+35
* Fix dwfl_module_addrsym for minidebuginfoJan Kratochvil2013-11-132-7/+28
* Unwinder for x86*.Jan Kratochvil2013-11-0714-18/+2081
* dwfl_core_file_report: Remove the use of MAX.Jan Kratochvil2013-11-072-1/+5
* dwfl_core_file_report: Fix a regression of dwfl_core_file_report retvalJan Kratochvil2013-11-072-4/+10
* dwfl_core_file_report: Fix core files for re-prelink-ed filesJan Kratochvil2013-11-074-3/+36
* dwfl_core_file_report: Code cleanup: Reindentation.Jan Kratochvil2013-11-072-28/+35
* Fix executable_for_core for non-dwfl_standard_argpJan Kratochvil2013-10-304-9/+44
* libdwfl: Don't report and abort on non-file mappings in maps.Mark Wielaard2013-10-222-2/+7
* libdwfl: Fix memory leak in cu.c on bad DWARF.Mark Wielaard2013-09-122-1/+8
* 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
* libdwfl/linux-kernel-modules.c (report_kernel): Pass add_p_vaddr as true.Mark Wielaard2013-08-262-1/+12
* 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-236-40/+192
* __libdwfl_find_elf_build_id: Add missing internal_function keyword.Jan Kratochvil2013-07-192-1/+6
* Don't assert on mod->e_type in __libdwfl_relocate_value.Mark Wielaard2013-07-082-2/+4
* 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-307-95/+355
* Add parameter add_p_vaddr to dwfl_report_elf.Jan Kratochvil2013-05-057-16/+68
* libdwfl/link_map.c: #include system.h.Mark Wielaard2013-04-272-0/+5
* Unify {BE,LE}{32,64} in lib/system.h.Jan Kratochvil2013-04-262-12/+5
* Updates for Automake 1.13.Mark Wielaard2013-04-262-1/+5
* Fix dwfl_report_elf BASE alignmentJan Kratochvil2013-03-202-2/+4
* libdw and libdwfl srcfiles and srclines fixes for partial_units.Mark Wielaard2013-03-122-2/+6
* libdwfl: Try opening files all installed compression libraries.Mark Wielaard2013-02-222-3/+8
* libdwfl: Use actual file names in parse_opt failure cases.Mark Wielaard2013-02-102-3/+13
* libdwfl/Jan Kratochvil2013-01-302-44/+104
* libdwfl: Support auxiliary symbol table only for getsym and addrsym.Mark Wielaard2013-01-234-16/+46
* libdwfl: Add minisymtab support.Mark Wielaard2013-01-228-38/+314
* dwfl_link_map_report: Handle unaligned auxv data.Roland McGrath2013-01-072-28/+45
* Fix two failure condition checks in libdwfl/linux-kernel-modules.c.Mark Wielaard2012-12-112-3/+9
* libdwfl/Jan Kratochvil2012-11-294-106/+206
* libdwfl/Jan Kratochvil2012-11-202-2/+7
* libdwfl/Jan Kratochvil2012-10-172-35/+44
* libdwfl/Jan Kratochvil2012-10-172-1/+6
* libdwfl/Jan Kratochvil2012-10-102-0/+6
* libdwfl/Jan Kratochvil2012-10-102-7/+31
* cu.c (cudie_offset): Don't use type_sig8, it might not be initialized.Mark Wielaard2012-10-012-1/+10
* derelocate.c (find_section): Check next section exists before accessing it.Mark Wielaard2012-10-012-1/+6
* Implement support for archives with 64-bit symbol tablePetr Machata2012-08-072-2/+7
* Update name, license and contributor policy.Mark Wielaard2012-06-0562-2456/+1178
* Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
* RHBZ#805447: Fix core file grokking for case of truncated .dynstrRoland McGrath2012-03-282-2/+13
* Fix elf_from_remote_memory for ELFCLASS64 case.Roland McGrath2011-12-022-4/+10
* Use index of first global symbol to speed up dwfl_module_addrsym search.Mark Wielaard2011-11-014-54/+85
* dwfl_module_addrsym update sizeless_sym only if closer to desired addr.Mark Wielaard2011-10-312-1/+8
* derelocate.c (cache_sections): Intern mod->reloc_info check.Mark Wielaard2011-10-202-5/+12