summaryrefslogtreecommitdiffstats
path: root/libbacktrace/BacktraceThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the code.Christopher Ferris2015-03-311-227/+0
* Convert futex to cond wait.Christopher Ferris2014-11-141-16/+33
* Only copy mcontext data from sigcontext.Christopher Ferris2014-05-231-1/+7
* Rewrite unwind thread handling.Christopher Ferris2014-05-081-141/+129
* Use real time signal for threads instead of SIGURG.Christopher Ferris2014-04-301-3/+3
* Create an UnwindMapLocal object.Christopher Ferris2014-04-031-0/+1
* Re-enable libunwind for arm.Christopher Ferris2014-01-281-4/+0
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-161-18/+8
* Refactor to share map_info amongst threads.Christopher Ferris2014-01-081-2/+3
* More libbacktrace fixes.Christopher Ferris2013-10-301-51/+55
* Rewrite libbacktrace using C++.Christopher Ferris2013-10-281-0/+224