summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* added coredump support for s390x (#373)tkoecker2022-06-235-10/+64
* Correct build failureAndrew Kilroy2022-06-221-1/+1
* Swap build step order in action fileStephen Webb2022-06-221-4/+4
* Revert "Address CA issue using existing libunwind macros and explicit casting"Dave Watson2022-05-244-8/+8
* 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-222-0/+15
* move Windows CI to Github ActionsJameson Nash2022-05-221-0/+37
* move linux CI to Github ActionsJameson Nash2022-05-221-0/+124
* avoid leaking registers across sigreturnJameson Nash2022-05-2213-11/+48
* fix incorrect store in AArch64 getcontextJameson Nash2022-05-221-1/+1
* DWARF: avoid invalid memory access with invalid CFISaleem Abdulrasool2022-05-221-0/+9
* Run make check on arm64 on Travis CIJames Clark2022-05-221-0/+18
* Fix for FreeBSD aarch64mikael2022-05-223-1/+22
* Revert "FreeBSD also uses these structs so do not hide them"Dave Watson2022-05-221-1/+1
* Use #if defined where applicableAdeel2022-05-223-3/+3
* Fix Travis CI linkJames-A-Clark2022-05-221-1/+1
* Add support for FreeBSD/PPC32Piotr Kubaj2022-05-225-81/+142
* Update CMakeLists.txtAaron Robinson2022-05-221-1/+0
* Fix issues with 4701Aaron Robinson2022-05-223-6/+7
* Address CA issue using existing libunwind macros and explicit castingAaron Robinson2022-05-224-8/+8
* Remove 4146 from libunwindAaron Robinson2022-05-225-9/+8
* Update mempool.hAaron Robinson2022-05-221-1/+1
* Update based on MSVC static analyzerAaron Robinson2022-05-223-5/+4
* 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-225-0/+110
* FreeBSD also uses these structs so do not hide themBrad Davis2022-03-101-1/+1
* Updated to determine PAGE_SIZE dynamically.Daniel Moody2022-03-108-77/+70
* 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-103-1/+37
* Skip init_mem_validate calls during remote unwindAdeel2021-12-204-4/+5
* skip latex2man check with --disable-documentationkasperk812021-12-201-1/+1
* DWARF: avoid a data raceSaleem Abdulrasool2021-12-201-5/+3
* configure.ac: avoid bashismsSam James2021-11-301-2/+2
* Add more POSIX polyfills for nix cross-build on winAdeel2021-11-303-1/+47
* Add port for Linux on LoongArchYouling Tang2021-11-3049-3/+2343
* Expose function-pointer-to-name APIBjörn Svensson2021-11-266-5/+245
* Fix table indexing in `dwarf_search_unwind_table`Alex Arslan2021-11-261-1/+1
* 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-263-26/+51
* x86_64: Stop aliasing RSP and CFAKeno Fischer2021-11-2611-57/+52
* DWARF: dwarf4 fix cie parsingDave Watson2021-11-261-0/+10
* Correct some issues in documentationBjörn Svensson2021-09-0116-79/+84
* Work around lack of execvpe on FreeBSDAlex Arslan2021-09-011-0/+4
* Remove vestigial local cursor self-reference on FreeBSDAlex Arslan2021-09-011-17/+17