summaryrefslogtreecommitdiff
path: root/libunwind/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-171-1/+2
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-131-2/+1
* [libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang2023-05-061-1/+60
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-061-1/+2
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-061-2/+1
* [libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursorMartin Storsjö2023-04-221-0/+2
* [libunwind] [SEH] Add debug logging in __libunwind_seh_personalityMartin Storsjö2023-04-191-0/+8
* [libunwind] Remove the legacy Unwind_AppleExtras.cppLouis Dionne2023-04-182-126/+0
* Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever2023-04-151-1/+2
* Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-04-151-2/+1
* [libunwind] Sync Unwind_AppleExtras.cpp with downstream versionLouis Dionne2023-04-151-7/+15
* [libunwind] [SEH] Initialize _msContext with RtlCaptureContextMartin Storsjö2023-04-131-0/+1
* [libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIPMartin Storsjö2023-04-131-1/+3
* [libunwind] [SEH] Handle ExceptionContinueExecution in forced unwindingMartin Storsjö2023-04-111-0/+9
* [libunwind] [SEH] Sync LSDA and handler between unw_proc_info_t and DISPATCHE...Martin Storsjö2023-04-111-1/+11
* [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu2023-04-071-2/+2
* [libunwind] Fflush stderr after each log messageMartin Storsjö2023-04-061-4/+8
* [libunwind] Fix a typo in a debug log message. NFC.Martin Storsjö2023-04-063-3/+3
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-03-181-1/+2
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-181-2/+1
* [libunwind][AArch64] Unbreak building with GNU assemblerXi Ruoyao2023-03-171-1/+2
* [runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser2023-03-171-0/+4
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-041-1/+2
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-041-2/+1
* [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic2023-02-162-0/+29
* [libunwind] On Darwin, add a callback-based lookup scheme for JIT'd unwind info.Lang Hames2023-02-103-0/+165
* [libunwind] Fixed an upcoming clang -Wsign-conversion warningFahad Nayyar2023-01-131-2/+2
* [libunwind] Use .irp directives. NFCFangrui Song2022-12-142-402/+61
* Revert "[libunwind] Use .irp directives. NFC"David Tenty2022-12-072-118/+900
* [libunwind] Use .irp directives. NFCFangrui Song2022-12-062-900/+118
* [libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov2022-12-061-0/+9
* [libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin2022-11-156-1/+447
* [libunwind][NFC] Fix typo in libunwind debug stringjinge902022-11-101-25/+25
* [libunwind] Check corrupted return address in unwind_phase2 when CET is enabled.jinge902022-11-091-0/+19
* Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu2022-10-121-30/+26
* [runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne2022-10-121-26/+30
* [runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2022-10-111-2/+2
* [libunwind] Fix compile error with CROSS_UNWINDINGFlorian Mayer2022-09-301-1/+4
* [libunwind] Handle G in personality stringFlorian Mayer2022-09-215-27/+69
* [libunwind] Fix usage of `_dl_find_object` on 32-bit x86Adrian Vogelsgesang2022-09-161-5/+0
* [libunwind] Fix a few libunwind includesRyan Prichard2022-09-073-14/+15
* [libunwind] Fixed a number of typosGabriel Ravier2022-08-2011-23/+23
* [libunwind][AIX] Implement _Unwind_FindEnclosingFunction() using traceback ta...Xing Xue2022-08-122-1/+32
* [libunwind] Remove __ANDROID_API__ < 18 workaroundFangrui Song2022-08-121-23/+1
* [libunwind] Use `_dl_find_object` if availableAdrian Vogelsgesang2022-08-091-0/+55
* [libunwind][AIX] Save/restore errno before/after system calls dlopen/dlsym/dl...Xing Xue2022-08-081-0/+6
* [libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand2022-07-181-2/+8
* [libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.Simon Tatham2022-06-271-4/+2
* [libunwind] Don't store a predecremented PC when using SEHMartin Storsjö2022-06-062-1/+9
* [libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö2022-06-061-4/+0