summaryrefslogtreecommitdiff
path: root/libunwind/src/UnwindCursor.hpp
AgeCommit message (Expand)Author
2025-11-15[Unwind][AArch64] Match sigreturn instructions in big endian (#167139)hstk30-hw
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2025-07-23[libunwind] Fix return type of `DwarfFDECache::findFDE()` in definition (#146...Alex Rønne Petersen
2025-05-28[libunwind][Haiku] Fix signal frame unwinding (#135367)Trung Nguyen
2025-05-09[libunwind] [SEH] Implement parsing of ARM pdata/xdata (#137950)Martin Storsjö
2025-05-09[libunwind] [SEH] Implement parsing of aarch64 pdata/xdata (#137949)Martin Storsjö
2025-02-20[libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663)Ming-Yi Lai
2025-02-08[libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682)Ami-zhang
2024-12-04[libunwind][Haiku] Improve support (#115462)Jérôme Duval
2024-10-19[libunwind][AIX] Call dlclose only when dlsym() fails (#112768)Xing Xue
2024-10-17[libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436)Xing Xue
2024-08-05[libunwind] Undefined behaviour pointer arithmetic with null pointer (#98648)Daniel Kiss
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn
2024-07-30[libunwind][AIX] Fix the wrong traceback from signal handler (#101069)Xing Xue
2024-07-09[libunwind] fix unwinding from signal handler (#92291)Azat Khuzhin
2024-07-03[libunwind] Remove needless `sys/uio.h` (#97495)Izaak Schroeder
2024-05-23[libunwind][AIX] Cast NULL as type uintptr_t. (#93204)Xing Xue
2024-01-16[libunwind] Move errno.h and signal.h includes under the block where they're ...Louis Dionne
2024-01-05[libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791)Jordan R AW
2023-10-24[libunwind][AIX] static_cast the value from getLR() to avoid the warning from...xingxue-ibm
2023-10-16[libunwind][AIX] Fix problem with stepping up from a leaf function when unwin...Xing Xue
2023-05-06[libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang
2023-04-22[libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursorMartin Storsjö
2023-04-13[libunwind] [SEH] Initialize _msContext with RtlCaptureContextMartin Storsjö
2023-04-13[libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIPMartin Storsjö
2023-04-11[libunwind] [SEH] Sync LSDA and handler between unw_proc_info_t and DISPATCHE...Martin Storsjö
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin
2022-09-21[libunwind] Handle G in personality stringFlorian Mayer
2022-09-07[libunwind] Fix a few libunwind includesRyan Prichard
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier
2022-08-08[libunwind][AIX] Save/restore errno before/after system calls dlopen/dlsym/dl...Xing Xue
2022-07-18[libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand
2022-06-06[libunwind] Don't store a predecremented PC when using SEHMartin Storsjö
2022-06-06[libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö
2022-05-26[libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai
2022-05-26[libunwind] Factor out sigreturn check condition. NFCShoaib Meenai
2022-05-04[libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand
2022-04-28[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-26[libunwind] Support stack unwind in CET environmentgejin
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song
2021-07-04[libunwind] reflow some debug logs for better greppabilityNico Weber
2021-01-13[libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard
2020-09-16[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard