summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into robustifyrobustifyMark Wielaard2014-01-0511-51/+57
|\
| * 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
* | Merge branch 'master' into robustifyMark Wielaard2014-01-03179-1015/+12216
|\ \ | |/
| * 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
| * libdwfl: Make sure to set the CFI return register only once (for ppc64).Mark Wielaard2013-12-252-2/+30
| * libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-2313-11/+209
| * tests: backtrace.c only check we caught the last instruction on x86_64.Mark Wielaard2013-12-212-1/+12
| * libdwfl: Correct nested asprintf result check in report_kernel_archive.Mark Wielaard2013-12-212-4/+10
| * backends: aarch64 always has _GLOBAL_OFFSET_TABLE_ point to .got[0].Mark Wielaard2013-12-203-0/+34
| * libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-2041-145/+1106
| * Fix s390_initreg.c patch copy/paste error.Mark Wielaard2013-12-182-4/+1
| * backends: Avoid type-punning issue in s390_set_initial_registers_tid.Mark Wielaard2013-12-182-2/+18
| * Use executable_for_core in dwfl_build_id_find_elf.Jan Kratochvil2013-12-183-27/+25
| * Add NEWS items for the new functions in 0.158.Jan Kratochvil2013-12-182-0/+13
| * unwinder: s390 and s390xJan Kratochvil2013-12-1824-23/+563
| * stack: show binary and source file names where a function is definedMasatake YAMATO2013-12-182-6/+72
| * Remove tests/backtrace-dwarf.c unused code.Jan Kratochvil2013-12-172-40/+5
| * Fix forgotten call of ebl_dwarf_to_regno.Jan Kratochvil2013-12-172-1/+5
| * libdwfl: linux-pid-attach.c (pid_next_thread): Use rewinddir on first call.Mark Wielaard2013-12-172-0/+8
| * libdwfl: Add dwfl_module_getsymtab_first_global.Mark Wielaard2013-12-169-3/+54
| * libdwfl: Fix various frame related memory leaks.Mark Wielaard2013-12-163-0/+14
| * unwinder: ppc and ppc64Jan Kratochvil2013-12-1520-7/+283
| * tests: Add backtrace_child_biarch_SOURCES to make distcheck happy.Mark Wielaard2013-12-132-0/+5
| * tests: Disable valgrind for core dumping and for self-introspecting tests.Mark Wielaard2013-12-135-1/+30
| * lib: Avoid the hash-lookup division if possibleJosh Stone2013-12-132-2/+7
| * libdw: Simplify and inline get_uleb128 and get_sleb128Josh Stone2013-12-135-123/+55
| * libdw: Add an inlined fast path for __libdw_form_val_lenJosh Stone2013-12-133-31/+43
| * libdw: Handle empty location expression for (indirect) DIE locations.Mark Wielaard2013-12-137-9/+48
| * Add config/ar-lib to .gitignoreJosh Stone2013-12-122-0/+5
| * Fix test FAIL with -O2Jan Kratochvil2013-12-052-1/+8