summaryrefslogtreecommitdiffstats
path: root/libbacktrace/UnwindCurrent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-181-165/+0
* libbacktrace: export offline unwinding failures.Yabin Cui2017-12-151-2/+2
* Cleanup the libbacktrace interface a bit.Christopher Ferris2017-07-191-0/+5
* Do not access device maps.Christopher Ferris2017-03-221-1/+11
* Allow calling GetFunctionName before unwinding.Christopher Ferris2017-03-211-0/+17
* Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-101-0/+2
* Revert "Do not do local unwinds through .oat or .dex maps."Andreas Gampe2016-03-021-11/+0
* Do not do local unwinds through .oat or .dex maps.Christopher Ferris2016-03-011-0/+11
* Discards frames for code within library.Christopher Ferris2015-04-011-17/+22
* Refactor the code.Christopher Ferris2015-03-311-74/+36
* Move map data into backtrace data proper.Christopher Ferris2015-02-061-2/+1
* 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