summaryrefslogtreecommitdiffstats
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Only intern CU when not EOF marker and cuoff points to a DIE.Mark Wielaard2015-05-122-40/+49
* libdwfl: Bounds check Dwarf_Fileinfo file number in dwfl_lineinfo.Mark Wielaard2015-05-122-1/+11
* libdwfl: Make dwfl_error.c C99-kosher.Roland McGrath2015-05-062-4/+24
* Allow disabling symbol versioning at configure timeMax Filippov2015-04-234-3/+12
* libdwfl: Correct off-by-one check in segment.c insert.Mark Wielaard2015-04-142-3/+8
* libdwfl: Special case core_file_read_eagerly for small ELF images.Mark Wielaard2015-04-032-7/+23
* libdwfl: Clear symtab result on error before using find_dynsym fallback.Mark Wielaard2015-02-062-0/+8
* libdwfl: dwfl_module_getsrc should never match end_sequence line.Mark Wielaard2015-01-162-4/+9
* libdwfl: Handle seeing CU EOF marker without any other (real) CU.Mark Wielaard2015-01-152-3/+11
* 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