summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* addr2line: Add -a, --address. Print address before for each entry.Mark Wielaard2015-05-276-1/+140
* addr2line: Always parse addresses as hex numbers.Mark Wielaard2015-05-275-3/+15
* addr2line: Split options in input and output format groups.Mark Wielaard2015-05-272-3/+10
* libelf: Use posix_fallocate instead of ftruncate to extend ELF file.Mark Wielaard2015-05-272-3/+18
* configure: Add --enable-sanitize-undefined.Mark Wielaard2015-05-273-2/+26
* libelf: If e_phnum is zero then set e_phoff also to zero.Mark Wielaard2015-05-182-0/+13
* strip: Harden against bogus input files. Don't leak tmp debug file on error.Mark Wielaard2015-05-182-77/+204
* libelf: More checking of valid sh_addralign values.Mark Wielaard2015-05-183-0/+26
* libelf: Make sure shdrs are valid before storing extended phnum in newphdr.Mark Wielaard2015-05-182-1/+17
* dwarf_begin_elf: new error for compression failureJonathan Lebon2015-05-134-61/+97
* dwarf_begin_elf: decouple section searching from readingJonathan Lebon2015-05-132-31/+36
* Always call gelf_fsize with EV_CURRENT as argument.Mark Wielaard2015-05-135-14/+18
* libdwfl: Only intern CU when not EOF marker and cuoff points to a DIE.Mark Wielaard2015-05-122-40/+49
* elflint: Check gnu_hash has enough data and bitmask_words is not zero.Mark Wielaard2015-05-122-7/+22
* elflint: Add sanity checks to check_attributes.Mark Wielaard2015-05-122-2/+6
* elflint: Use Use Elf64_Word for shdr->sh_info cnt.Mark Wielaard2015-05-122-2/+8
* elflint: Stop checking section when 2nd hash function shift too big.Mark Wielaard2015-05-122-2/+10
* libdw: Detect line number overflow in dwarf_getsrclines on 32bit.Mark Wielaard2015-05-122-1/+7
* nm: Handle dwarf_linesrc returning NULL.Mark Wielaard2015-05-122-4/+7
* libdw: dwarf_getaranges check there is enough data before reading.Mark Wielaard2015-05-122-2/+19
* libdwfl: Bounds check Dwarf_Fileinfo file number in dwfl_lineinfo.Mark Wielaard2015-05-122-1/+11
* libdwfl: Make dwfl_error.c C99-kosher.Roland McGrath2015-05-062-4/+24
* libelf: Make sure version xlate dest buffer is fully defined.Mark Wielaard2015-05-062-1/+16
* Replace assert_perror with assertMax Filippov2015-05-055-20/+28
* Replace futimes with futimens.Max Filippov2015-05-053-13/+21
* Drop mtrace calls.Max Filippov2015-05-0410-38/+12
* Link against standalone argp libraryAnthony G. Basile2015-05-048-31/+81
* configure: fix enable_demangler settingMax Filippov2015-05-032-2/+6
* tests: Split run-stack tests to support missing demangler.Mark Wielaard2015-05-017-14/+125
* configure: print feature settings overviewMark Wielaard2015-05-014-5/+57
* Update elf.h from glibc.Mark Wielaard2015-04-284-13/+192
* readelf: Fix cie_offset calculation comparison on 32bit.Mark Wielaard2015-04-282-2/+8
* libdw: Undefined behavior in get_sleb128_step.Mark Wielaard2015-04-282-4/+27
* readelf: Check all offsets used in print_gdb_index_section against d_size.Mark Wielaard2015-04-282-2/+18
* readelf: Always try to print some debug section information.Mark Wielaard2015-04-282-2/+4
* readelf: Add overflow checking to print_gdb_index_section dataend checks.Mark Wielaard2015-04-282-9/+20
* Allow disabling symbol versioning at configure timeMax Filippov2015-04-2310-8/+42
* libdw: Don't overflow stack with user defined macro attributes array.Mark Wielaard2015-04-222-4/+31
* src: Remove __DATE__ from internal error messages.Mark Wielaard2015-04-145-12/+19
* configure: Add explicit checks for all GNU99 extensions used.Mark Wielaard2015-04-142-3/+31
* libdwfl: Correct off-by-one check in segment.c insert.Mark Wielaard2015-04-142-3/+8
* libdwfl: Special case core_file_read_eagerly for small ELF images.Mark Wielaard2015-04-032-7/+23
* Do not reject type units in dwarf_getsrcfiles and dwarf_getsrclinesPetr Machata2015-04-035-9/+32
* tests: Add run-strip-test10.shH.J. Lu2015-04-015-3/+34
* tests: Add run-strip-test9.shH.J. Lu2015-04-014-1/+32
* tests: Add run-backtrace-core-x32.shH.J. Lu2015-04-015-1/+36
* tests: Add testfile-x32 to run-addrcfi.shH.J. Lu2015-04-014-1/+83
* tests: Add testfile-x32-core to run-allregs.shH.J. Lu2015-04-012-0/+78
* tests: Add testfile-x32-core.bz2 to run-readelf-mixed-corenote.shH.J. Lu2015-04-014-1/+100
* backends: Add x32_corenote.cH.J. Lu2015-04-016-11/+92