summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: remove broken coalescing logic in dwfl_report_segmentOmar Sandoval2019-12-184-43/+26
* libdwfl: Find and handle compressed vmlinuz image.Mark Wielaard2019-12-092-0/+28
* debuginfod: add client contextMark Wielaard2019-11-236-53/+160
* debuginfod 1/2: client sideAaron Merey2019-11-224-5/+67
* libdwfl: only use thread->unwound for initial frameOmar Sandoval2019-10-293-31/+25
* libdwfl: don't bother freeing frames outside of dwfl_thread_getframesOmar Sandoval2019-10-292-15/+9
* libdwelf: Make dwelf_elf_begin return NULL only when there is an error.Mark Wielaard2019-08-133-5/+18
* libdwfl: Fix fd leak/closing wrong fd after dwfl_core_file_report()Omar Sandoval2019-08-092-0/+6
* libdwfl: Make sure to left shift a unsigned 64bit value in expr_eval.Mark Wielaard2019-04-282-1/+6
* libdwfl: Don't call realloc with zero in cu.c addraranges.Mark Wielaard2019-04-282-2/+9
* libdwfl: Sanity check partial core file phdrs data read.Mark Wielaard2019-03-272-0/+11
* libdwfl: Initialize notes early in intuit_kernel_bounds.Mark Wielaard2019-02-282-5/+8
* libdwfl: parse inode in /proc/pid/maps correctlyYonghong Song2019-01-292-1/+6
* libdwfl: Sanity check partial core file dyn data read.Mark Wielaard2019-01-222-0/+11
* libebl: Check NT_PLATFORM core notes contain a zero terminated string.Mark Wielaard2019-01-162-4/+10
* libdwfl: Fix relocation overlap sanity check.Mark Wielaard2018-11-232-32/+53
* 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
* 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
* 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
* libdwfl: Move nested functions in parse_opt to file scope.Yunlian Jiang2017-07-272-26/+34
* 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
* 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