summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Access deleted files by /dev/PID/mem.upstream/jankratochvil/devmemJan Kratochvil2014-02-229-9/+172
* Fix abort() on missing section headers.Jan Kratochvil2014-02-221-3/+3
* Extend __libdw_open_file and elf_begin as *_at_offset.Jan Kratochvil2014-02-226-8/+49
* readelf: Robustify print_phdr program interpreter printing.Mark Wielaard2014-02-072-1/+9
* libdw: Read DW_AT_decl_file/line/column as unsignedJosh Stone2014-02-053-6/+17
* backends: Make aarch64_regs.c checkable by -WprintfPetr Machata2014-01-302-22/+21
* backends: Add arm frame_nregs and set_initial_registers_tid.Mark Wielaard2014-01-306-2/+87
* backends: arm_cfi SP (r13) is restored from CFA by default.Mark Wielaard2014-01-304-1/+13
* backends: Update arm_reloc.def.Mark Wielaard2014-01-302-2/+83
* Use -Wformat=2 by default for all files.Mark Wielaard2014-01-3012-92/+145
* stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.Mark Wielaard2014-01-277-79/+271
* 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-279-5/+196
* addr2line: handle_address initialize scopes to NULL.Mark Wielaard2014-01-242-1/+5
* robustify: libelf gelf define INVALID_NDX macro.Jakub Jelinek2014-01-2320-103/+74
* robustify: libelf.Jakub Jelinek2014-01-239-18/+139
* 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-234-13/+46
* tests: Reduce the total number of self-test files and add ET_REL files.Mark Wielaard2014-01-203-6/+26
* tests: run-backtrace-demangle.sh check exitcode and max number of frames.Mark Wielaard2014-01-202-2/+15
* Fix false FAILs on testsuite with ulimit -c unlimited.Jan Kratochvil2014-01-182-3/+11
* backends: aarch64_check_special_symbol check shdr is not NULL before usage.Mark Wielaard2014-01-172-3/+11
* readelf: print_debug_macro_section clear vendor array before use.Mark Wielaard2014-01-172-0/+6
* lib: Add missing config.h #include to crc32_file.c.Lei Zhang2014-01-172-0/+8
* Fix corruption of non-C++ symbols by the demangler.Jan Kratochvil2014-01-159-13/+127
* tests: backtrace-subr.sh (check_native_core) should check core file name.Matthias Klose2014-01-072-0/+11
* libdwfl: Only skip reset of return register for non-CIE-return regno (ppc64).elfutils-0.158Mark Wielaard2014-01-052-2/+8
* tests: Don't use ptrace detach stopped trick. Raise can return.Mark Wielaard2014-01-044-25/+15
* backends: Add PPC64 machine_flag_check.Mark Wielaard2014-01-043-2/+18
* tests: backtrace-subr.sh skip check_native_core test if core ulimit fails.Mark Wielaard2014-01-042-1/+7
* tests: Simplify backtrace-dwarf (gcc cleanup-13.c) testcase.Mark Wielaard2014-01-042-21/+9
* Prepare 0.158 release.Mark Wielaard2014-01-0311-383/+762
* backends: Add aarch64 abi_cfi.Mark Wielaard2014-01-039-3/+175
* 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: linux-pid-attach.c (dwfl_linux_proc_attach): Use and check strtolMark Wielaard2014-01-022-2/+13
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-3117-85/+157
* libdwfl: dwfl_linux_proc_find_elf should only return regular files.Mark Wielaard2013-12-312-0/+14
* libdwfl: Fix memory leak in linux-core-attach. Allow reiterating threads.Mark Wielaard2013-12-312-8/+25
* libdwfl: Fix build_id memory leak in dwfl_segment_report_module.Mark Wielaard2013-12-312-2/+13
* 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: linux-pid-attach.c: Report actual PID (Tgid) to dwfl_attach_state.Mark Wielaard2013-12-252-0/+29