aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/AddressSpace.hpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-02[PAC][libunwind] Pass ptrauth-qualified values as const references (#173765)Daniil Kovalev1-11/+21
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt1-8/+19
2023-10-11[libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813)Alexander Richardson1-3/+4
2023-02-10[libunwind] On Darwin, add a callback-based lookup scheme for JIT'd unwind info.Lang Hames1-0/+20
2023-01-13[libunwind] Fixed an upcoming clang -Wsign-conversion warningFahad Nayyar1-2/+2
2022-09-16[libunwind] Fix usage of `_dl_find_object` on 32-bit x86Adrian Vogelsgesang1-5/+0
2022-08-12[libunwind] Remove __ANDROID_API__ < 18 workaroundFangrui Song1-23/+1
2022-08-09[libunwind] Use `_dl_find_object` if availableAdrian Vogelsgesang1-0/+55
2022-05-04[libunwind] Silence warnings about unused variables. NFC.Martin Storsjö1-0/+1
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-5/+5
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-6/+24
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