summaryrefslogtreecommitdiff
path: root/libunwindstack/Maps.cpp
AgeCommit message (Expand)Author
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: 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-12Detect if LocalUpdatableMaps::Reparse made any changes.David Srbecky
2021-03-31Allow Unwinder object to be used for local unwinds.Christopher Ferris
2021-03-23Make MapInfo strings shared as wellDavid Srbecky
2021-01-14Add a flag to distinguish shared VMAsEdgar Arriaga
2020-05-01Fix dangling pointer issue in LocalUpdatbleMapsSim Sun
2020-01-22Properly handle empty map after read-only map.Christopher Ferris
2019-11-14unwindstack: fix dangling pointer in LocalUpdatableMaps.Josh Gao
2019-09-16Fix LocalUpdatableMapsDavid Srbecky
2019-03-05Fix copy / move behaviour of Maps object.Florian Mayer
2019-02-11procinfo: Read inode number from /proc/<pid>/mapsSandeep Patil
2018-12-18Fix offsets when shared lib split across maps.Christopher Ferris
2018-12-06Add missing includes.Florian Mayer
2018-10-03Implement support for linker rosegment option.Christopher Ferris
2018-05-23Add a specialized LocalUnwinder object.Christopher Ferris
2018-05-14libprocinfo: add functions reading process map file.Yabin Cui
2018-03-21Support a map that represents gdb jit elf data.Yabin Cui
2017-12-15Fix issues in libunwindstack.Christopher Ferris
2017-11-29Fix incorrect usage of relative pcs.Christopher Ferris
2017-11-28Allow multiple threads sharing a map to unwind.Christopher Ferris
2017-08-23Speed up map creation.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris
2017-06-19Fix some memory leaks, potential errors.Christopher Ferris
2017-04-06Implement maps parsing.Christopher Ferris