summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Only workaround fts.h if we have a bad version that doesn't handle LFS.Mark Wielaard2016-11-232-8/+19
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-101-1/+1
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-126-18/+13
* libdwfl: Fix assert and set in.d_size in dwfl_link_map_report.Mark Wielaard2016-08-152-2/+9
* libdwfl: Fix memory leak in dwfl_module_getsrc_file on invalid DWARF.Mark Wielaard2016-04-142-0/+7
* libdwfl: Fix memory leak in proc_maps_report on bad file mapping.Mark Wielaard2016-04-142-1/+9
* libdwfl: clean up non-Linux GNU platforms codeSteven Chamberlain2016-03-022-63/+7
* libdwfl: Check for kernel debuginfo file without .debug extension as wellRavi Bangoria2016-02-223-9/+36
* libdwfl: Don't leak memory in proc_maps_report when ENOEXEC.Mark Wielaard2016-02-222-1/+6
* libdwfl: Don't crash on out of memory when frame unwinding.Mark Wielaard2016-02-222-5/+24
* libdwfl: Check result of gelf_get* calls in relocate.cMark Wielaard2016-02-182-6/+26
* libdwfl: Check result of gelf_update_* calls in relocate_section.Mark Wielaard2016-02-182-6/+16
* 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