summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* arm: More verbose debug messages in arm_step() (#85)steelman2018-08-071-6/+14
* Update README (#84)Kevin Mooney2018-08-071-1/+1
* Fix after "dwarf: do not allocate in load_debug_frame (#72)".Dave Watson2018-06-201-7/+10
* s390x: fix build when long double is more than 64 bitsMichael Munday2018-06-202-5/+5
* Also define NLGA when we build with atomic ops (#80)Milian Wolff2018-05-311-6/+1
* Optionally use a thread-local cache for valid memoryMilian Wolff2018-05-071-1/+39
* Fix race conditions in validate_mem via atomicsMilian Wolff2018-05-071-21/+50
* Cleanup: remove unused variableMilian Wolff2018-05-041-1/+0
* Do not try to close invalid fdsMilian Wolff2018-05-041-3/+4
* Fix data race on cache hints in find_reg_stateMilian Wolff2018-05-041-1/+1
* mipsN32: A modification suggestion to support mips N32Deng, Yimin (NSB - CN/Shanghai)2018-04-244-2/+19
* tests: Include wait-related headers for Ltest-mem-validate (#74)Alex Arslan2018-04-121-0/+2
* aarch64: tune down size of unw_context_t and unw_cursor_t (#71)Dave Watson2018-04-103-9/+33
* dwarf: do not allocate in load_debug_frame (#72)Dave Watson2018-04-101-2/+2
* dwarf: make dwarf_find_debug_frame publicDave Watson2018-04-031-1/+1
* Remove unw_handle_signal_frame from header. (#70)Bert Wesarg2018-04-021-2/+0
* Fix crasher test for gcc >= 8 when using -O2 or -O3. (#67)Romain Geissler @ Amadeus2018-03-061-0/+5
* x86_64: support for RIP in unw_get_save_loc (#66)laiwei-rice2018-03-061-0/+1
* Don't check if the memory is in core (#64)ShutterQuick2018-02-091-6/+1
* Use syscall directly in write_validate to avoid ASAN errorsDave Watson2018-01-172-2/+6
* s390x: remove unw_handle_signal_frame from public API. (#62)Michael Munday2018-01-111-3/+3
* s390x: remove PROTECTED visibilityDave Watson2018-01-0913-17/+17
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-0945-1/+2400
* ALIAS unwind_get_accessorsDave Watson2017-12-2826-32/+40
* ALIAS dwarf symbolsDave Watson2017-12-283-6/+14
* Remove unw_handle_signal_frame from public API.Dave Watson2017-12-2820-31/+38
* Remove PROTECTED visibilityDave Watson2017-12-28185-235/+232
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-282-3/+3
* Bump version to 1.3-rc1v1.3-rc1Dave Watson2017-11-223-6/+24
* Default to --enable-debug-frame also on aarch64Adrian Bunk2017-11-211-0/+1
* elfxx: store elf image pointer and size after mapping imageHans-Christian Noren Egtvedt2017-11-091-2/+5
* dwarf: Fix incorrect cfi execution (#54)Yichao Yu2017-11-011-42/+44
* dwarf: Allow DWARF version both 3 and 4 (#56)Yichao Yu2017-10-312-4/+6
* arm: Handle non-signal frame unwind info lookup in ARM exidx unwinder (#55)Yichao Yu2017-10-311-2/+5
* Fix intermittent test failure in test-resume-sig (#51)Yichao Yu2017-10-311-0/+8
* Ignore tests/Ltest-mem-validate (#52)Yichao Yu2017-10-311-0/+1
* Fix init-local-signal test (#50)Yichao Yu2017-10-312-2/+3
* Use `ucontext_t` instead of `struct ucontext` (#49)Yichao Yu2017-10-311-1/+1
* Fix local unwind compilation on ARM (#48)Yichao Yu2017-10-231-0/+1
* dwarf/Gparser: fix crash during unwinding (#46)Konstantin Baladurin2017-10-171-6/+11
* x86: Fix build (#45)Konstantin Baladurin2017-10-171-0/+2
* check: Fix run-coredump-unwind-mdi when in a out-of-tree build.Bert Wesarg2017-09-211-1/+1
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-2421-201/+479
* multilib: XFAIL some testsDave Watson2017-08-242-0/+9
* x86: Add sigreturn asm stubDave Watson2017-08-242-2/+26
* dwarf: Fix incorrect application of restore_stateDave Watson2017-08-241-2/+4
* x86_64: fix mincore_validate and msync_validateJohannes Ziegenbalg2017-08-243-2/+197
* x86_64: Use `ucontext_t` instead of `struct ucontext`Yichao Yu2017-08-221-1/+1
* arm: argument type for unw_init_local2Guillaume Blanc2017-08-221-1/+1
* arm64: Support for restore of ARM64 Neon callee-saved registers during unwindLeonid Chistov2017-08-184-7/+27