summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-11Adjust backtrace2 signatureHEADv1.7.0-rc2masterGregory LEOCADIE5-11/+19
2023-01-11Add unw_backtrace2.man which reference unw_backtrace.manGregory LEOCADIE1-0/+1
2023-01-11Add documentationGregory LEOCADIE2-2/+20
2023-01-11Fix bug + add testGregory LEOCADIE3-3/+77
2023-01-11Fix bugGregory LEOCADIE1-1/+1
2023-01-11Add unw_backtrace2 implementationGregory LEOCADIE2-3/+31
2023-01-06README: Remove outdated informationAdrian Bunk1-38/+1
2023-01-05Bump to 1.7-rc1v1.7.0-rc1Dave Watson1-2/+2
2023-01-04Remove the unused powerpc setcontext() dummiesAdrian Bunk2-18/+0
2022-12-28fix the way load offset is detected so it works with lld linkerDaniel Moody3-9/+5
2022-12-28Add fix for arm and aarch64Gregory LEOCADIE2-0/+18
2022-12-28Fix frame categorizationGregory LEOCADIE1-0/+6
2022-12-28Disable Ltest-init-local-signal on ia64Adrian Bunk1-1/+5
2022-12-06update ci badges in the readmekasperk814-107/+5
2022-11-30Gia64-test-nat.c: #include <signal.h> for sigaction()Adrian Bunk1-0/+1
2022-11-15Updated to determine PAGE_SIZE dynamically for loongarch64Shuo Wang1-13/+8
2022-11-08check-namespace.sh: adjust aarch64 symbolsStephen Webb1-33/+26
2022-11-07arm64: Add test for SVE unwinding from signal handlerJames Clark3-0/+138
2022-11-07arm64: Add support for VG register in signal framesJames Clark3-2/+97
2022-11-07arm64: Add VG (Vector Granule) pseudo registerJames Clark5-3/+18
2022-11-07arm64: Refactor signal frame register locationsJames Clark1-34/+34
2022-11-07[LoongArch64] Simplify loongarch64_local_resumeWANG Xuerui1-24/+17
2022-11-07[LoongArch64] XFAIL the ptrace tests requiring PTRACE_SINGLESTEPWANG Xuerui1-0/+4
2022-11-07[LoongArch64] Reflect the kernel ABI changes since the port went upstreamWANG Xuerui4-11/+7
2022-11-07[LoongArch64] Fix build with upstream kernel headersWANG Xuerui2-64/+64
2022-10-21fix more warningskasperk816-7/+7
2022-10-14Fix a few warningsAdeel5-6/+6
2022-09-23Fix freebsd arm64 buildAdeel1-2/+2
2022-09-17tests/run-coredump-unwind: Skip test if no coredump has been createdFlorian Weimer1-0/+4
2022-09-13Fix outdated prefix pathSuraj Shirvankar1-2/+2
2022-09-05Account for lr in aarch64's uc_addrAdeel1-1/+3
2022-09-02Fix undefined behavior issues in aarch64Adeel1-8/+17
2022-08-23Fix `make distcheck` due to missing coredump headerStephen Webb1-1/+3
2022-08-13Stop the autotools nag about AC_CONFIG_MACRO_DIRSStephen Webb4-6/+10
2022-08-13Add support for unwinding from the Linux vsyscall regionkent-cheung-arm2-4/+31
2022-08-05Fix __SOFTFP__ case for arm getcontextAdeel2-18/+25
2022-08-05Add RISC-V machine value in remote unwindAdeel1-0/+1
2022-08-05Cross-build CI `make check` QEMU tweakStephen Webb2-14/+175
2022-08-04Fix typos (#397)Adeel Mujahid23-373/+373
2022-07-27updated dist to focal for s390x jobsdandotimujahid1-0/+1
2022-07-26Add support for arm fp registers unwindJan Vorlicek6-32/+103
2022-07-26Make `sigaltstack()` optionalStephen Webb3-7/+24
2022-07-26Stop assuming .text and .eh_frame segmentStephen Webb12-259/+624
2022-07-26Find segment containing .text by flag not orderStephen Webb1-1/+1
2022-07-15Autodetect presence of elf_fpregset_tStephen Webb4-1/+11
2022-07-08Expose get_proc_info_in_range APIAdeel9-27/+337
2022-06-28Add remote unwinding support for macOS (#365)Adeel Mujahid21-24/+146
2022-06-24Add autodetection of procfs_status typeStephen Webb4-40/+50
2022-06-23Remove bashisms from tests/check-namespace.shStephen Webb1-1/+1
2022-06-23Allow an alternate LOG_DRIVER to be specifiedStephen Webb2-0/+8