summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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