summaryrefslogtreecommitdiffstats
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Stop build of unused libraries.Chih-Hung Hsieh2016-04-191-167/+0
* Revert "Disable clang for arm64 where local __thread is used."Stephen Hines2016-02-241-3/+0
* Merge upstream 0.165 SHA '203f0a3'Chih-Hung Hsieh2016-01-256-51/+207
|\
| * 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
* | Merge upstream SHA '9d1e236'Chih-Hung Hsieh2016-01-0413-424/+632
|\|
| * 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
* | Disable clang for arm64 where local __thread is used.Chih-Hung Hsieh2015-11-201-0/+3
* | Merge upstream SHA 'b47fb23'Chih-Hung Hsieh2015-11-163-135/+181
|\|
| * 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
* | Merge upstream SHA 'ae09ca9'Chih-Hung Hsieh2015-11-033-89/+117
|\|
| * 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
* | Merge upstream 'a1e17a2', version 0.164.Chih-Hung Hsieh2015-10-1916-44/+89
|\|
| * 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
* | Merge upstream commit '86ed7f7'.Chih-Hung Hsieh2015-10-085-139/+150
|\|
| * 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
* | Merge latest upstream commit 2284375.Chih-Hung Hsieh2015-10-063-138/+182
|\|
| * Move 4 libdwfl nested functions.Chih-Hung Hsieh2015-10-053-138/+182
* | Update comment.Chih-Hung Hsieh2015-09-301-2/+2
* | Merge in latest aosp/upstream-master d8698e55.Chih-Hung Hsieh2015-09-2927-219/+642
|\|
| * 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