summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable libunwind for mips.Christopher Ferris2014-02-261-1/+1
* Fix logging errors inside ALOGVColin Cross2014-02-071-1/+2
* Call a specialized local map set.Christopher Ferris2014-02-011-3/+3
* Refactor makefile.Christopher Ferris2014-01-312-220/+176
* LP64: Enable debuggerd/libbacktrace/libunwind.Pavel Chupin2014-01-304-15/+12
* x86: Enable libunwindPavel Chupin2014-01-301-1/+1
* Clean up UnwindCurrent.cpp's use of ucontext.h.Christopher Ferris2014-01-301-21/+2
* Avoid redefinition of __STDC_FORMAT_MACROS.Ian Rogers2014-01-291-1/+0
* Fix global pointing to local variable.Christopher Ferris2014-01-291-3/+3
* Re-enable libunwind for arm.Christopher Ferris2014-01-2815-102/+287
* Get arm64 to compile.Christopher Ferris2014-01-272-3/+2
* system/core: rename aarch64 target to arm64Colin Cross2014-01-231-2/+2
* Attempt to fix Mac buildBrian Carlstrom2014-01-181-1/+1
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-1614-511/+412
* Copy the bionic -fstack-protector hack into libbacktrace.Elliott Hughes2014-01-141-0/+5
* Create a bare bones host libbacktrace on mac.Christopher Ferris2014-01-143-16/+34
* Next phase of the move, reformat use C++ features.Christopher Ferris2014-01-135-183/+158
* Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.Christopher Ferris2014-01-092-14/+21
* Refactor to share map_info amongst threads.Christopher Ferris2014-01-087-38/+52
* Fix the ucontext for mips/x86.Christopher Ferris2014-01-071-15/+4
* Switch ARM back to libcorkscrew temporarily.Elliott Hughes2014-01-021-2/+5
* Revert "Revert enabling libunwind."Christopher Ferris2013-11-071-1/+1
* Revert enabling libunwind.Christopher Ferris2013-11-071-1/+1
* Enable libunwind on arm platforms.Christopher Ferris2013-11-061-1/+1
* Use new defines in test code.Christopher Ferris2013-11-052-17/+15
* Add some clarifying defines.Christopher Ferris2013-11-051-3/+3
* Add corkscrew support for finding static symbols.Christopher Ferris2013-11-041-7/+25
* More libbacktrace fixes.Christopher Ferris2013-10-307-110/+105
* Rewrite libbacktrace using C++.Christopher Ferris2013-10-2823-993/+2235
* Only build host library on linux-x86.Christopher Ferris2013-10-021-32/+32
* Fix problems in libbacktrace.Christopher Ferris2013-10-013-6/+42
* Create a single backtrace library.Christopher Ferris2013-09-2814-0/+1366