summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14DarwinParser: include limitsSaleem Abdulrasool
2017-03-09Fix up the places where AddressSpace.hpp is included.Ed Schouten
2017-03-08DARWF: silence some warnings about conversionsSaleem Abdulrasool
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-24[libunwind] Disable calls to fprintf for baremetal targets.Ranjeet Singh
2017-02-23Revert r295944.Ed Schouten
2017-02-23Drop the dependency on dl_unwind_find_exidx().Ed Schouten
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool
2017-01-21DWARF: correct cast (NFC)Saleem Abdulrasool
2017-01-21X86: swap EBP, ESP on !APPLESaleem Abdulrasool
2017-01-21DWARF: allow enabling tracing at runtimeSaleem Abdulrasool
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool
2017-01-21config: clean up some of the macro definitionSaleem Abdulrasool
2017-01-21rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool
2016-11-17EHABI: mark some functions as exportedSaleem Abdulrasool
2016-11-02Add conditions for PPC to libunwind. Fixes PR22200. Thanks to Jeremy for the ...Marshall Clow
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-10-13[libunwind] Add missing <stdint.h> include. NFC.Asiri Rathnayake
2016-09-28libunwind: Add OpenBSD case for _Unwind_Ptr typedefEd Maste
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-08-28EHABI: fail on WMMX vops without WMMX supportSaleem Abdulrasool
2016-08-26[ARM] Adding .arch directives around WMMX unwind codeRenato Golin
2016-08-18EHABI: cover switch once moreSaleem Abdulrasool
2016-08-08Allow building both shared and static libraryPetr Hosek
2016-08-05unwind: disable executable stacksSaleem Abdulrasool
2016-07-29libunwind: correct return code in unwinding trace log messageEd Maste
2016-07-25[libunwind][ARM] Add support for Thumb1 targetsOliver Stannard
2016-07-20libunwind: limit stack usage in unwind cursorEd Maste
2016-07-19libunwind: sync some coments with NetBSD's versionEd Maste
2016-07-19libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste
2016-07-08[PATCH] [libunwind][ehabi] Use early returns where possible.Asiri Rathnayake
2016-07-07[libunwind][ARM] Improve unwinder stack usage - Make WMMX support optionalAsiri Rathnayake
2016-06-14[libunwind] Improve unwinder stack usage - IIIAsiri Rathnayake
2016-06-03[libunwind] Remove unused code.Asiri Rathnayake
2016-06-02Attempt to fix libunwind buildEric Fiselier
2016-06-02[libunwind] Allow target flags to affect CMake configuration testsEric Fiselier
2016-05-27[libunwind] Improve unwinder stack usage - IIAsiri Rathnayake
2016-05-26Use size_t to store the results of sizeof calculations.Asiri Rathnayake
2016-05-26Fix gcc libunwind build.Asiri Rathnayake