summaryrefslogtreecommitdiffstats
path: root/libbacktrace/BacktraceMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move libbacktrace off cutils.Elliott Hughes2018-07-111-2/+0
* libprocinfo: add functions reading process map file.Yabin Cui2018-05-141-24/+16
* Include the map name when dumping memory around a register.Elliott Hughes2018-02-151-1/+11
* Use new unwinder for offline in libbacktrace.Christopher Ferris2018-01-291-10/+0
* Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-181-1/+1
* Demand read load bias for a map.Christopher Ferris2017-12-051-3/+4
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+2
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-0/+2
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-301-1/+1
* Fix race condition updating local map data.Christopher Ferris2016-06-161-2/+2
* Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-4/+5
* Merge "Clean up maps parsing in libbacktrace."Elliott Hughes2015-09-231-4/+1
|\
| * Clean up maps parsing in libbacktrace.Elliott Hughes2015-09-221-4/+1
* | Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing....Yabin Cui2015-09-221-0/+10
|/
* Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""Yabin Cui2015-09-221-10/+0
* Revert "Revert "Add BacktraceOffline for offline backtracing.""Yabin Cui2015-09-211-0/+10
* Revert "Add BacktraceOffline for offline backtracing."Yabin Cui2015-09-171-10/+0
* Add BacktraceOffline for offline backtracing.Yabin Cui2015-09-161-0/+10
* Fix unused argument error on darwinColin Cross2015-04-301-1/+1
* Refactor the code.Christopher Ferris2015-03-311-6/+3
* Move map data into backtrace data proper.Christopher Ferris2015-02-061-3/+4
* Add uncached argument to BacktraceMap::Create on darwinBrian Carlstrom2014-08-051-1/+1
* Change sprintf to snprintf calls.Christopher Ferris2014-04-241-2/+2
* Fix logging errors inside ALOGVColin Cross2014-02-071-1/+2
* Re-enable libunwind for arm.Christopher Ferris2014-01-281-0/+17
* Attempt to fix Mac buildBrian Carlstrom2014-01-181-1/+1
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-161-0/+130