summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust backtrace2 signatureHEADv1.7.0-rc2masterGregory LEOCADIE2023-01-115-11/+19
* Add unw_backtrace2.man which reference unw_backtrace.manGregory LEOCADIE2023-01-111-0/+1
* Add documentationGregory LEOCADIE2023-01-112-2/+20
* Fix bug + add testGregory LEOCADIE2023-01-113-3/+77
* Fix bugGregory LEOCADIE2023-01-111-1/+1
* Add unw_backtrace2 implementationGregory LEOCADIE2023-01-112-3/+31
* README: Remove outdated informationAdrian Bunk2023-01-061-38/+1
* Bump to 1.7-rc1v1.7.0-rc1Dave Watson2023-01-051-2/+2
* Remove the unused powerpc setcontext() dummiesAdrian Bunk2023-01-042-18/+0
* fix the way load offset is detected so it works with lld linkerDaniel Moody2022-12-283-9/+5
* Add fix for arm and aarch64Gregory LEOCADIE2022-12-282-0/+18
* Fix frame categorizationGregory LEOCADIE2022-12-281-0/+6
* Disable Ltest-init-local-signal on ia64Adrian Bunk2022-12-281-1/+5
* update ci badges in the readmekasperk812022-12-064-107/+5
* Gia64-test-nat.c: #include <signal.h> for sigaction()Adrian Bunk2022-11-301-0/+1
* Updated to determine PAGE_SIZE dynamically for loongarch64Shuo Wang2022-11-151-13/+8
* check-namespace.sh: adjust aarch64 symbolsStephen Webb2022-11-081-33/+26
* arm64: Add test for SVE unwinding from signal handlerJames Clark2022-11-073-0/+138
* arm64: Add support for VG register in signal framesJames Clark2022-11-073-2/+97
* arm64: Add VG (Vector Granule) pseudo registerJames Clark2022-11-075-3/+18
* arm64: Refactor signal frame register locationsJames Clark2022-11-071-34/+34
* [LoongArch64] Simplify loongarch64_local_resumeWANG Xuerui2022-11-071-24/+17
* [LoongArch64] XFAIL the ptrace tests requiring PTRACE_SINGLESTEPWANG Xuerui2022-11-071-0/+4
* [LoongArch64] Reflect the kernel ABI changes since the port went upstreamWANG Xuerui2022-11-074-11/+7
* [LoongArch64] Fix build with upstream kernel headersWANG Xuerui2022-11-072-64/+64
* fix more warningskasperk812022-10-216-7/+7
* Fix a few warningsAdeel2022-10-145-6/+6
* Fix freebsd arm64 buildAdeel2022-09-231-2/+2
* tests/run-coredump-unwind: Skip test if no coredump has been createdFlorian Weimer2022-09-171-0/+4
* Fix outdated prefix pathSuraj Shirvankar2022-09-131-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
* Stop the autotools nag about AC_CONFIG_MACRO_DIRSStephen Webb2022-08-134-6/+10
* Add support for unwinding from the Linux vsyscall regionkent-cheung-arm2022-08-132-4/+31
* Fix __SOFTFP__ case for arm getcontextAdeel2022-08-052-18/+25
* Add RISC-V machine value in remote unwindAdeel2022-08-051-0/+1
* Cross-build CI `make check` QEMU tweakStephen Webb2022-08-052-14/+175
* Fix typos (#397)Adeel Mujahid2022-08-0423-373/+373
* updated dist to focal for s390x jobsdandotimujahid2022-07-271-0/+1
* Add support for arm fp registers unwindJan Vorlicek2022-07-266-32/+103
* Make `sigaltstack()` optionalStephen Webb2022-07-263-7/+24
* Stop assuming .text and .eh_frame segmentStephen Webb2022-07-2612-259/+624
* Find segment containing .text by flag not orderStephen Webb2022-07-261-1/+1
* Autodetect presence of elf_fpregset_tStephen Webb2022-07-154-1/+11
* Expose get_proc_info_in_range APIAdeel2022-07-089-27/+337
* Add remote unwinding support for macOS (#365)Adeel Mujahid2022-06-2821-24/+146
* Add autodetection of procfs_status typeStephen Webb2022-06-244-40/+50
* Remove bashisms from tests/check-namespace.shStephen Webb2022-06-231-1/+1
* Allow an alternate LOG_DRIVER to be specifiedStephen Webb2022-06-232-0/+8