summaryrefslogtreecommitdiffstats
path: root/libbacktrace/UnwindStackMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-231-1/+1
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-031-7/+6
* Modify the offline handling interface.Christopher Ferris2018-02-231-10/+10
* Load dex files from ART-specific data structure.Christopher Ferris2018-02-021-1/+1
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-311-29/+3
* Use new unwinder for offline in libbacktrace.Christopher Ferris2018-01-291-0/+50
* Add extra frame when dex_pc is non-zero.Christopher Ferris2018-01-231-0/+29
* Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-181-4/+4
* Add ability to read jit gdb data.Christopher Ferris2018-01-121-0/+7
* Demand read load bias for a map.Christopher Ferris2017-12-051-2/+13
* Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-281-6/+6
* Switch libbacktrace new unwinder.Christopher Ferris2017-10-301-1/+1
* libbacktrace: expose BacktraceMap's unwindstack::Memory.Josh Gao2017-10-201-0/+4
* libunwindstack: expose UnwindStackMap::GetFunctionName.Josh Gao2017-10-201-0/+21
* Add a method to share the process memory object.Christopher Ferris2017-09-051-1/+4
* Add support for the new unwind method.Christopher Ferris2017-08-031-0/+94
* Revert "Add support for the new unwind method."Christopher Ferris2017-08-021-94/+0
* Add support for the new unwind method.Christopher Ferris2017-07-311-0/+94