aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/UnwindCursor.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-07-18[libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand1-2/+8
2022-06-06[libunwind] Don't store a predecremented PC when using SEHMartin Storsjö1-0/+8
2022-06-06[libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö1-4/+0
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö1-1/+1
2022-05-26[libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai1-9/+24
2022-05-26[libunwind] Factor out sigreturn check condition. NFCShoaib Meenai1-13/+22
2022-05-04[libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand1-5/+109
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand1-0/+6
2022-04-28[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss1-0/+2
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-0/+549
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma1-0/+16
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij1-1/+3
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-08-26[libunwind] Support stack unwind in CET environmentgejin1-0/+16
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song1-41/+41
2021-07-04[libunwind] reflow some debug logs for better greppabilityNico Weber1-7/+9
2021-01-13[libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard1-5/+105
2020-09-16[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard1-3/+3
2020-09-09[libunwind] Bare-metal DWARF: set dso_base to 0Ryan Prichard1-2/+4
2020-08-26[libunwind] Factor out getInfoFromFdeCie. NFCI.Ryan Prichard1-57/+38
2020-08-22[libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurat...Martin Storsjö1-0/+4
2020-08-11[libunwind] Fix incorrect check for out-of-boundednessLouis Dionne1-1/+1
2020-08-11[libunwind][NFC] Fix typo in commentLouis Dionne1-1/+1
2020-06-18unwind: EHABISectionIterator `operator!=`, constify `operator-`Saleem Abdulrasool1-1/+7
2020-04-10[libunwind] add hexagon supportBrian Cain1-0/+6
2020-04-02Exit unwinding early when at the top of the stack and additional info won't b...Sterling Augustine1-0/+6
2020-02-03Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber1-2/+3
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott1-0/+18
2019-11-07Correctly update isSignalFrame when unwinding the stack via dwarf.Sterling Augustine1-1/+1
2019-10-18[libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard1-5/+0
2019-09-20Unwind: prevent unw_get_proc_info from returning stale dataSaleem Abdulrasool1-1/+4
2019-04-22[NFC] Fix typo in debug logLouis Dionne1-1/+1
2019-02-03Provide a placement new definition for the SEH version of UnwindCursorMartin Storsjo1-0/+4
2019-02-02[libunwind] Provide placement new definitionPetr Hosek1-0/+4
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek1-6/+25
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek1-0/+1
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek1-1/+0
2019-01-22Silence warnings about unused parametersMartin Storsjo1-0/+5
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman1-4/+18
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya1-14/+0
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman1-0/+14
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo1-0/+53
2018-12-12Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo1-107/+1
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo1-7/+7
2018-08-30Add support for SEH unwinding on Windows.Charles Davis1-0/+581
2018-07-17The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger1-2/+0
2018-01-09[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin1-6/+6
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo1-0/+19
2018-01-02Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen1-19/+0