summaryrefslogtreecommitdiffstats
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Simplify code and build now that zlib support is no longer optional.Mark Wielaard2016-01-084-20/+13
* libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.Mark Wielaard2016-01-063-31/+194
* Move nested functions in linux-proc-maps.c to file scope.Chih-Hung Hsieh2016-01-032-14/+22
* Move nested functions in core-file.c to file scope.Chih-Hung Hsieh2016-01-032-42/+59
* Move nested functions check64 and check32 in link_map.c to file scope.Chih-Hung Hsieh2016-01-032-47/+58
* libdwfl: make the unwinder aware of the backend defined ra_offset.Jose E. Marchesi2016-01-033-2/+16
* libdwfl: Fix memory leak in link_map.c dwfl_link_map_report.Mark Wielaard2016-01-022-2/+12
* libdwfl: Don't leak core Elf and core file descriptor from argp-std.Mark Wielaard2016-01-027-17/+82
* Move nested functions in dwfl_module_getdwarf.c to file scope.Chih-Hung Hsieh2016-01-022-148/+165
* Move nested functions in dwfl_module_addrsym.c to file scope.Chih-Hung Hsieh2016-01-022-148/+193
* libdw: Make sure Ebl is always freed from cfi frame cache.Mark Wielaard2015-11-272-4/+25
* Move nested functions in gzip.c to file scope.Chih-Hung Hsieh2015-11-132-120/+153
* Move nested functions in dwfl_module_getsrc_file.c.Chih-Hung Hsieh2015-11-032-15/+28
* Move nested functions in frame_unwind.c.Chih-Hung Hsieh2015-11-032-73/+95
* Move nested functions in dwfl_module.cChih-Hung Hsieh2015-11-032-16/+22
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-0916-42/+75
* Use seek+read instead of pread to read from /dev/$$/mem files.Jose E. Marchesi2015-10-092-4/+16
* Allocate exact amount of bytes for phdrs and shdrs.Mark Wielaard2015-10-084-42/+48
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-075-135/+140
* Move 4 libdwfl nested functions.Chih-Hung Hsieh2015-10-053-138/+182
* Remove old-style function definitions.Mark Wielaard2015-09-238-22/+23
* Remove redundant NULL tests.Chih-Hung Hsieh2015-09-143-2/+11
* libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules.Mark Wielaard2015-09-143-6/+48
* libdwfl: Replace abs with llabs for int64_t values.Chih-Hung Hsieh2015-09-092-1/+5
* Fix finding split debug info files not located by the build-id mechanismDodji Seketeli2015-08-143-7/+29
* libdwfl: Don't leak fname if file is main file by another name in try_open.Mark Wielaard2015-06-192-1/+6
* libdwfl: Check symbol section exists and has a sane entsize in find_symtab.Mark Wielaard2015-06-192-1/+7
* libdwfl: Fix memory leak in find_debuginfo_in_path.Mark Wielaard2015-06-092-10/+13
* libdwfl: Fix memory leak in cache_sections.Mark Wielaard2015-06-092-0/+5
* libdwfl: Report core module segment even when NT_FILE build-id doesn't match.Mark Wielaard2015-06-082-2/+13
* libdwfl: Fix memory leak in __libdwfl_open_by_build_id.Mark Wielaard2015-06-052-1/+7
* libdwfl: Don't assume auxv or r_debug data is properly aligned in link_map.Mark Wielaard2015-06-052-10/+22
* libdwfl: Check file_name is not NULL before calling canonicalize_file_name.Mark Wielaard2015-06-052-1/+6
* libdwfl: Check mod is not NULL in check_module.Mark Wielaard2015-05-272-0/+7
* libdwfl: Don't allocate phdrs and dyn on stack in link_map.Mark Wielaard2015-05-272-10/+29
* libdwfl: Don't allocate phdrs and dyn on stack in dwfl_segment_report_module.Mark Wielaard2015-05-272-26/+47
* libdwfl: find_debuginfo_in_patch don't alloca/strdupa strings of unknown size.Mark Wielaard2015-05-272-7/+37
* libdwfl: Reject very short or really large build-ids.Mark Wielaard2015-05-272-4/+25
* libdwfl: Don't allocate all phdrs on the stack in elf_from_remote_memory.Mark Wielaard2015-05-272-19/+45
* libdwfl: Don't stack allocate alternate_name in dwfl_linux_kernel_find_elf.Mark Wielaard2015-05-272-1/+13
* libdwfl: Minimize stack usage in dwfl_linux_kernel_report_offline.Mark Wielaard2015-05-272-8/+22
* libdwfl: Fix unbounded stack usage in find_prelink_address_sync.Mark Wielaard2015-05-272-19/+47
* libdwfl: Fix possible unbounded stack usage in cache_sections.Mark Wielaard2015-05-272-9/+33
* 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