summaryrefslogtreecommitdiff
path: root/libunwindstack/MapInfo.cpp
AgeCommit message (Expand)Author
2022-03-14Remove elf_from_memory_not_file from unwinder.Christopher Ferris
2022-01-20Fix getting elf file from JIT_SYMFILE maps.Yabin Cui
2022-01-14Merge "Move MapInfo objects in to frame data."Christopher Ferris
2022-01-05Fix memory leak.Christopher Ferris
2022-01-04Move MapInfo objects in to frame data.Christopher Ferris
2021-11-29Ignore /dev/* MapInfo for GetBuildIDThiƩbaud Weksteen
2021-11-19Merge "Add GetPrintableBuildID function to Elf object."Christopher Ferris
2021-11-19Add GetPrintableBuildID function to Elf object.Christopher Ferris
2021-11-16Fix Elf caching.Christopher Ferris
2021-11-04Remove the next_real_map and prev_real_map.Christopher Ferris
2021-10-01Fix missing offset in display for apk backtrace.Christopher Ferris
2021-05-13MapInfo: Lazy allocation of ELF-related fields.David Srbecky
2021-05-13MapInfo: Add set accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add get accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add "_" suffix to fields.David Srbecky
2021-03-23Make MapInfo strings shared as wellDavid Srbecky
2021-03-23Add shared symbol name cache.David Srbecky
2020-11-24Fix atomics in GetBuildId()David Srbecky
2020-11-19Return Build ID by const reference.Florian Mayer
2020-11-05Fix possible multiple elf objects creation.Christopher Ferris
2020-01-22Properly handle empty map after read-only map.Christopher Ferris
2019-10-08Handle when bias is different in elf headers.Christopher Ferris
2019-06-19Fix potential race condition.Christopher Ferris
2019-06-11Internalize subclasses of MemoryCasey Dahlin
2019-06-10Set elf_start_offset for invalid elf maps.Christopher Ferris
2019-04-18Add indicator that an elf is memory backed.Christopher Ferris
2019-03-13Add support for displaying soname in an apk.Christopher Ferris
2019-03-12Fix missing offset for apk.Christopher Ferris
2019-01-30Avoid signed extension of chars for build ids.Christopher Ferris
2019-01-25Add GetPrintableBuildID().Christopher Ferris
2019-01-17Add caching of build id in MapInfo object.Christopher Ferris
2019-01-16Add support for UnwinderFromPid object.Christopher Ferris
2018-12-18Fix offsets when shared lib split across maps.Christopher Ferris
2018-12-11Fix handling of ro segments for embedded libs.Christopher Ferris
2018-11-15Remove overly restrictive check for memory.Christopher Ferris
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-12Fix up the definition of Elf::GetInfo.Christopher Ferris
2018-10-03Implement support for linker rosegment option.Christopher Ferris
2018-02-16Modify elf cache to handle elf_offsets properly.Christopher Ferris
2018-01-25Add a global elf cache.Christopher Ferris
2017-12-15Fix issues in libunwindstack.Christopher Ferris
2017-12-05Demand read load bias for a map.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: add Memory::ReadPartially.Josh Gao
2017-10-20Multiple bugfixes, small restructuring.Christopher Ferris
2017-09-05Add a method to share the process memory object.Christopher Ferris
2017-08-30Add proper support for embedded elf files.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris