summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Always try find_dynsym last, also on find_symtab ELF errors.Mark Wielaard2014-12-192-1/+8
* libdwfl: Remove p_align sanity check from elf_from_memory.Mark Wielaard2014-12-192-9/+9
* libdwfl: Make sure symstrdata->d_buf != NULL in relocate resolve_symbol.Mark Wielaard2014-12-182-1/+6
* libdwfl: Make sure elf_getdata_rawchunk size_t doesn't overflow find_dynsym.Mark Wielaard2014-12-162-1/+14
* Guard against 64bit unsigned wrap around in (int) compare functions.Mark Wielaard2014-12-162-1/+8
* libdwfl: Search for the last matching address in linesJosh Stone2014-12-132-24/+32
* libdwfl: Check file count overflow in handle_file_note.Mark Wielaard2014-12-122-0/+9
* libdwfl: Check actually used ehsize, shentsize and phentsize in relocate.cMark Wielaard2014-12-112-4/+12
* libdwfl: Never relocate value against section zero (load address).Mark Wielaard2014-12-113-0/+13
* libdwfl: Check relocations don't overlap ELF ehdr, shdrs or phdrs.Mark Wielaard2014-12-042-1/+44
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-262-3/+20
* libdwfl: Sanity check the symbol table before use.Mark Wielaard2014-11-182-6/+24
* libdwfl: dwfl_module_getdwarf.c don't use symtab with bogus sh_entsize.Mark Wielaard2014-11-142-0/+9
* libdwfl: find_dynsym don't assume dynamic linker has adjusted DYNAMIC entries.Mark Wielaard2014-11-132-104/+121
* Support note NT_FILE for locating files.Jan Kratochvil2014-09-264-34/+219
* libdwfl: dwfl_segment_report_module use ei_class, ei_data and e_type.Mark Wielaard2014-09-232-20/+28
* Add is_executable to Dwfl_Module.Jan Kratochvil2014-09-184-4/+17
* Fix resolving ELF symbols for live PIDs with deleted filesJan Kratochvil2014-08-292-5/+12
* 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