Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Discards frames for code within library. | Christopher Ferris | 2015-04-01 | 1 | -17/+22 |
* | Refactor the code. | Christopher Ferris | 2015-03-31 | 1 | -74/+36 |
* | Move map data into backtrace data proper. | Christopher Ferris | 2015-02-06 | 1 | -2/+1 |
* | Only include ucontext.h when necessary. | Christopher Ferris | 2014-05-09 | 1 | -1/+1 |
* | Rewrite unwind thread handling. | Christopher Ferris | 2014-05-08 | 1 | -48/+37 |
* | Avoid logging functions from signal handler. | Christopher Ferris | 2014-04-15 | 1 | -7/+13 |
* | Create an UnwindMapLocal object. | Christopher Ferris | 2014-04-03 | 1 | -2/+1 |
* | LP64: Enable debuggerd/libbacktrace/libunwind. | Pavel Chupin | 2014-01-30 | 1 | -2/+1 |
* | Clean up UnwindCurrent.cpp's use of ucontext.h. | Christopher Ferris | 2014-01-30 | 1 | -21/+2 |
* | Re-enable libunwind for arm. | Christopher Ferris | 2014-01-28 | 1 | -6/+3 |
* | Get arm64 to compile. | Christopher Ferris | 2014-01-27 | 1 | -1/+1 |
* | Rewrite libbacktrace to be all C++. | Christopher Ferris | 2014-01-16 | 1 | -30/+19 |
* | Next phase of the move, reformat use C++ features. | Christopher Ferris | 2014-01-13 | 1 | -0/+1 |
* | Refactor to share map_info amongst threads. | Christopher Ferris | 2014-01-08 | 1 | -4/+4 |
* | Fix the ucontext for mips/x86. | Christopher Ferris | 2014-01-07 | 1 | -15/+4 |
* | More libbacktrace fixes. | Christopher Ferris | 2013-10-30 | 1 | -28/+21 |
* | Rewrite libbacktrace using C++. | Christopher Ferris | 2013-10-28 | 1 | -0/+222 |