summaryrefslogtreecommitdiffstats
path: root/libc/bionic/debug_stacktrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the libcxxabi __cxa_demangle.Elliott Hughes2015-02-051-18/+3
* Add missing includes.Elliott Hughes2015-01-281-0/+1
* _Unwind_Context is a struct.Elliott Hughes2015-01-061-5/+0
* Use libunwindbacktrace for debug malloc code.Christopher Ferris2014-07-291-2/+11
* Switch to g_ for globals.Elliott Hughes2014-05-141-13/+13
* clang is >= 3.4 now; remove a hack.Elliott Hughes2014-04-211-12/+0
* Fix log_backtrace assertion failure caused by LP64 fix.Elliott Hughes2014-02-251-9/+10
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Fix bionic's built-in stack trace dumping for LP64.Elliott Hughes2013-10-081-6/+14
* Add simple implementation _Unwind_GetIP() for clang compiles.Stephen Hines2013-10-011-0/+12
* Remove a spurious FIXME and unnecessary type cast.Ben Cheng2013-05-071-4/+1
* Adjust PC value in ARM stack trace.Ben Cheng2013-05-071-0/+21
* Clean up internal libc logging.Elliott Hughes2013-03-151-2/+1
* Don't collect useless stack frames; do demangle C++ symbols.Elliott Hughes2013-01-291-41/+74
* More debug malloc fixes.Elliott Hughes2013-01-251-5/+5
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-0/+112