summaryrefslogtreecommitdiffstats
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.169'QtCreator4.5.1QtCreator4.5.0-rc1QtCreator4.5.0QtCreator4.4.1QtCreator4.4.0-rc1QtCreator4.4.0-beta1QtCreator4.4.04.54.4Ulf Hermann2017-05-083-21/+27
|\
| * Make elf section sorting more deterministicUlf Hermann2017-05-032-1/+13
| * Don't look for kernel version if not running on linuxUlf Hermann2017-05-022-0/+13
| * Avoid double-including config.hUlf Hermann2017-05-0257-3/+278
| * Make __attribute__ conditional in all installed headersUlf Hermann2017-05-022-1/+5
| * Avoid signed/unsigned comparisonUlf Hermann2017-04-272-1/+5
| * Protect against integer overflow on shnumUlf Hermann2017-04-272-8/+15
| * Clean up linux-specific system includesUlf Hermann2017-04-264-4/+10
| * Include sys/types.h before fts.hUlf Hermann2017-04-252-1/+9
* | Adapt debug info fstat check for windowsUlf Hermann2017-05-082-0/+14
* | Use OS-specific pathsUlf Hermann2017-05-086-55/+75
* | Open files in O_BINARYUlf Hermann2017-05-0812-28/+43
* | Check for existence of GNU-style strerror_rUlf Hermann2017-05-052-0/+9
* | Drop handrolled or #ifdef'ed libc replacementsUlf Hermann2017-04-282-1/+4
* | Make elf section sorting more deterministicUlf Hermann2017-04-262-6/+16
* | Avoid signed/unsigned comparisonUlf Hermann2017-04-262-1/+5
* | Avoid double-including config.hUlf Hermann2017-04-2657-3/+278
* | Don't look for kernel version if not running on linuxUlf Hermann2017-04-262-0/+9
* | Protect against integer overflow on shnumUlf Hermann2017-04-262-8/+15
* | Make __attribute__ conditional in all installed headersUlf Hermann2017-04-212-1/+5
* | Clean up linux-specific system includesUlf Hermann2017-04-214-4/+10
* | Include sys/types.h before fts.hUlf Hermann2017-04-212-1/+9
|/
* Use the empty string for note names with zero size (without any data).Mark Wielaard2017-04-032-3/+12
* Check for existence of mempcpyUlf Hermann2017-02-172-0/+5
* Always use the same method to query the system page sizeUlf Hermann2017-02-153-2/+7
* Fix TEMP_FAILURE_RETRY definition when not defined.Luiz Angelo Daros de Luca2016-12-304-1/+8
* 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