summaryrefslogtreecommitdiffstats
path: root/libunwind/src/AddressSpace.hpp
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] Emit dependent libraries only when detected by CMakeMichał Górny2019-12-011-1/+1
* [libunwind] [Windows] Add a log message if EnumProcessModules failsMartin Storsjö2019-10-311-1/+5
* [libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard2019-10-181-3/+11
* [libunwind][Android] Improve workaround for PIE zero-dlpi_addr bugRyan Prichard2019-10-161-23/+27
* Unwind: avoid warning about unused typedefSaleem Abdulrasool2019-09-201-3/+3
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+1
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-301-0/+3
* [libunwind] Remove the remote unwinding supportPetr Hosek2019-02-021-132/+0
* [libunwind] Don't abort if encoutering invalid .eh_frame_hdrPetr Hosek2019-01-241-3/+3
* Silence warnings about unused parametersMartin Storsjo2019-01-221-0/+7
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis2018-08-311-1/+1
* Add support for SEH unwinding on Windows.Charles Davis2018-08-301-1/+5
* Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht2018-06-291-2/+10
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-271-1/+16
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-021-0/+7
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-021-7/+0
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-021-0/+7
* There is no portable format string for printing `uintptr_t` values.Chandler Carruth2017-12-271-6/+6
* [libunwind] Add proper support for DWARF unwind on bare metal.whitequark2017-12-251-0/+46
* Remove a FIXME about truncated section namesMartin Storsjo2017-11-161-2/+0
* [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert2017-11-011-0/+8
* Add support for dwarf unwinding on windows on x86_64Martin Storsjo2017-10-271-8/+3
* Support DWARF unwinding on i386 windowsMartin Storsjo2017-10-111-2/+44
* [libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin2017-09-211-69/+69
* Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow2017-06-211-3/+3
* Fix unused typedef. Follow up to r299575.Ivan Krasin2017-04-061-1/+1
* AddressSpace: fix DWARF based unwinding handling on AndroidSaleem Abdulrasool2017-04-051-2/+5
* Fix invalid memory access on android x86Saleem Abdulrasool2017-04-051-0/+17
* [libunwind] Clean up macro usage.Ranjeet Singh2017-03-311-14/+14
* Tidy up the way we include EHHeaderParser.hpp.Ed Schouten2017-03-071-4/+1
* Improve readability and correctness of the OS specific libunwind bits.Ed Schouten2017-03-071-26/+25
* Let arm_section_length store the number of bytes.Ed Schouten2017-03-071-8/+3
* Drop the dependency on dl_unwind_find_exidx().Ed Schouten2017-03-051-31/+30
* Revert r295944.Ed Schouten2017-02-231-28/+33
* Drop the dependency on dl_unwind_find_exidx().Ed Schouten2017-02-231-33/+28
* rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool2017-01-211-16/+17
* fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jeremy SequoiaNick Kledzik2016-10-311-16/+22
* [libunwind] Add support for FuchsiaPetr Hosek2016-10-231-2/+2
* libunwind: Add OpenBSD case for _Unwind_Ptr typedefEd Maste2016-09-281-1/+1
* consistently add \n to log and trace messagesEd Maste2016-08-301-1/+1
* libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste2016-07-191-1/+1
* Introduce NetBSD supportKamil Rytarowski2016-02-061-2/+3
* Add FreeBSD _Unwind_Ptr typedefEd Maste2015-10-161-1/+5
* libunwind: Introduce __libunwind_config.h.Logan Chien2015-07-191-4/+4
* Fix libunwind to build on FreeBSDViktor Kutuzov2015-05-061-2/+9
* Make the .eh_frame_hdr code work on FreeBSD as well.Ed Schouten2015-04-291-1/+8
* unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool2015-04-241-0/+579
OpenPOWER on IntegriCloud