aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/AddressSpace.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke1-12/+12
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2020-09-23[libunwind] Optimize dl_iterate_phdr's findUnwindSectionsByPhdrRyan Prichard1-15/+23
2020-09-23[libunwind] Combine dl_iterate_phdr codepaths for DWARF and EHABIRyan Prichard1-67/+47
2020-09-16[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard1-3/+10
2020-09-09[libunwind] Bare-metal DWARF: set dso_base to 0Ryan Prichard1-0/+1
2020-09-08[libunwind] Replace chain-of-ifdefs for dl_iterate_phdrRyan Prichard1-39/+20
2020-08-26[libunwind] Minor fixes in libunwindRyan Prichard1-10/+11
2020-08-25[libunwind] Fix warning when building without frameheader cacheMikael Holmen1-0/+3
2020-08-22[libunwind] Make findUnwindSectionsByPhdr staticRyan Prichard1-3/+4
2020-08-18Default to disabling the libunwind frameheader cache.Sterling Augustine1-0/+6
2020-08-17[libunwind] Remove compatibility support for macOS 10.6Steven Wu1-36/+2
2020-07-27[libunwind] Remove old keymgr related logicLouis Dionne1-11/+0
2020-07-15[libunwind] Fix getSLEB128 on large valuesRyan Prichard1-2/+2
2020-03-12Cache uwnind frame headers as they are found.Sterling Augustine1-2/+12
2020-03-10Rework findUnwindSectionsByPhdr to be more optimal.Sterling Augustine1-27/+33
2020-03-06Split findUnwindSectionsByPhdr into target-specific functions.Sterling Augustine1-23/+44
2020-03-05Promote nameless lambda used by dl_iterate_phdr to named function.Sterling Augustine1-103/+122
2020-03-04Revert "Promote nameless lambda used by dl_iterate_phdr to named function to ...Mikhail Maltsev1-106/+103
2020-03-03Promote nameless lambda used by dl_iterate_phdr to named function to clean up...Sterling Augustine1-103/+106
2019-12-01[libunwind] Emit dependent libraries only when detected by CMakeMichał Górny1-1/+1
2019-10-31[libunwind] [Windows] Add a log message if EnumProcessModules failsMartin Storsjö1-1/+5
2019-10-18[libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard1-3/+11
2019-10-16[libunwind][Android] Improve workaround for PIE zero-dlpi_addr bugRyan Prichard1-23/+27
2019-09-20Unwind: avoid warning about unused typedefSaleem Abdulrasool1-3/+3
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong1-1/+1
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek1-1/+1
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek1-0/+3
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek1-132/+0
2019-01-24[libunwind] Don't abort if encoutering invalid .eh_frame_hdrPetr Hosek1-3/+3
2019-01-22Silence warnings about unused parametersMartin Storsjo1-0/+7
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-31[AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis1-1/+1
2018-08-30Add support for SEH unwinding on Windows.Charles Davis1-1/+5
2018-06-29Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht1-2/+10
2018-02-27[libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin1-1/+16
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo1-0/+7
2018-01-02Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen1-7/+0
2018-01-02[PPC64] Port to ppc64le - initial versionMartin Storsjo1-0/+7
2017-12-27There is no portable format string for printing `uintptr_t` values.Chandler Carruth1-6/+6
2017-12-25[libunwind] Add proper support for DWARF unwind on bare metal.whitequark1-0/+46
2017-11-16Remove a FIXME about truncated section namesMartin Storsjo1-2/+0
2017-11-01[libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert1-0/+8
2017-10-27Add support for dwarf unwinding on windows on x86_64Martin Storsjo1-8/+3
2017-10-11Support DWARF unwinding on i386 windowsMartin Storsjo1-2/+44
2017-09-21[libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin1-69/+69
2017-06-21Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow1-3/+3
2017-04-06Fix unused typedef. Follow up to r299575.Ivan Krasin1-1/+1
2017-04-05AddressSpace: fix DWARF based unwinding handling on AndroidSaleem Abdulrasool1-2/+5
2017-04-05Fix invalid memory access on android x86Saleem Abdulrasool1-0/+17