summaryrefslogtreecommitdiff
path: root/libunwind/src/UnwindCursor.hpp
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang2023-05-061-1/+60
* [libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursorMartin Storsjö2023-04-221-0/+2
* [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] Sync LSDA and handler between unw_proc_info_t and DISPATCHE...Martin Storsjö2023-04-111-1/+11
* [libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin2022-11-151-0/+16
* [libunwind] Handle G in personality stringFlorian Mayer2022-09-211-16/+15
* [libunwind] Fix a few libunwind includesRyan Prichard2022-09-071-12/+11
* [libunwind] Fixed a number of typosGabriel Ravier2022-08-201-3/+3
* [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] Don't store a predecremented PC when using SEHMartin Storsjö2022-06-061-0/+8
* [libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö2022-06-061-4/+0
* [libunwind] Fix SEH unwinding on ARMMartin Storsjö2022-06-061-1/+1
* [libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai2022-05-261-9/+24
* [libunwind] Factor out sigreturn check condition. NFCShoaib Meenai2022-05-261-13/+22
* [libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand2022-05-041-5/+109
* [libunwind] Add SystemZ supportUlrich Weigand2022-05-021-0/+6
* [libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss2022-04-281-0/+2
* [libunwind][AIX] implementation of the unwinder for AIXXing Xue2022-04-131-0/+549
* [libunwind] [sparc] Add SPARCv9 supportKoakuma2022-02-051-0/+16
* [ARM][libunwind] add PACBTI-M support for libunwindTies Stuij2021-12-081-1/+3
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libunwind] Support stack unwind in CET environmentgejin2021-08-261-0/+16
* [libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song2021-08-201-41/+41
* [libunwind] reflow some debug logs for better greppabilityNico Weber2021-07-041-7/+9
* [libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard2021-01-131-5/+105
* [libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard2020-09-161-3/+3
* [libunwind] Bare-metal DWARF: set dso_base to 0Ryan Prichard2020-09-091-2/+4
* [libunwind] Factor out getInfoFromFdeCie. NFCI.Ryan Prichard2020-08-261-57/+38
* [libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurat...Martin Storsjö2020-08-221-0/+4
* [libunwind] Fix incorrect check for out-of-boundednessLouis Dionne2020-08-111-1/+1
* [libunwind][NFC] Fix typo in commentLouis Dionne2020-08-111-1/+1
* unwind: EHABISectionIterator `operator!=`, constify `operator-`Saleem Abdulrasool2020-06-181-1/+7
* [libunwind] add hexagon supportBrian Cain2020-04-101-0/+6
* Exit unwinding early when at the top of the stack and additional info won't b...Sterling Augustine2020-04-021-0/+6
* Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber2020-02-031-2/+3
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-161-0/+18
* Correctly update isSignalFrame when unwinding the stack via dwarf.Sterling Augustine2019-11-071-1/+1
* [libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard2019-10-181-5/+0
* Unwind: prevent unw_get_proc_info from returning stale dataSaleem Abdulrasool2019-09-201-1/+4
* [NFC] Fix typo in debug logLouis Dionne2019-04-221-1/+1
* Provide a placement new definition for the SEH version of UnwindCursorMartin Storsjo2019-02-031-0/+4
* [libunwind] Provide placement new definitionPetr Hosek2019-02-021-0/+4
* Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-291-6/+25
* Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek2019-01-281-0/+1
* [libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-281-1/+0
* Silence warnings about unused parametersMartin Storsjo2019-01-221-0/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-141-4/+18