summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* dbgserver-client: add cache cleaning.fche/dbgserverAaron Merey2019-06-262-19/+21
* libdwfl/dbgserver-client.c: change name of $DEBUGINFO_SERVER to $DBGSERVER_URLS.Aaron Merey2019-06-241-1/+1
* dbgserver: run it with -F $PWDFrank Ch. Eigler2019-06-211-1/+1
* dbgserver: add caching to client.Aaron Merey2019-06-201-1/+19
* dbgserver: within tests use conventional elfutils api instead of custom entry...Aaron Merey2019-06-194-46/+22
* dbgserver-client.c: replace dbgserver_find_elf() and dbgserver_find_debuginfo()Aaron Merey2019-06-124-83/+9
* dbgserver: add test data files to DISTFrank Ch. Eigler2019-06-121-1/+2
* dbgserver-client: Add support for fetching executables.Aaron Merey2019-06-114-11/+88
* tests/run-dbgserver-fetch.sh: simplify script using new dbgserver optsAaron Merey2019-06-101-23/+3
* Change header name in tests/dbgserver-fetch.cAaron Merey2019-06-061-1/+1
* Remove unnecessary database DDL from tests/run-dbgserver.shAaron Merey2019-06-051-18/+13
* Integrate dbgserver client with serverAaron Merey2019-06-042-23/+32
* tests/run-dbgserver-fetch.sh now automatically sets up test filesAaron Merey2019-05-312-5/+48
* Add debuginfo-server testcaseAaron Merey2019-05-304-2/+91
* libelf: Mark shdr_flags dirty if offset or size changes during update.Mark Wielaard2019-05-166-9/+323
* readelf: Decode DW_AT_discr_list block attributes.Mark Wielaard2019-05-145-2/+351
* libelf: If xlate can only convert the ELF note header, just do that.Mark Wielaard2019-05-044-3/+264
* tests: Don't printf a known NULL symname in backtrace-dwarf.c.Mark Wielaard2019-04-302-1/+6
* tests: Don't printf a known NULL symname.Mark Wielaard2019-04-302-1/+5
* tests: Remove tgkill define from backtrace.cMark Wielaard2019-03-042-1/+4
* configure: Add new --enable-install-elfh option.Mark Wielaard2019-01-312-1/+10
* tests: Remove assert (errno == 0) from tests.Mark Wielaard2019-01-314-17/+10
* tests: parse inode in /proc/pid/maps/correctly in run-backtrace-data.shYonghong Song2019-01-312-1/+6
* tests: Use separate files for strip outputsUlf Hermann2019-01-243-28/+51
* strip: Fix check test for SHN_XINDEX symbol.Mark Wielaard2019-01-242-9/+34
* Skip run-readelf-compressed.sh test if built without bzip2Ulf Hermann2019-01-132-0/+9
* RISC-V: Improve riscv64 core file support.Jim Wilson2019-01-082-17/+21
* libebl: Fix reading GNU_PROPERTY_STACK_SIZE reading from 32bit notes.Mark Wielaard2018-12-037-0/+114
* tests: Improve backtrace-data SKIP message.Mark Wielaard2018-11-283-2/+11
* tests: Call test_cleanup in backtrace-subr.sh check_unsupported.Mark Wielaard2018-11-212-0/+6
* libelf: Get alignment correct when calling conversion functions.Mark Wielaard2018-11-214-2/+69
* strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-132-0/+11
* Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-132-0/+59
* Recognize NT_VERSION notes.Mark Wielaard2018-11-132-1/+23
* libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLEMark Wielaard2018-11-092-0/+5
* libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-093-0/+42
* libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-097-1/+124
* strip: Add --reloc-debug-sections-only option.Mark Wielaard2018-11-062-0/+15
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-295-0/+67
* readelf: Handle multiple .debug_macro sections and decode header flag.Mark Wielaard2018-10-195-3/+448
* strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-174-0/+40
* tests: backtrace-dwarf.c improve error handling in test framework.Mark Wielaard2018-09-212-14/+31
* strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-143-2/+74
* libdw: dwarf_begin_elf should use elf_getshdrstrndx to get section names.Mark Wielaard2018-09-143-2/+41
* libelf: Fix shnum and section zero handling.Mark Wielaard2018-09-133-2/+107
* libelf: Fix some issues with ELF_C_RDWR_MMAP.Mark Wielaard2018-09-135-3/+678
* tests: Add section attribute to defeat -freorder-blocks-and-partition.Mark Wielaard2018-09-112-0/+5
* unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-274-0/+62
* unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-274-1/+78
* tests: Add core and strip tests for RISC-VAndreas Schwab2018-07-198-1/+162