summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test for _WIN32 in instead of USE_MINGW.Elliott Hughes2016-10-051-1/+1
* Fix race condition updating local map data.Christopher Ferris2016-06-171-0/+20
* Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-101-0/+24
* Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing....Yabin Cui2015-09-212-0/+17
* Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""Yabin Cui2015-09-212-17/+0
* Revert "Revert "Add BacktraceOffline for offline backtracing.""Yabin Cui2015-09-212-0/+17
* Revert "Add BacktraceOffline for offline backtracing."Yabin Cui2015-09-172-17/+0
* Add BacktraceOffline for offline backtracing.Yabin Cui2015-09-162-0/+17
* Change the 64 bit map address format.Christopher Ferris2015-06-031-7/+5
* Add offset to map data.Christopher Ferris2015-05-061-0/+1
* Add load base to map for relocation packing.Christopher Ferris2015-05-011-0/+9
* Refactor the code.Christopher Ferris2015-03-311-12/+9
* Add variable length read to Backtrace.Christopher Ferris2015-03-171-0/+6
* Move map data into backtrace data proper.Christopher Ferris2015-02-062-8/+15
* Allow getting an uncached process map.Christopher Ferris2014-08-041-1/+4
* Add missing headersDan Albert2014-05-211-0/+1
* Fix ucontext_t forward declare for mac.Christopher Ferris2014-05-091-0/+5
* Fix mac build.Christopher Ferris2014-05-091-1/+3
* Rewrite unwind thread handling.Christopher Ferris2014-05-081-1/+2
* Create an UnwindMapLocal object.Christopher Ferris2014-04-031-1/+1
* LP64: Enable debuggerd/libbacktrace/libunwind.Pavel Chupin2014-01-301-2/+11
* Re-enable libunwind for arm.Christopher Ferris2014-01-282-9/+8
* Add PROT_* constants not found on windows.Christopher Ferris2014-01-171-0/+8
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-164-156/+149
* Next phase of the move, reformat use C++ features.Christopher Ferris2014-01-132-0/+9
* Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.Christopher Ferris2014-01-091-2/+2
* Refactor to share map_info amongst threads.Christopher Ferris2014-01-082-2/+14
* Fix include files in backtrace.h.Christopher Ferris2013-11-061-2/+2
* Add some clarifying defines.Christopher Ferris2013-11-051-0/+8
* More libbacktrace fixes.Christopher Ferris2013-10-301-11/+12
* Rewrite libbacktrace using C++.Christopher Ferris2013-10-282-25/+120
* Update comment from review.Christopher Ferris2013-09-301-1/+1
* Create a single backtrace library.Christopher Ferris2013-09-281-0/+104