summaryrefslogtreecommitdiff
path: root/src/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Add fix for arm and aarch64Gregory LEOCADIE2022-12-281-0/+9
* arm64: Add support for VG register in signal framesJames Clark2022-11-073-2/+97
* arm64: Add VG (Vector Granule) pseudo registerJames Clark2022-11-074-3/+15
* arm64: Refactor signal frame register locationsJames Clark2022-11-071-34/+34
* Fix freebsd arm64 buildAdeel2022-09-231-2/+2
* Account for lr in aarch64's uc_addrAdeel2022-09-051-1/+3
* Fix undefined behavior issues in aarch64Adeel2022-09-021-8/+17
* avoid leaking registers across sigreturnJameson Nash2022-05-221-1/+4
* Fix for FreeBSD aarch64mikael2022-05-222-0/+12
* Unwind with pointer authentication on arm64Andrew Kilroy2022-05-222-0/+9
* Updated to determine PAGE_SIZE dynamically.Daniel Moody2022-03-101-11/+8
* Skip init_mem_validate calls during remote unwindAdeel2021-12-201-1/+1
* Port memory address checks from x86/x86_64 to Aarch64Mikhail Durnev2021-03-156-8/+279
* Rationalize endianness macrosStephen Webb2020-06-182-4/+3
* Use C11 atomicsSteve MacLean2020-05-213-5/+5
* Use C11 _Thread_localSteve MacLean2020-05-211-2/+2
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-201-2/+2
* Fix compilation with -fno-common.Yichao Yu2020-03-311-8/+7
* change asm to __asm__ to support -std=c11 or similar (#149)Billy Donahue2020-03-091-2/+2
* aarch64: fix freebsd supportmyfreeweb2018-08-071-1/+1
* aarch64: tune down size of unw_context_t and unw_cursor_t (#71)Dave Watson2018-04-102-5/+5
* ALIAS unwind_get_accessorsDave Watson2017-12-282-2/+2
* Remove unw_handle_signal_frame from public API.Dave Watson2017-12-281-3/+3
* Remove PROTECTED visibilityDave Watson2017-12-2813-17/+17
* arm64: Support for restore of ARM64 Neon callee-saved registers during unwindLeonid Chistov2017-08-184-7/+27
* aarch64: PLT entry recognition & fixesJonathan Byrd2017-08-181-1/+59
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-161-2/+13
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-1/+1
* On aarch64, it is the X30 register, not the PC register, that is associated w...Doug Moore2017-08-071-2/+2
* For architectures that initialize the dwarf ip cache, but do notDoug Moore2017-08-071-1/+3
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-201-33/+33
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* Use the register_state version of ret_addr_column, rather than theDoug Moore2017-05-191-2/+2
* Change dwarf_reg_state from an array of pairs of differently-sized objectsDoug Moore2017-05-161-33/+33
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-124-0/+84
* unw_init_local_signalDoug Moore2017-04-031-3/+15
* Fixup invalid return code checks of unw_is_signal_frame()Chris Redmon2017-01-131-1/+1
* aarch64: fix wrong big_endian flag in aarch64_be caseVictor Kamensky2014-12-031-0/+1
* aarch64: Restore x0, x1, x2 and x3C. Bergström2014-10-241-20/+28
* One time whitespace fixup.Arun Sharma2014-09-2710-120/+120
* Add fast stack trace on AArch64.Filip Nyback2014-07-307-0/+720
* AARCH64: Change Debug calls to use %lx instead of %x.Christopher Ferris2014-03-071-4/+4
* [PATCH] AArch64 port.Yvan Roux2013-05-1129-0/+1518