summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mips: make _step_n64 as a static functionv1.4-stablesnyh2019-04-111-50/+56
* x86_64: Fix tdep_init_done when built with libatomic_opsDave Watson2019-04-112-1/+9
* Tsan (#109)Dave Watson2019-04-034-9/+17
* dwarf: clang doesn't respect the static alias (#102)Dave Watson2019-01-091-0/+5
* Bump to 1.4-rc1v1.4-rc1Dave Watson2019-01-072-2/+2
* mips: Handle Gstep according the N64/N32 ABI if Dwarf way failed (#100)xiabin2018-12-122-7/+96
* Convert the README to markdown syntax (#96)Alex Arslan2018-12-111-105/+99
* dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)Stephen Roberts2018-11-138-12/+190
* dwarf: Add missing opcodes to the operands table in Gexpr.cStephen Roberts2018-10-121-0/+2
* aarch64: Use __asm__ instead of asm (#89)Guido Günther2018-10-121-1/+1
* Adopt two changes by Sergey Korolev to use mmap and a shell sort, ratherDoug Moore2018-09-282-158/+162
* aarch: [v2] aarch64 PLT entry recognition & fixes (#86)Dave Watson2018-09-281-1/+1
* aarch64: fix freebsd supportmyfreeweb2018-08-074-1/+39
* 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