summaryrefslogtreecommitdiffstats
path: root/libbacktrace/GetPss.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace.Chih-Hung Hsieh2016-05-181-1/+1
| | | | | Bug: 28705665 Change-Id: I469b2a882f6d1f399bfc22c75a26da245991fc33
* Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-3/+4
| | | | | Bug: 28220065 Change-Id: I6b8e121ddf98355d1c1ac034c2e3522b2b49e14b
* Refactor the code.Christopher Ferris2015-03-311-5/+13
| | | | | | | | The object hierarchy was confusing and convoluted. This removes a lot of unnecessary code, and consolidates the BacktraceCurrent and BacktraceThread code into BacktraceCurrent. Change-Id: I01c8407d493712a48169df49dd3ff46db4a7c3ae
* Create an UnwindMapLocal object.Christopher Ferris2014-04-031-0/+85
The way libunwind handles local unwinds is different from remote unwinds, so create a new map object to handle the differences. Add new test to verify the map data is being generated correctly. Add new tests to check for leaks. Refactor the BACK_LOGW code into a single header file. Change-Id: I01f3cbfc4b927646174ea1b614fa25d23b9b3427