summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Detect infinite backtraces.jankratochvil/cfaloopJan Kratochvil2014-01-033-18/+38
* libdwfl: linux-pid-attach.c: Report actual PID (Tgid) to dwfl_attach_state.Mark Wielaard2013-12-252-0/+29
* libdwfl: Make sure to set the CFI return register only once (for ppc64).Mark Wielaard2013-12-252-2/+30
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-236-0/+151
* libdwfl: Correct nested asprintf result check in report_kernel_archive.Mark Wielaard2013-12-212-4/+10
* libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-207-113/+327
* Use executable_for_core in dwfl_build_id_find_elf.Jan Kratochvil2013-12-183-27/+25
* unwinder: s390 and s390xJan Kratochvil2013-12-184-14/+106
* Fix forgotten call of ebl_dwarf_to_regno.Jan Kratochvil2013-12-172-1/+5
* libdwfl: linux-pid-attach.c (pid_next_thread): Use rewinddir on first call.Mark Wielaard2013-12-172-0/+8
* libdwfl: Add dwfl_module_getsymtab_first_global.Mark Wielaard2013-12-165-3/+44
* libdwfl: Fix various frame related memory leaks.Mark Wielaard2013-12-163-0/+14
* unwinder: ppc and ppc64Jan Kratochvil2013-12-154-0/+48
* Introduce process_attach_error.Jan Kratochvil2013-11-305-21/+47
* libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf.Mark Wielaard2013-11-277-49/+108
* Fix non-build-id core files on build-id systemJan Kratochvil2013-11-212-3/+11
* Verify file vs. core build-id, when both availableJan Kratochvil2013-11-212-5/+31
* link_map: Use proper bias, not l_addrJan Kratochvil2013-11-214-9/+27
* Compatibility with older kernels such as RHEL-6.Jan Kratochvil2013-11-192-4/+20
* libdwfl: Fix and test aux_sym address_sync with relocated ELFJosh Stone2013-11-182-14/+36
* Code cleanup: Remove const in prototypeJan Kratochvil2013-11-144-6/+12
* 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