summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/MapInfo.h
AgeCommit message (Expand)Author
2022-04-20Use #pragma once header guard.Christopher Ferris
2022-03-14Remove elf_from_memory_not_file from unwinder.Christopher Ferris
2022-01-04Move MapInfo objects in to frame data.Christopher Ferris
2021-11-04Remove the next_real_map and prev_real_map.Christopher Ferris
2021-10-28Maps contains shared_ptr MapInfo objects now.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-05-10Add SharedString constructor to MapInfoDavid 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-09-30Further document MapInfo::elf_offset.Florian Mayer
2019-06-11Internalize subclasses of MemoryCasey Dahlin
2019-04-18Add indicator that an elf is memory backed.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-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-05-14libprocinfo: add functions reading process map file.Yabin Cui
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-11-28Allow multiple threads sharing a map to unwind.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-08-03Add support for the new unwind method.Christopher Ferris
2017-08-02Revert "Add support for the new unwind method."Christopher Ferris
2017-07-31Add support for the new unwind method.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris