summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add ppc64le ELFv2 abi support to backends and elflint.Mark Wielaard2014-07-042-1/+8
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-222-7/+17
* readelf: Skip section if name is NULL in print_debug.Mark Wielaard2014-05-272-1/+7
* readelf: Don't print 'for section' when rela section sh_info is zero.Mark Wielaard2014-05-272-1/+20
* unstrip: Allow prelinked, but non-split .bss section.Mark Wielaard2014-05-272-2/+8
* unstrip: Add --force to force combining files when ELF headers don't match.Mark Wielaard2014-05-272-16/+56
* backends: Add ebl_check_reloc_target_type.Mark Wielaard2014-05-192-2/+5
* libdwfl: Move dwz alt multi file searching to find_debuginfo callback.Mark Wielaard2014-05-022-10/+29
* libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.Mark Wielaard2014-04-242-2/+6
* readelf: handle_core_item make sure variable length array isn't zero size.Mark Wielaard2014-04-242-1/+6
* readelf.c (print_gdb_index_section): Use unsigned int for 31 bits left shift.Mark Wielaard2014-04-242-1/+6
* Remove mudflap build option.Mark Wielaard2014-04-183-26/+21
* readelf: Read the decompressed data when processing .zdebug DWARF sections.Mark Wielaard2014-04-152-8/+21
* readelf: convert up to a target long in buf_read_ulong.Mark Wielaard2014-04-142-1/+5
* readelf: Print DW_FORM_sdata values as signed numbers.Mark Wielaard2014-03-102-7/+32
* readelf: More sanity checks before trying to display interpreter string.Mark Wielaard2014-02-242-2/+22
* readelf: Robustify print_phdr program interpreter printing.Mark Wielaard2014-02-072-1/+9
* Use -Wformat=2 by default for all files.Mark Wielaard2014-01-305-79/+101
* stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.Mark Wielaard2014-01-272-77/+188
* stack: Initialize -n maxframes to 256 by default.Mark Wielaard2014-01-272-2/+10
* stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.Mark Wielaard2014-01-272-3/+63
* addr2line: handle_address initialize scopes to NULL.Mark Wielaard2014-01-242-1/+5
* robustify: strip.Roland McGrath2014-01-232-31/+63
* robustify: readelf.Roland McGrath2014-01-232-26/+60
* robustify: elflint.Jakub Jelinek2014-01-232-28/+86
* robustify: Use gelf_fsize instead of relying on shdr->sh_entsize.Petr Machata2014-01-232-10/+35
* readelf: print_debug_macro_section clear vendor array before use.Mark Wielaard2014-01-172-0/+6
* Fix corruption of non-C++ symbols by the demangler.Jan Kratochvil2014-01-153-10/+18
* stack: Show and handle -r,--raw even without USE_DEMANGLE.Mark Wielaard2014-01-032-6/+6
* stack.c (print_frames): Print 0x before build-id hex-offset.Mark Wielaard2014-01-022-1/+6
* stack: Allow -n 0 for unlimited frames. Make default 2048 frames.Mark Wielaard2014-01-022-15/+41
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-312-0/+21
* stack: Add -l, --list-modules. Show module memory map, build-id and files.Mark Wielaard2013-12-312-17/+92
* stack: Improve error checking and exit code handling.Mark Wielaard2013-12-312-22/+97
* stack: Add --quiet to not resolve addresses, add --raw to not demangle.Mark Wielaard2013-12-313-3/+57
* stack: Simplify argument parsing. Don't use dwfl_standard_argp.Mark Wielaard2013-12-312-28/+120
* stack: -b, --build-id shows module build-id, load address and pc offset.Mark Wielaard2013-12-312-4/+35
* stack: Add new '-n MAXFRAMES' option. Resolve addresses after unwind.Mark Wielaard2013-12-312-63/+127
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-232-10/+43
* libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-203-16/+66
* stack: show binary and source file names where a function is definedMasatake YAMATO2013-12-182-6/+72
* Support AArch64 architecturePetr Machata2013-11-262-2/+6
* Support new 'h' core note item format for hidden fieldsPetr Machata2013-11-222-0/+8
* stack: Add basic argp version and bug definitions.Mark Wielaard2013-11-112-0/+21
* Fix some (harmless) cppcheck warnings.Mark Wielaard2013-11-093-7/+15
* Unwinder for x86*.Jan Kratochvil2013-11-073-2/+183
* readelf: Solve comparison between signed and unsigned compiler warning.Mark Wielaard2013-11-052-2/+8
* ar: Correct operation check when instance_specifed is set.Mark Wielaard2013-10-182-1/+5
* Show contents NT_FILE core note in readelfPetr Machata2013-09-302-4/+68
* Show contents NT_SIGINFO core note in readelfPetr Machata2013-09-302-0/+109