summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix off-by-one error in x86_64 stack framesJon Haslam2020-04-291-1/+1
* Stop stepping on Solaris and illumos after reaching an IP of 0Jason King2020-04-281-0/+7
* Fix signal stacks on illumos/SolarisJason King2020-04-281-71/+48
* Treat PT_SUNW_UNWIND sections on illumos and Solaris as equivalent to PT_GNU_...Jason King2020-04-282-0/+7
* coredump: Unmap elf image before mapping another (#169)Hans-Christian Egtvedt2020-04-021-0/+4
* Fix compilation with -fno-common.Yichao Yu2020-03-3115-80/+89
* arm: clear ip thumb/arm mode bit before move to previous instruction (#131)Sim Sun2020-03-263-3/+19
* change asm to __asm__ to support -std=c11 or similar (#149)Billy Donahue2020-03-093-6/+6
* x86-64: make `is_cached_valid_mem` functional (#146)Bert Wesarg2019-12-181-1/+1
* Allow to build without weak `backtrace` symbol. (#142)Bert Wesarg2019-12-041-0/+2
* fix compile issue on SH platform (#137)Michael Schenk2019-10-311-1/+1
* Little FreeBSD build fix (#135)David CARLIER2019-10-312-4/+4
* Add support for zlib compressed elf .debug_frame sectionsDoug Nazar2019-10-033-12/+50
* Older systems (e.g. RHEL5) do not have pipe2(). (#122)plopresti2019-06-121-1/+30
* x86_64: Add fixup code if previous RIP was invalid (#120)Brock York2019-06-121-29/+85
* Add initial support for Solaris x86-64Adeel2019-06-129-78/+102
* solaris portAlexander Esilevich2019-06-126-3/+253
* Fix format specifier for int64_t:29 (#117)Adeel Mujahid2019-05-061-1/+1
* Delete hardcode of address size to support MIPS64. (#114)archerypp2019-04-241-1/+0
* Added braces to suppress empty if/else warnings (#112)Stephen Roberts2019-04-243-9/+20
* mips: make _step_n64 as a static functionsnyh2019-04-111-50/+56
* x86_64: Fix tdep_init_done when built with libatomic_opsDave Watson2019-04-111-1/+5
* Tsan (#109)Dave Watson2019-04-033-9/+12
* dwarf: clang doesn't respect the static alias (#102)Dave Watson2019-01-091-0/+5
* mips: Handle Gstep according the N64/N32 ABI if Dwarf way failed (#100)xiabin2018-12-122-7/+96
* dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)Stephen Roberts2018-11-132-10/+21
* dwarf: Add missing opcodes to the operands table in Gexpr.cStephen Roberts2018-10-121-0/+2
* 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-073-1/+28
* arm: More verbose debug messages in arm_step() (#85)steelman2018-08-071-6/+14
* Fix after "dwarf: do not allocate in load_debug_frame (#72)".Dave Watson2018-06-201-7/+10
* 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-242-1/+10
* aarch64: tune down size of unw_context_t and unw_cursor_t (#71)Dave Watson2018-04-102-5/+5
* 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
* 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-0936-0/+1881
* ALIAS unwind_get_accessorsDave Watson2017-12-2825-32/+38
* ALIAS dwarf symbolsDave Watson2017-12-281-5/+11