summaryrefslogtreecommitdiffstats
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.175'Ulf Hermann2019-01-099-30/+152
|\
| * libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-093-8/+34
| * Recognize and parse GNU Property notes.Mark Wielaard2018-10-295-18/+71
| * Check sh_entsize is not zero.Mark Wielaard2018-10-202-0/+6
| * libdwfl: Sanity check partial core file data reads.Mark Wielaard2018-10-202-2/+18
| * Handle ADD/SUB relocationsAndreas Schwab2018-10-132-2/+23
* | Merge tag 'elfutils-0.174'Ulf Hermann2018-10-113-0/+22
|\|
| * libdwfl: Document core memory and remote memory ELF shdrs reading.Mark Wielaard2018-09-143-0/+18
| * Don't include sys/uio.h if we don't need itUlf Hermann2018-07-172-1/+5
* | Don't include sys/uio.h if we don't need itUlf Hermann2018-07-191-1/+1
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-1315-73/+260
|\|
| * libdwfl: Make __libdwfl_addrsym a static function in dwfl_module_addrsym.cMark Wielaard2018-06-083-12/+11
| * libdwfl: Allow partial relocations also for debug files.Mark Wielaard2018-05-292-1/+6
| * libdw: Cache ELF directory early. Explicitly set it in dwfl.Mark Wielaard2018-05-205-6/+33
| * libdwfl: Handle unwind frame when the return address register isn't set.Mark Wielaard2018-04-132-16/+35
| * libdwfl: Use process_vm_readv when available.Mark Wielaard2018-03-283-2/+107
| * libdwfl: Use realpath (name, NULL) instead of canonicalize_file_name (name).Mark Wielaard2018-03-103-2/+8
| * libdw: Parse new DWARF5 units and CU DIEs.Mark Wielaard2018-02-212-11/+10
| * Include sys/ptrace.h as early as possible.Mark Wielaard2018-02-152-1/+5
| * Use fallthrough attribute.Joshua Watt2018-02-103-2/+8
| * libdwfl: Don't dereference possibly unaligned auxv entry pointer from core.Mark Wielaard2017-11-242-19/+31
| * libdwfl: When the kernel is found, but not the modules warn, don't fail.Mark Wielaard2017-10-202-1/+6
* | Merge tag 'elfutils-0.170'Ulf Hermann2017-08-172-26/+34
|\|
| * libdwfl: Move nested functions in parse_opt to file scope.Yunlian Jiang2017-07-272-26/+34
* | 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