summaryrefslogtreecommitdiffstats
path: root/libbacktrace/UnwindCurrent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only include ucontext.h when necessary.Christopher Ferris2014-05-091-1/+1
* Rewrite unwind thread handling.Christopher Ferris2014-05-081-48/+37
* Avoid logging functions from signal handler.Christopher Ferris2014-04-151-7/+13
* Create an UnwindMapLocal object.Christopher Ferris2014-04-031-2/+1
* LP64: Enable debuggerd/libbacktrace/libunwind.Pavel Chupin2014-01-301-2/+1
* Clean up UnwindCurrent.cpp's use of ucontext.h.Christopher Ferris2014-01-301-21/+2
* Re-enable libunwind for arm.Christopher Ferris2014-01-281-6/+3
* Get arm64 to compile.Christopher Ferris2014-01-271-1/+1
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-161-30/+19
* Next phase of the move, reformat use C++ features.Christopher Ferris2014-01-131-0/+1
* Refactor to share map_info amongst threads.Christopher Ferris2014-01-081-4/+4
* Fix the ucontext for mips/x86.Christopher Ferris2014-01-071-15/+4
* More libbacktrace fixes.Christopher Ferris2013-10-301-28/+21
* Rewrite libbacktrace using C++.Christopher Ferris2013-10-281-0/+222