Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable libunwind for mips. | Christopher Ferris | 2014-02-26 | 1 | -1/+1 |
* | Fix logging errors inside ALOGV | Colin Cross | 2014-02-07 | 1 | -1/+2 |
* | Call a specialized local map set. | Christopher Ferris | 2014-02-01 | 1 | -3/+3 |
* | Refactor makefile. | Christopher Ferris | 2014-01-31 | 2 | -220/+176 |
* | LP64: Enable debuggerd/libbacktrace/libunwind. | Pavel Chupin | 2014-01-30 | 4 | -15/+12 |
* | x86: Enable libunwind | Pavel Chupin | 2014-01-30 | 1 | -1/+1 |
* | Clean up UnwindCurrent.cpp's use of ucontext.h. | Christopher Ferris | 2014-01-30 | 1 | -21/+2 |
* | Avoid redefinition of __STDC_FORMAT_MACROS. | Ian Rogers | 2014-01-29 | 1 | -1/+0 |
* | Fix global pointing to local variable. | Christopher Ferris | 2014-01-28 | 1 | -3/+3 |
* | Re-enable libunwind for arm. | Christopher Ferris | 2014-01-28 | 15 | -102/+287 |
* | Get arm64 to compile. | Christopher Ferris | 2014-01-27 | 2 | -3/+2 |
* | system/core: rename aarch64 target to arm64 | Colin Cross | 2014-01-23 | 1 | -2/+2 |
* | Attempt to fix Mac build | Brian Carlstrom | 2014-01-18 | 1 | -1/+1 |
* | Rewrite libbacktrace to be all C++. | Christopher Ferris | 2014-01-16 | 14 | -511/+412 |
* | Copy the bionic -fstack-protector hack into libbacktrace. | Elliott Hughes | 2014-01-14 | 1 | -0/+5 |
* | Create a bare bones host libbacktrace on mac. | Christopher Ferris | 2014-01-13 | 3 | -16/+34 |
* | Next phase of the move, reformat use C++ features. | Christopher Ferris | 2014-01-13 | 5 | -183/+158 |
* | Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. | Christopher Ferris | 2014-01-09 | 2 | -14/+21 |
* | Refactor to share map_info amongst threads. | Christopher Ferris | 2014-01-08 | 7 | -38/+52 |
* | Fix the ucontext for mips/x86. | Christopher Ferris | 2014-01-07 | 1 | -15/+4 |
* | Switch ARM back to libcorkscrew temporarily. | Elliott Hughes | 2014-01-02 | 1 | -2/+5 |
* | Revert "Revert enabling libunwind." | Christopher Ferris | 2013-11-08 | 1 | -1/+1 |
* | Revert enabling libunwind. | Christopher Ferris | 2013-11-07 | 1 | -1/+1 |
* | Enable libunwind on arm platforms. | Christopher Ferris | 2013-11-06 | 1 | -1/+1 |
* | Use new defines in test code. | Christopher Ferris | 2013-11-05 | 2 | -17/+15 |
* | Add some clarifying defines. | Christopher Ferris | 2013-11-05 | 1 | -3/+3 |
* | Add corkscrew support for finding static symbols. | Christopher Ferris | 2013-11-04 | 1 | -7/+25 |
* | More libbacktrace fixes. | Christopher Ferris | 2013-10-30 | 7 | -110/+105 |
* | Rewrite libbacktrace using C++. | Christopher Ferris | 2013-10-28 | 23 | -993/+2235 |
* | Only build host library on linux-x86. | Christopher Ferris | 2013-10-02 | 1 | -32/+32 |
* | Fix problems in libbacktrace. | Christopher Ferris | 2013-10-01 | 3 | -6/+42 |
* | Create a single backtrace library. | Christopher Ferris | 2013-09-28 | 14 | -0/+1366 |