summaryrefslogtreecommitdiff
path: root/libunwindstack/JitDebug.cpp
AgeCommit message (Expand)Author
2021-05-08Pass DexFile as shared_ptrDavid Srbecky
2021-03-22Make a copy of in-memory ELF files.David Srbecky
2021-03-22Share code between JitDebug and DexFilesDavid Srbecky
2021-03-17Simplify JitDebug implementation with templates.David Srbecky
2021-03-09Add helpers to create JitDebug and DexFiles.David Srbecky
2021-03-09Rename JitDebug::GetElf and DexFiles::GetDexFileDavid Srbecky
2019-06-11Internalize subclasses of MemoryCasey Dahlin
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-10-29Verify that the elf matches the expected arch.Christopher Ferris
2018-10-23Always init gnu_debugdata interface if it exists.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-02Load dex files from ART-specific data structure.Christopher Ferris
2018-01-16Find first non-zero jit debug entry.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris