summaryrefslogtreecommitdiffstats
path: root/libbacktrace/backtrace_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test unwinding through a signal handler.Christopher Ferris2017-03-231-7/+146
* Do not access device maps.Christopher Ferris2017-03-221-0/+166
* Allow calling GetFunctionName before unwinding.Christopher Ferris2017-03-211-84/+88
* Fix race condition updating local map data.Christopher Ferris2016-06-161-0/+1
* Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace.Chih-Hung Hsieh2016-05-181-1/+1
* Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-101-0/+32
* Don't fail if the new pss is less than stable.Christopher Ferris2016-03-071-3/+3
* system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-3/+2
* Modify tests to use executable memory.Christopher Ferris2016-01-151-2/+2
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+1
* Change the way some maps are printed.Christopher Ferris2015-11-301-4/+17
* am e0ab2322: Display the map offset for each frame.Christopher Ferris2015-08-201-0/+9
|\
| * Display the map offset for each frame.Christopher Ferris2015-08-201-0/+9
| * Add tests for elf unwinding in memory.Christopher Ferris2015-05-131-0/+298
| * Remove libbacktrace definition of gettid.Dan Albert2015-05-131-8/+9
| * Fix small ptrace reads.Christopher Ferris2015-05-061-9/+29
| * Add load base to map for relocation packing.Christopher Ferris2015-05-011-0/+11
* | Use delete[] to de-allocate pointers from new[]Pirama Arumuga Nainar2015-07-091-2/+2
* | Add tests for elf unwinding in memory.Christopher Ferris2015-05-121-0/+298
* | Fix small ptrace reads.Christopher Ferris2015-05-061-9/+29
* | Add load base to map for relocation packing.Christopher Ferris2015-05-011-0/+11
* | Remove libbacktrace definition of gettid.Dan Albert2015-04-301-8/+9
|/
* Update the test for better output on error.Christopher Ferris2015-04-021-14/+31
* Discards frames for code within library.Christopher Ferris2015-04-011-0/+18
* Refactor the code.Christopher Ferris2015-03-311-9/+22
* Add variable length read to Backtrace.Christopher Ferris2015-03-171-77/+238
* Move map data into backtrace data proper.Christopher Ferris2015-02-061-10/+24
* Convert futex to cond wait.Christopher Ferris2014-11-141-5/+12
* Rewrite unwind thread handling.Christopher Ferris2014-05-081-0/+43
* Use real time signal for threads instead of SIGURG.Christopher Ferris2014-04-301-2/+11
* Create an UnwindMapLocal object.Christopher Ferris2014-04-031-6/+141
* Re-enable libunwind for arm.Christopher Ferris2014-01-281-6/+47
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-161-38/+57
* Next phase of the move, reformat use C++ features.Christopher Ferris2014-01-131-179/+147
* Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.Christopher Ferris2014-01-091-12/+19
* Use new defines in test code.Christopher Ferris2013-11-051-13/+13
* Rewrite libbacktrace using C++.Christopher Ferris2013-10-281-0/+660