summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Memory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes.Florian Mayer2018-12-061-0/+1
* Add support for caching small reads.Christopher Ferris2018-11-281-0/+53
* Implement support for linker rosegment option.Christopher Ferris2018-10-031-0/+12
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-031-0/+19
* Add ability to read jit gdb data.Christopher Ferris2018-01-121-0/+22
* Add tool to save information from a process.Christopher Ferris2017-12-201-30/+36
* Add method to detect remote read function to use.Christopher Ferris2017-12-071-59/+80
* Switch MemoryRemote to use ptrace.Christopher Ferris2017-12-041-1/+61
* unwindstack: rename Memory::ReadPartially to Read.Josh Gao2017-11-151-9/+9
* unwindstack: rename Memory::Read to ReadFully.Josh Gao2017-11-151-3/+3
* unwindstack: add Memory::ReadPartially.Josh Gao2017-11-151-119/+107
* Add a method to share the process memory object.Christopher Ferris2017-09-051-1/+8
* Make the library usable as a library.Christopher Ferris2017-07-141-1/+12
* Add overflow checks in Memory objects.Christopher Ferris2017-04-031-10/+49
* Elf interface for new unwinder.Christopher Ferris2017-03-091-1/+37
* New version of unwinder.Christopher Ferris2017-01-251-0/+180