summaryrefslogtreecommitdiff
path: root/libunwind/src/AddressSpace.hpp
AgeCommit message (Expand)Author
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2023-10-11[libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813)Alexander Richardson
2023-02-10[libunwind] On Darwin, add a callback-based lookup scheme for JIT'd unwind info.Lang Hames
2023-01-13[libunwind] Fixed an upcoming clang -Wsign-conversion warningFahad Nayyar
2022-09-16[libunwind] Fix usage of `_dl_find_object` on 32-bit x86Adrian Vogelsgesang
2022-08-12[libunwind] Remove __ANDROID_API__ < 18 workaroundFangrui Song
2022-08-09[libunwind] Use `_dl_find_object` if availableAdrian Vogelsgesang
2022-05-04[libunwind] Silence warnings about unused variables. NFC.Martin Storsjö
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2020-09-23[libunwind] Optimize dl_iterate_phdr's findUnwindSectionsByPhdrRyan Prichard
2020-09-23[libunwind] Combine dl_iterate_phdr codepaths for DWARF and EHABIRyan Prichard
2020-09-16[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard
2020-09-09[libunwind] Bare-metal DWARF: set dso_base to 0Ryan Prichard
2020-09-08[libunwind] Replace chain-of-ifdefs for dl_iterate_phdrRyan Prichard
2020-08-26[libunwind] Minor fixes in libunwindRyan Prichard
2020-08-25[libunwind] Fix warning when building without frameheader cacheMikael Holmen
2020-08-22[libunwind] Make findUnwindSectionsByPhdr staticRyan Prichard
2020-08-18Default to disabling the libunwind frameheader cache.Sterling Augustine
2020-08-17[libunwind] Remove compatibility support for macOS 10.6Steven Wu
2020-07-27[libunwind] Remove old keymgr related logicLouis Dionne
2020-07-15[libunwind] Fix getSLEB128 on large valuesRyan Prichard
2020-03-12Cache uwnind frame headers as they are found.Sterling Augustine
2020-03-10Rework findUnwindSectionsByPhdr to be more optimal.Sterling Augustine
2020-03-06Split findUnwindSectionsByPhdr into target-specific functions.Sterling Augustine
2020-03-05Promote nameless lambda used by dl_iterate_phdr to named function.Sterling Augustine
2020-03-04Revert "Promote nameless lambda used by dl_iterate_phdr to named function to ...Mikhail Maltsev
2020-03-03Promote nameless lambda used by dl_iterate_phdr to named function to clean up...Sterling Augustine
2019-12-01[libunwind] Emit dependent libraries only when detected by CMakeMichał Górny
2019-10-31[libunwind] [Windows] Add a log message if EnumProcessModules failsMartin Storsjö
2019-10-18[libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard
2019-10-16[libunwind][Android] Improve workaround for PIE zero-dlpi_addr bugRyan Prichard
2019-09-20Unwind: avoid warning about unused typedefSaleem Abdulrasool
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek
2019-01-24[libunwind] Don't abort if encoutering invalid .eh_frame_hdrPetr Hosek
2019-01-22Silence warnings about unused parametersMartin Storsjo
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-31[AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis
2018-08-30Add support for SEH unwinding on Windows.Charles Davis
2018-06-29Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht
2018-02-27[libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo
2018-01-02Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen
2018-01-02[PPC64] Port to ppc64le - initial versionMartin Storsjo
2017-12-27There is no portable format string for printing `uintptr_t` values.Chandler Carruth