summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86_64: Stop aliasing RSP and CFAKeno Fischer2021-11-267-8/+19
* DWARF: dwarf4 fix cie parsingDave Watson2021-11-261-0/+10
* Remove vestigial local cursor self-reference on FreeBSDAlex Arslan2021-09-011-17/+17
* Makefile.am: Add missing riscv header to noinstZhaofeng Li2021-08-271-1/+1
* Include asm/ptrace.h in _UPT_reg_offset.cTBK2021-07-101-0/+4
* mips: fix regression after "Handle Gstep according the N64/N32 ABI"Sergey Korolev2021-07-061-2/+5
* DWARF: handle out of memory errorsSergey Korolev2021-07-061-3/+23
* Fix -mx32 compilation errorkasperk812021-07-061-1/+1
* Add port for Linux on RISC-V (riscv)Zhaofeng Li2021-07-0639-0/+2000
* x86_64/GTrace: Fix usage of unsaved registersDave Watson2021-06-291-4/+4
* Improve multiarch condition in coredump accesskasperk812021-06-291-1/+1
* Add missing case for IA64 in coredumpMike Frysinger2021-06-251-0/+3
* Fix build failure on ia64Adrian Bunk2021-06-171-6/+5
* Include extra ia64 files in dist packagekasperk812021-06-171-0/+3
* Fix `dl_iterate_phdr` wrapperxtkoba2021-04-191-2/+2
* typo: aligment -> alignmentSim Sun2021-03-151-3/+3
* Fixes for the s390x targetUlrich Weigand2021-03-152-2/+35
* Port memory address checks from x86/x86_64 to Aarch64Mikhail Durnev2021-03-156-8/+279
* [x86_64] Remove self-reference from local cursorElia Geretto2021-03-158-27/+44
* Fix typo.Romain Geissler2021-02-171-1/+1