summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/MapInfoGetElfTest.cpp
AgeCommit message (Expand)Author
2020-01-22Properly handle empty map after read-only map.Christopher Ferris
2019-03-13Add support for displaying soname in an apk.Christopher Ferris
2019-01-17Add caching of build id in MapInfo object.Christopher Ferris
2018-11-15Remove overly restrictive check for memory.Christopher Ferris
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
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-03Implement support for linker rosegment option.Christopher Ferris
2018-08-03Be permissive about badly formed elf files.Christopher Ferris
2018-01-25Add a global elf cache.Christopher Ferris
2017-12-02Merge changes I53c2c560,I7d845ac5,I8b11d923Treehugger Robot
2017-11-28Allow multiple threads sharing a map to unwind.Christopher Ferris
2017-11-15unwindstack: rename Memory::Read to ReadFully.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-06-30Init .gnu_debugdata in GetElf().Christopher Ferris