summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* stop lying about the ARM PC locationJameson Nash2021-02-171-1/+1
* improve unw_getcontext on ARM/ThumbJameson Nash2021-02-171-19/+33
* fix aarch64 getcontext functionalityJameson Nash2020-12-171-6/+9
* Add support for older versions of AndroidOle André Vadla Ravnås2020-12-032-0/+4
* Define the FP register size on PPC to be doubleAlexander Grund2020-10-201-1/+1
* Fix unwinding of pre-linked librariesMikhail Durnev2020-09-212-0/+3
* Fix problems found in aarch64 buildStephen Webb2020-06-181-1/+5
* Handle <elf.h> that uses enums instead of definesStephen Webb2020-06-181-0/+10
* Rationalize endianness macrosStephen Webb2020-06-183-25/+55
* Consistently use POSIX <ucontext.h>Stephen Webb2020-06-181-1/+1
* Fix typosSteve MacLean2020-06-183-3/+3
* Fix placement of alignas() specifierSteve MacLean2020-06-182-2/+2
* Fix Windows abstraction SIZEOF_*Steve MacLean2020-06-042-1/+29
* Add Windows build supportSteve MacLean2020-06-041-0/+10
* Add simple Windows platform abstraction layerSteve MacLean2020-06-0412-0/+255
* Add freebsd-elf* headers for WIndows compileSteve MacLean2020-06-043-0/+1362
* aarch64: Fix __sigset build issue on muslCDave Watson2020-05-271-1/+1
* Define UNW_EMPTY_STRUCT for non-GNUCSteve MacLean2020-05-212-2/+10
* Use C11 atomicsSteve MacLean2020-05-2116-139/+40
* Use C11 alignas(x)Steve MacLean2020-05-213-16/+5
* Use C11 _Thread_localSteve MacLean2020-05-212-10/+1
* Remove #include compiler.h in public headerSteve MacLean2020-05-211-2/+12
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-208-13/+70
* Fix error in aarch64 unw_sigcontextSteve MacLean2020-05-181-1/+1
* Fix signal stacks on illumos/SolarisJason King2020-04-281-2/+3
* Add initial support for Solaris x86-64Adeel2019-06-124-6/+18
* solaris portAlexander Esilevich2019-06-122-1/+3
* Delete hardcode of address size to support MIPS64. (#114)archerypp2019-04-241-3/+0
* x86_64: Fix tdep_init_done when built with libatomic_opsDave Watson2019-04-111-0/+4
* Tsan (#109)Dave Watson2019-04-031-0/+5
* Fixed a missing dependency in dwarf-eh.h Stephen Roberts2019-02-211-0/+1
* dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)Stephen Roberts2018-11-131-1/+1
* aarch64: Use __asm__ instead of asm (#89)Guido Günther2018-10-121-1/+1
* aarch64: fix freebsd supportmyfreeweb2018-08-071-0/+11
* s390x: fix build when long double is more than 64 bitsMichael Munday2018-06-202-5/+5
* mipsN32: A modification suggestion to support mips N32Deng, Yimin (NSB - CN/Shanghai)2018-04-242-1/+9
* aarch64: tune down size of unw_context_t and unw_cursor_t (#71)Dave Watson2018-04-101-4/+28
* Remove unw_handle_signal_frame from header. (#70)Bert Wesarg2018-04-021-2/+0
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-096-0/+497
* ALIAS unwind_get_accessorsDave Watson2017-12-281-0/+2
* ALIAS dwarf symbolsDave Watson2017-12-282-1/+3
* Remove PROTECTED visibilityDave Watson2017-12-282-4/+1
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-281-1/+1
* dwarf: Allow DWARF version both 3 and 4 (#56)Yichao Yu2017-10-311-1/+2
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-242-2/+14
* half finished unw_local_init2Dave Watson2017-08-161-2/+8
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-153-16/+4
* arm: getcontext switches back to thumb modeBernhard Rosenkraenzer2017-08-151-1/+2
* Fix ARM jmpbuf header include bug.credmon2017-08-151-1/+1
* dwarf: fix synthetic eh_frame_hdrDoug Moore2017-07-061-2/+2