summaryrefslogtreecommitdiff
path: root/src/UnwindCursor.hpp
AgeCommit message (Expand)Author
2019-02-03Provide a placement new definition for the SEH version of UnwindCursorMartin Storsjo
2019-02-02[libunwind] Provide placement new definitionPetr Hosek
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-22Silence warnings about unused parametersMartin Storsjo
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo
2018-12-12Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo
2018-08-30Add support for SEH unwinding on Windows.Charles Davis
2018-07-17The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger
2018-01-09[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo
2018-01-02Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen
2018-01-02[PPC64] Port to ppc64le - initial versionMartin Storsjo
2017-12-12[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin
2017-11-02Fix building for ARM with dwarf exception handlingMartin Storsjo
2017-10-23Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo
2017-07-24[libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh
2017-03-07Let arm_section_length store the number of bytes.Ed Schouten
2016-09-28[libunwind] Add support for a single-threaded libunwind buildAsiri Rathnayake
2016-08-30consistently add \n to log and trace messagesEd Maste
2016-08-30libunwind: correct 'libuwind' typoEd Maste
2016-05-26Fix gcc libunwind build.Asiri Rathnayake
2016-05-25Introduce a native-only unwinder build.Asiri Rathnayake
2015-11-09Make it possible to use libunwind without heap.Peter Zotov
2015-08-31[libunwind] Add support for OpenRISC 1000.Peter Zotov
2015-07-19libunwind: Introduce __libunwind_config.h.Logan Chien
2015-05-29libunwind: Fix unw_step() for ARM EHABI.Logan Chien
2015-04-24unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool