summaryrefslogtreecommitdiff
path: root/libunwindstack/Memory.cpp
AgeCommit message (Expand)Author
2022-01-05Fix memory leak.Christopher Ferris
2021-10-06Add offline test for apk issues.Christopher Ferris
2021-06-30Move compression memory object into its own file.Christopher Ferris
2021-06-23Fix up the log system.Christopher Ferris
2021-06-10Fix potential use of unitialized cache.Christopher Ferris
2021-04-15Add a MemoryThreadCache object.Christopher Ferris
2021-03-30Implement random-access decompression for mini-debug-info.David Srbecky
2021-03-23Simplify DexFile implementation.David Srbecky
2021-01-11Remove ANDROID_EXPERIMENTAL_MTE.Peter Collingbourne
2020-10-23Fix overflow in memory ranges.Christopher Ferris
2020-04-20Merge "Optimize Memory::ReadString"Christopher Ferris
2020-04-16Optimize Memory::ReadStringDavid Srbecky
2020-04-16libunwindstack: Add Memory::ReadTag() function for reading memory tags.Peter Collingbourne
2019-12-19Fix handling of possible bad gnu_debugdata_size.Christopher Ferris
2019-06-11Internalize subclasses of MemoryCasey Dahlin
2018-12-06Add missing includes.Florian Mayer
2018-11-28Add support for caching small reads.Christopher Ferris
2018-10-03Implement support for linker rosegment option.Christopher Ferris
2018-04-03Add a MemoryOfflineBuffer object.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-20Add tool to save information from a process.Christopher Ferris
2017-12-07Add method to detect remote read function to use.Christopher Ferris
2017-12-04Switch MemoryRemote to use ptrace.Christopher Ferris
2017-11-15unwindstack: rename Memory::ReadPartially to Read.Josh Gao
2017-11-15unwindstack: rename Memory::Read to ReadFully.Josh Gao
2017-11-15unwindstack: add Memory::ReadPartially.Josh Gao
2017-09-05Add a method to share the process memory object.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris
2017-04-03Add overflow checks in Memory objects.Christopher Ferris
2017-03-09Elf interface for new unwinder.Christopher Ferris
2017-01-25New version of unwinder.Christopher Ferris