summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* [LoongArch64] Simplify loongarch64_local_resumeWANG Xuerui2022-11-071-24/+17
* [LoongArch64] Reflect the kernel ABI changes since the port went upstreamWANG Xuerui2022-11-073-10/+6
* [LoongArch64] Fix build with upstream kernel headersWANG Xuerui2022-11-072-64/+64
* fix more warningskasperk812022-10-214-5/+5
* Fix a few warningsAdeel2022-10-143-3/+4
* 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
* Fix `make distcheck` due to missing coredump headerStephen Webb2022-08-231-1/+3
* Add support for unwinding from the Linux vsyscall regionkent-cheung-arm2022-08-131-0/+27
* Fix __SOFTFP__ case for arm getcontextAdeel2022-08-051-1/+1
* Fix typos (#397)Adeel Mujahid2022-08-0412-21/+21
* Add support for arm fp registers unwindJan Vorlicek2022-07-265-4/+73
* Stop assuming .text and .eh_frame segmentStephen Webb2022-07-2611-248/+624
* Find segment containing .text by flag not orderStephen Webb2022-07-261-1/+1
* Autodetect presence of elf_fpregset_tStephen Webb2022-07-153-0/+10
* Expose get_proc_info_in_range APIAdeel2022-07-084-0/+120
* Add remote unwinding support for macOS (#365)Adeel Mujahid2022-06-283-4/+83
* Add autodetection of procfs_status typeStephen Webb2022-06-243-39/+49
* added coredump support for s390x (#373)tkoecker2022-06-235-10/+64
* Correct build failureAndrew Kilroy2022-06-221-1/+1
* Revert "Address CA issue using existing libunwind macros and explicit casting"Dave Watson2022-05-242-4/+4
* Use constant for array size in os-linuxAdeel Mujahid2022-05-221-4/+5
* Add dummy `write` method implementationJan Vorlicek2022-05-221-0/+7
* Define sysconf on win for cross-compileJan Vorlicek2022-05-221-0/+12
* avoid leaking registers across sigreturnJameson Nash2022-05-2213-11/+48
* DWARF: avoid invalid memory access with invalid CFISaleem Abdulrasool2022-05-221-0/+9
* Fix for FreeBSD aarch64mikael2022-05-222-0/+12
* Use #if defined where applicableAdeel2022-05-223-3/+3
* Add support for FreeBSD/PPC32Piotr Kubaj2022-05-224-81/+140
* Fix issues with 4701Aaron Robinson2022-05-223-6/+7
* Address CA issue using existing libunwind macros and explicit castingAaron Robinson2022-05-222-4/+4
* Remove 4146 from libunwindAaron Robinson2022-05-222-4/+4
* Update based on MSVC static analyzerAaron Robinson2022-05-221-2/+2
* Unwind with pointer authentication on arm64Andrew Kilroy2022-05-223-0/+89
* Updated to determine PAGE_SIZE dynamically.Daniel Moody2022-03-107-77/+61
* Fix to malloc call in tdep_get_elf_imageJonathan R. Madsen2022-03-101-3/+16
* Update license in pal-single-threaded.cAdeel Mujahid2022-03-101-3/+20
* [LoongArch64] Also amend the tdep_init_done within `Gglobal.c`.qiaopengcheng2022-03-101-1/+1
* [Loongarch64] amend the LoongArch64's CMakeLists.txtqiaopengcheng2022-03-101-0/+31
* Skip init_mem_validate calls during remote unwindAdeel2021-12-204-4/+5
* DWARF: avoid a data raceSaleem Abdulrasool2021-12-201-5/+3
* Add more POSIX polyfills for nix cross-build on winAdeel2021-11-301-1/+11
* Add port for Linux on LoongArchYouling Tang2021-11-3036-0/+1818
* Expose function-pointer-to-name APIBjörn Svensson2021-11-261-5/+6
* Fix table indexing in `dwarf_search_unwind_table`Alex Arslan2021-11-261-1/+1
* Prefer EXTBL unwinding on ARMYichao Yu2021-11-262-26/+47