summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* readelf: Add optional --symbols[=SECTION] argument to select section name.Mark Wielaard2016-11-172-0/+15
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-103-1/+7
* tests: unstrip: Add test for mismatched .strtab sectionsKevin Cernekee2016-10-246-3/+33
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-122-1/+5
* tests: Fix --enable-gcov tests build. Add libdw to LDADD for asm_tsts.Mark Wielaard2016-08-302-9/+13
* tests: Simplify backtrace-native tests. Drop raise jmp patching for x86_64.Mark Wielaard2016-08-253-22/+51
* tests: Add testfilesparc64attrs.o.bz2 to EXTRA_DIST.Mark Wielaard2016-08-242-0/+5
* sparc: fix the printing of hw capabilities object attributes.Jose E. Marchesi2016-08-243-1/+23
* strip: Handle compressed relocation target sections.Mark Wielaard2016-08-152-0/+16
* Fix bpf disassembler for _FORTIFY_SOURCERichard Henderson2016-08-112-1/+6
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-036-61/+74
* Add m68k testsAndreas Schwab2016-07-1110-5/+122
* libelf: Allow updating phdrs for any e_type.Mark Wielaard2016-07-114-3/+209
* libelf: find 1st section instead of assumingJohn Ogness2016-06-283-2/+288
* Add support for BPFRichard Henderson2016-06-285-1/+78
* elflint: Fix sh_entsize check when comparing SHT_HASH and SHT_GNU_HASH.Mark Wielaard2016-02-154-1/+15
* libelf: elf_getdata should not adjust alignment for SHT_NOBITS sections.Mark Wielaard2016-02-106-3/+51
* tests: Skip dwfl-bug-fd-leak test if dwfl_linux_proc_report is unsupported.Mark Wielaard2016-01-182-0/+14
* tests: Guard linux specific header includes with ifdef __linux__.Mark Wielaard2016-01-182-0/+6
* libelf: Add ELF compression types and defines to libelf.h for older glibc.Mark Wielaard2016-01-143-2/+50
* tests: Fix parentheses in elfputzdata strncmp test.Mark Wielaard2016-01-082-1/+5
* Fix build on 32bit systems.Mark Wielaard2016-01-082-1/+5
* Simplify code and build now that zlib support is no longer optional.Mark Wielaard2016-01-082-5/+7
* elfcompress: New utility.Mark Wielaard2016-01-063-2/+111
* libelf: Make elf_strptr index correctly into compressed section data.Mark Wielaard2016-01-066-16/+325
* readelf: Handle compressed sections and extend -z to cover -x and -p.Mark Wielaard2016-01-068-2/+493
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-067-4/+926
* readelf: Add -z,--decompress option.Mark Wielaard2016-01-063-1/+210
* libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.Mark Wielaard2016-01-069-4/+341
* libdwelf: Add dwelf_scn_gnu_compressed_size.Mark Wielaard2016-01-068-3/+231
* tests: elfstrmerge warn about STT_SECTION symbol for shstrhndx.Mark Wielaard2016-01-054-4/+56
* backends: sparc: support for core backtracesJose E. Marchesi2016-01-035-1/+31
* tests: Use valgrind --leak-check=full.Mark Wielaard2016-01-026-1/+50
* tests: Fix some memory leaks in testcases.Mark Wielaard2016-01-029-4/+36
* Make zlib mandatory.Mark Wielaard2015-10-262-2/+7
* tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS.Mark Wielaard2015-10-162-1/+5
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-0912-5/+202
* tests: Rename argument from check to statement in elfshphehdr.c.Mark Wielaard2015-10-092-4/+9
* strip: Only sanity check symbols to not discarded sections for debug file.Mark Wielaard2015-10-091-11/+5
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-062-1/+5
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-054-3/+758
* libelf: Always update e_version and e_shentsize in elf_update.Mark Wielaard2015-10-053-2/+194
* libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules.Mark Wielaard2015-09-143-2/+113
* tests: Init local variable enctype before use in print_base_type varlocs.c.Chih-Hung Hsieh2015-09-072-1/+5
* tests: Remove unused static const variables in md5-sha1-test.c.Chih-Hung Hsieh2015-09-072-8/+5
* Replace printf %Z length modifier with %z.Chih-Hung Hsieh2015-09-0711-60/+73
* tests: Add a testcase for dwfl debuginfo-path with separate bin/debug dirs.Mark Wielaard2015-08-143-2/+75
* unstrip: Handle debuginfo files with missing SHF_INFO_LINK section flags.Mark Wielaard2015-08-036-2/+33
* tests: skip run-deleted.sh when dwfl_linux_proc_attach is not implementedPino Toscano2015-06-272-0/+9
* tests: dwfl-bug-fd-leak: Guard against null module addressesPino Toscano2015-06-272-1/+10