summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/Unwind/AddressSpace.hpp
Commit message (Expand)AuthorAgeFilesLines
* libc++abi: remove the duplicated unwind contentSaleem Abdulrasool2015-04-241-579/+0
* Also use dl_iterate_phdr() on CloudABI.Ed Schouten2015-03-311-1/+1
* Unwind: make it build on Darwin againSaleem Abdulrasool2015-02-281-2/+5
* Add .eh_frame_hdr search to Linux unwinder.Dan Albert2015-02-271-6/+74
* Some more -Wundef issues.Dan Albert2015-02-051-3/+3
* Enable -Wundef.Dan Albert2015-02-051-11/+11
* Fix some formatting I messed up in r225187.Dan Albert2015-01-051-1/+1
* Make the Unwinder -Werror clean.Dan Albert2015-01-051-1/+1
* Add baremetal ARM support to libcxxabi/libunwindJonathan Roelofs2014-08-211-2/+23
* Silence the implicit signed/unsigned conversion warning.Logan Chien2014-06-271-1/+1
* Silence unused variable and parameter warnings.Logan Chien2014-06-261-0/+2
* Fix linux build.Logan Chien2014-06-261-8/+10
* Start landing support for ARM EHABI unwinding.Nico Weber2014-06-251-4/+30
* Fix cast warningNick Kledzik2014-04-281-2/+2
* Fixes type of dyldInfo for glibc/bionic systemsDan Albert2014-04-231-1/+1
* Properly sign extend sdata2/4 in unwinder. Patch by Patrick WildtNick Kledzik2014-04-121-2/+4
* The content of .eh_frame may be misaligned, so use memcpy. This is seenJoerg Sonnenberger2014-04-081-7/+31
* Fix unwinder to build for iOSNick Kledzik2014-01-231-2/+3
* [unwind] remove darwin build dependency on <mach-o/dyld_priv.h>Nick Kledzik2013-12-051-1/+42
* libcxxabi contains the runtime support for C++. But, as some folks have Nick Kledzik2013-10-071-0/+389
OpenPOWER on IntegriCloud