summaryrefslogtreecommitdiffstats
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* Add uncached argument to BacktraceMap::Create on darwinBrian Carlstrom2014-08-051-1/+1
* Allow getting an uncached process map.Christopher Ferris2014-08-041-2/+6
* Update makefiles for host clang.Tim Murray2014-07-241-0/+1
* libbacktrace_libc++ needs to be multilib on the Mac too.Ian Rogers2014-06-241-0/+2
* Enable host multilib for ART testing.Ian Rogers2014-06-172-0/+3
* Build the libc++ variant of libbacktrace on the host for Mac.Ian Rogers2014-06-111-0/+17
* Only copy mcontext data from sigcontext.Christopher Ferris2014-05-232-5/+9
* Merge "Remove libstdc++ dependency from host libbacktrace"Dan Albert2014-05-221-0/+3
|\
| * Remove libstdc++ dependency from host libbacktraceDan Albert2014-05-211-0/+3
* | Add missing headersDan Albert2014-05-211-0/+1
|/
* Really fixes the ub branchesDan Albert2014-05-191-1/+1
* Fix unbundled branchesDan Albert2014-05-191-0/+3
* Adds libc++ versions of libbacktraceDan Albert2014-05-192-1/+46
* Only include ucontext.h when necessary.Christopher Ferris2014-05-094-2/+3
* Merge "Rewrite unwind thread handling."Christopher Ferris2014-05-0910-257/+267
|\
| * Rewrite unwind thread handling.Christopher Ferris2014-05-0810-257/+267
* | Remove unused LOCAL_LDLIBS.Ying Wang2014-05-071-3/+1
|/
* Use real time signal for threads instead of SIGURG.Christopher Ferris2014-04-303-5/+23
* Small cleanup of duplicated test values.Christopher Ferris2014-04-281-3/+0
* Remove libcorkscrew.Christopher Ferris2014-04-253-354/+0
* Change sprintf to snprintf calls.Christopher Ferris2014-04-241-2/+2
* Remove the arm64 special case.Christopher Ferris2014-04-211-7/+1
* Avoid logging functions from signal handler.Christopher Ferris2014-04-152-8/+14
* Create an UnwindMapLocal object.Christopher Ferris2014-04-0313-62/+379
* Enable libunwind for mips.Christopher Ferris2014-02-261-1/+1
* Fix logging errors inside ALOGVColin Cross2014-02-071-1/+2
* Call a specialized local map set.Christopher Ferris2014-02-011-3/+3
* Refactor makefile.Christopher Ferris2014-01-312-220/+176
* LP64: Enable debuggerd/libbacktrace/libunwind.Pavel Chupin2014-01-304-15/+12
* x86: Enable libunwindPavel Chupin2014-01-301-1/+1
* Clean up UnwindCurrent.cpp's use of ucontext.h.Christopher Ferris2014-01-301-21/+2
* Avoid redefinition of __STDC_FORMAT_MACROS.Ian Rogers2014-01-291-1/+0
* Fix global pointing to local variable.Christopher Ferris2014-01-281-3/+3
* Re-enable libunwind for arm.Christopher Ferris2014-01-2815-102/+287
* Get arm64 to compile.Christopher Ferris2014-01-272-3/+2
* system/core: rename aarch64 target to arm64Colin Cross2014-01-231-2/+2
* Attempt to fix Mac buildBrian Carlstrom2014-01-181-1/+1
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-1614-511/+412
* Copy the bionic -fstack-protector hack into libbacktrace.Elliott Hughes2014-01-141-0/+5
* Create a bare bones host libbacktrace on mac.Christopher Ferris2014-01-133-16/+34
* Next phase of the move, reformat use C++ features.Christopher Ferris2014-01-135-183/+158
* Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.Christopher Ferris2014-01-092-14/+21
* Refactor to share map_info amongst threads.Christopher Ferris2014-01-087-38/+52
* Fix the ucontext for mips/x86.Christopher Ferris2014-01-071-15/+4
* Switch ARM back to libcorkscrew temporarily.Elliott Hughes2014-01-021-2/+5
* Revert "Revert enabling libunwind."Christopher Ferris2013-11-081-1/+1
* Revert enabling libunwind.Christopher Ferris2013-11-071-1/+1
* Enable libunwind on arm platforms.Christopher Ferris2013-11-061-1/+1
* Use new defines in test code.Christopher Ferris2013-11-052-17/+15
* Add some clarifying defines.Christopher Ferris2013-11-051-3/+3