summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Adjust backtrace2 signatureHEADv1.7.0-rc2masterGregory LEOCADIE2023-01-111-1/+1
* Add unw_backtrace2 implementationGregory LEOCADIE2023-01-111-0/+1
* arm64: Add VG (Vector Granule) pseudo registerJames Clark2022-11-071-0/+3
* [LoongArch64] Reflect the kernel ABI changes since the port went upstreamWANG Xuerui2022-11-071-1/+1
* fix more warningskasperk812022-10-211-1/+1
* Fix a few warningsAdeel2022-10-141-1/+1
* Fix __SOFTFP__ case for arm getcontextAdeel2022-08-051-17/+24
* Add RISC-V machine value in remote unwindAdeel2022-08-051-0/+1
* Fix typos (#397)Adeel Mujahid2022-08-043-3/+3
* Add support for arm fp registers unwindJan Vorlicek2022-07-261-28/+30
* Expose get_proc_info_in_range APIAdeel2022-07-081-27/+34
* Add remote unwinding support for macOS (#365)Adeel Mujahid2022-06-2817-17/+57
* Revert "Address CA issue using existing libunwind macros and explicit casting"Dave Watson2022-05-242-4/+4
* Define sysconf on win for cross-compileJan Vorlicek2022-05-221-0/+3
* fix incorrect store in AArch64 getcontextJameson Nash2022-05-221-1/+1
* Fix for FreeBSD aarch64mikael2022-05-221-1/+10
* Revert "FreeBSD also uses these structs so do not hide them"Dave Watson2022-05-221-1/+1
* 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 mempool.hAaron Robinson2022-05-221-1/+1
* Update based on MSVC static analyzerAaron Robinson2022-05-221-1/+1
* Define and use `UNW_EMPTY_STRUCT` also for x86Mosè Giordano2022-05-221-2/+6
* Make some structs non-emptyMosè Giordano2022-05-223-10/+4
* Unwind with pointer authentication on arm64Andrew Kilroy2022-05-222-0/+21
* FreeBSD also uses these structs so do not hide themBrad Davis2022-03-101-1/+1
* Updated to determine PAGE_SIZE dynamically.Daniel Moody2022-03-101-0/+9
* [Loongarch64] amend the LoongArch64's CMakeLists.txtqiaopengcheng2022-03-101-1/+1
* Add more POSIX polyfills for nix cross-build on winAdeel2021-11-302-0/+36
* Add port for Linux on LoongArchYouling Tang2021-11-308-0/+490
* Expose function-pointer-to-name APIBjörn Svensson2021-11-261-0/+3
* Update libunwind-dynamic.hiarspider2021-11-261-1/+1
* Update libunwind-common.h.iniarspider2021-11-261-1/+1
* Update libunwind-aarch64.hiarspider2021-11-261-1/+1
* Prefer EXTBL unwinding on ARMYichao Yu2021-11-261-0/+4
* x86_64: Stop aliasing RSP and CFAKeno Fischer2021-11-264-49/+33
* Add port for Linux on RISC-V (riscv)Zhaofeng Li2021-07-068-0/+597
* Fix `unw_tdep_context_t` for AArch64 Androidxtkoba2021-04-191-0/+8
* Fixes for the s390x targetUlrich Weigand2021-03-152-7/+9
* Port memory address checks from x86/x86_64 to Aarch64Mikhail Durnev2021-03-151-2/+12
* [x86_64] Remove self-reference from local cursorElia Geretto2021-03-151-4/+34
* Fix Clang buildsFlorian Fainelli2021-02-171-0/+1
* 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