summaryrefslogtreecommitdiffstats
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Handle LZMA .ko.xz compressed kernel modules.Mark Wielaard2014-08-152-0/+7
* Fix report_r_debug for prelinked librariesJan Kratochvil2014-07-282-3/+16
* Make the attach code build again on non-Linux hosts.Kurt Roeckx2014-06-252-0/+21
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-223-3/+12
* libdwfl: linux-core-attach.c handle possible unaligned data access.Mark Wielaard2014-06-172-11/+20
* libdwfl: Record dwfl_attach_state error and return it on failure.Mark Wielaard2014-06-115-34/+98
* libdwfl: dwfl_standard_argp should not fail when not able to attach Dwfl.Mark Wielaard2014-06-112-8/+10
* libdwfl: Don't leak fd on error in linux-proc-maps.c (grovel_auxv).Mark Wielaard2014-05-152-1/+9
* Remove --enable-dwz. dwz alt debug is no longer experimental.Mark Wielaard2014-05-032-6/+5
* libdwfl: Move dwz alt multi file searching to find_debuginfo callback.Mark Wielaard2014-05-028-147/+314
* libdwelf: Add dwelf_elf_gnu_build_id.Mark Wielaard2014-05-014-120/+24
* Move .gnu_debugaltlink handling from libdw to libdwflFlorian Weimer2014-05-012-0/+129
* libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.Mark Wielaard2014-04-244-62/+12
* libdwfl: __libdwfl_frame_reg_[gs]et use uint64_t when checking bits.Mark Wielaard2014-04-242-2/+8
* Unwinding is only supported on LinuxKurt Roeckx2014-04-232-0/+89
* Remove mudflap build option.Mark Wielaard2014-04-183-22/+6
* libdwfl: elf_from_remote_memory only trust shdrs of last file-only segment.Mark Wielaard2014-03-172-5/+19
* libdwfl: dwfl_module_getdwarf.c (open_elf) only (re)set mod->e_type once.Josh Stone2014-03-112-6/+24
* libdwfl: dwfl_linux_proc_find_elf use elf_from_remote_memory for (deleted).Mark Wielaard2014-03-105-48/+143
* libdwfl: elf_from_remote_memory should use pagesize, not p_align.Mark Wielaard2014-03-103-19/+50
* libdwfl: linux-proc-maps.c (proc_maps_report): Don't assert on bad input.Mark Wielaard2014-03-032-1/+6
* libdwfl: elf-from-memory.c (elf_from_remote_memory): Check against p64 p_type.Mark Wielaard2014-02-262-1/+6
* robustify: Use gelf_fsize instead of relying on shdr->sh_entsize.Petr Machata2014-01-232-3/+11
* libdwfl: Only skip reset of return register for non-CIE-return regno (ppc64).elfutils-0.158Mark Wielaard2014-01-052-2/+8
* libdwfl: linux-pid-attach.c (dwfl_linux_proc_attach): Use and check strtolMark Wielaard2014-01-022-2/+13
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-3110-85/+110
* libdwfl: dwfl_linux_proc_find_elf should only return regular files.Mark Wielaard2013-12-312-0/+14
* libdwfl: Fix memory leak in linux-core-attach. Allow reiterating threads.Mark Wielaard2013-12-312-8/+25
* libdwfl: Fix build_id memory leak in dwfl_segment_report_module.Mark Wielaard2013-12-312-2/+13
* 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