summaryrefslogtreecommitdiffstats
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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