summaryrefslogtreecommitdiff
path: root/src/AddressSpace.hpp
AgeCommit message (Expand)Author
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek
2019-01-24[libunwind] Don't abort if encoutering invalid .eh_frame_hdrPetr 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
2018-08-31[AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis
2018-08-30Add support for SEH unwinding on Windows.Charles Davis
2018-06-29Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht
2018-02-27[libunwind][MIPS]: Add support for unwinding in N32 processes.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-27There is no portable format string for printing `uintptr_t` values.Chandler Carruth
2017-12-25[libunwind] Add proper support for DWARF unwind on bare metal.whitequark
2017-11-16Remove a FIXME about truncated section namesMartin Storsjo
2017-11-01[libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert
2017-10-27Add support for dwarf unwinding on windows on x86_64Martin Storsjo
2017-10-11Support DWARF unwinding on i386 windowsMartin Storsjo
2017-09-21[libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin
2017-06-21Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow
2017-04-06Fix unused typedef. Follow up to r299575.Ivan Krasin
2017-04-05AddressSpace: fix DWARF based unwinding handling on AndroidSaleem Abdulrasool
2017-04-05Fix invalid memory access on android x86Saleem Abdulrasool
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh
2017-03-07Tidy up the way we include EHHeaderParser.hpp.Ed Schouten
2017-03-07Improve readability and correctness of the OS specific libunwind bits.Ed Schouten
2017-03-07Let arm_section_length store the number of bytes.Ed Schouten
2017-03-05Drop the dependency on dl_unwind_find_exidx().Ed Schouten
2017-02-23Revert r295944.Ed Schouten
2017-02-23Drop the dependency on dl_unwind_find_exidx().Ed Schouten
2017-01-21rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool
2016-10-31fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jeremy SequoiaNick Kledzik
2016-10-23[libunwind] Add support for FuchsiaPetr Hosek
2016-09-28libunwind: Add OpenBSD case for _Unwind_Ptr typedefEd Maste
2016-08-30consistently add \n to log and trace messagesEd Maste
2016-07-19libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste
2016-02-06Introduce NetBSD supportKamil Rytarowski
2015-10-16Add FreeBSD _Unwind_Ptr typedefEd Maste
2015-07-19libunwind: Introduce __libunwind_config.h.Logan Chien
2015-05-06Fix libunwind to build on FreeBSDViktor Kutuzov
2015-04-29Make the .eh_frame_hdr code work on FreeBSD as well.Ed Schouten
2015-04-24unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool