summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Maps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes.Florian Mayer2018-12-061-0/+1
* Implement support for linker rosegment option.Christopher Ferris2018-10-031-3/+3
* Add a specialized LocalUnwinder object.Christopher Ferris2018-05-231-0/+79
* libprocinfo: add functions reading process map file.Yabin Cui2018-05-141-163/+20
* Support a map that represents gdb jit elf data.Yabin Cui2018-03-211-0/+6
* Fix issues in libunwindstack.Christopher Ferris2017-12-151-57/+7
* Fix incorrect usage of relative pcs.Christopher Ferris2017-11-291-6/+6
* Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-281-45/+47
* Speed up map creation.Christopher Ferris2017-08-231-35/+124
* Make the library usable as a library.Christopher Ferris2017-07-141-1/+7
* Fix some memory leaks, potential errors.Christopher Ferris2017-06-191-9/+11
* Implement maps parsing.Christopher Ferris2017-04-061-0/+196