summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --core-pattern option to eu-stackjankratochvil/corepatternJan Kratochvil2014-11-262-3/+60
* readelf, libdw: Guard against divide by zero line_range in .debug_line.Mark Wielaard2014-11-264-0/+23
* libdw: Always check __libdw_find_attr return value.Mark Wielaard2014-11-264-7/+13
* libdw: Don't assert in __libdw_getabbrev when seeing bad DWARF.Mark Wielaard2014-11-262-3/+13
* libelf: Change signed overflow check to unsigned in elf_getdata_rawchunk.Mark Wielaard2014-11-262-3/+9
* readelf: Check length for nexthdr overflow in print_debug_aranges_section.Mark Wielaard2014-11-262-1/+6
* libelf: Copy over any leftover data from src to dest in elf_cvt_note.Mark Wielaard2014-11-262-1/+11
* readelf: print_attributes (-A) robustify and handle non-gnu attributes.Mark Wielaard2014-11-266-10/+118
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-2617-47/+108
* libelf: elf_getphdrnum sanity check the returned phnum result.Mark Wielaard2014-11-262-0/+38
* dwarf.h: Add DW_LANG_C11, DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.Mark Wielaard2014-11-264-1/+21
* dwarf.h: Add DW_AT_noreturn.Mark Wielaard2014-11-262-0/+7
* libdwfl: Sanity check the symbol table before use.Mark Wielaard2014-11-183-6/+29
* readelf: Fix sanity check of DW_FORM_block length in print_cfa_programMark Wielaard2014-11-181-1/+1
* libelf: Check for overflow in version_xlate elf_cvt_Verdef and elf_cvt_Verneed.Mark Wielaard2014-11-182-4/+9
* readelf: When the version chain ends, stop processing the entries.Mark Wielaard2014-11-172-2/+33
* Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-1710-19/+41
* readelf: Warn if ptr_size is not 4 or 8 bytes.Mark Wielaard2014-11-172-3/+11
* libelf: elf_getshdrstrndx cannot use SHN_XINDEX without section headers.Mark Wielaard2014-11-172-0/+20
* libelf: Fix handling of (extended) phnum.Mark Wielaard2014-11-175-8/+36
* readelf: Robustify print_cfa_program.Mark Wielaard2014-11-162-0/+15
* gelf_getnote: Check padding overflow.Mark Wielaard2014-11-162-2/+11
* libelf: getdata check 64bit values correctly on 32bit arch.Mark Wielaard2014-11-162-3/+8
* readelf: Sanity check CIE unit_length and augmentationlen in debug_frame.Mark Wielaard2014-11-142-1/+21
* libelf: gelf_getnote check for offset overflow.Mark Wielaard2014-11-142-2/+7
* libdwelf: Check the d_buf actually exists in dwelf_elf_gnu_debuglink.Mark Wielaard2014-11-142-1/+6
* libdwfl: dwfl_module_getdwarf.c don't use symtab with bogus sh_entsize.Mark Wielaard2014-11-142-0/+9
* readelf: Check def == NULL before use in handle_versym.Mark Wielaard2014-11-142-1/+8
* libdwfl: find_dynsym don't assume dynamic linker has adjusted DYNAMIC entries.Mark Wielaard2014-11-135-106/+232
* libelf: Fix unsigned overflow check in elf_getdata.Mark Wielaard2014-11-132-3/+7
* libelf: Use mempcpy not __mempcpy.Mark Wielaard2014-11-132-2/+6
* libdw: Fix dwarf_getsrclines.c 32bit compile error.Mark Wielaard2014-11-112-1/+8
* Test cases for .debug_macro supportPetr Machata2014-11-103-173/+664
* Support .debug_macroPetr Machata2014-11-1015-710/+1535
* readelf.c (handle_versym): Initialize vername and filename array elements.Mark Wielaard2014-11-082-0/+7
* readelf: Sanity check hash section contents before processing.Mark Wielaard2014-11-082-1/+54
* libelf: Correct shdr size check for (raw) getdata.Mark Wielaard2014-11-083-6/+15
* libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.Mark Wielaard2014-11-0515-24/+192
* Drop unused field struct Dwarf_Files_s.cuPetr Machata2014-10-153-5/+6
* dwarf.h: Add DW_AT_GNU_deleted.Mark Wielaard2014-10-052-0/+5
* tests: run-deleted.sh unset VALGRIND_CMD before running deleted.Mark Wielaard2014-10-022-0/+12
* libdw: dwarf_aggregate_size return CU address_size for sizeless pointer/refs.Mark Wielaard2014-10-028-4/+182
* Support note NT_FILE for locating files.Jan Kratochvil2014-09-2611-37/+268
* libdwfl: dwfl_segment_report_module use ei_class, ei_data and e_type.Mark Wielaard2014-09-232-20/+28
* readelf: Fix typo in a check in handle_relocs_relaPetr Machata2014-09-232-1/+5
* Add is_executable to Dwfl_Module.Jan Kratochvil2014-09-184-4/+17
* Rename read_ubyte_unaligned_inc to read_addr_unaligned_incPetr Machata2014-09-124-27/+27
* Accept DW_AT_GNU_call_site_* as attributes that hold location expressionsPetr Machata2014-09-112-1/+11
* elf_begin sets elf_errno for cases that the file is completely unreadablePetr Machata2014-09-112-3/+11
* Fix resolving ELF symbols for live PIDs with deleted filesJan Kratochvil2014-08-297-8/+138