summaryrefslogtreecommitdiff
path: root/libunwindstack/DexFiles.cpp
AgeCommit message (Expand)Author
2021-05-08Pass DexFile as shared_ptrDavid Srbecky
2021-03-23Simplify DexFile implementation.David Srbecky
2021-03-22Share code between JitDebug and DexFilesDavid Srbecky
2021-03-09Add helpers to create JitDebug and DexFiles.David Srbecky
2021-03-09Rename DexFile::GetMethodInformation to GetFunctionNameDavid Srbecky
2021-03-09Rename JitDebug::GetElf and DexFiles::GetDexFileDavid Srbecky
2019-11-20Move the dexfile support to implementation.Christopher Ferris
2019-04-05Revert "Check for data races when reading JIT/DEX entries."David Srbecky
2019-03-29Check for data races when reading JIT/DEX entries.David Srbecky
2018-12-19Revert^2 "Use libdexfile external API in libunwindstack."Martin Stjernholm
2018-12-19Revert "Use libdexfile external API in libunwindstack."Martin Stjernholm
2018-12-13Use libdexfile external API in libunwindstack.Martin Stjernholm
2018-10-29Verify that the elf matches the expected arch.Christopher Ferris
2018-10-17Fix which maps to search for globals.Christopher Ferris
2018-10-08Fix handling of globals for new linker.Christopher Ferris
2018-02-16Adjust DEX file reading to follow layout changes in ART.David Srbecky
2018-02-02Load dex files from ART-specific data structure.Christopher Ferris
2018-02-01Fix symbol resolution within a dex file.David Srbecky
2018-01-31Move dex pc frame creation into libunwindstack.Christopher Ferris