summaryrefslogtreecommitdiffstats
path: root/libbacktrace/backtrace_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Load libbacktrace_test.so explicitly.Christopher Ferris2018-10-031-94/+96
* Move libbacktrace off cutils.Elliott Hughes2018-07-111-8/+8
* Change tests to use a temporary dir for files.Christopher Ferris2018-05-241-42/+45
* Method to avoid skipping frames for local unwinds.Christopher Ferris2018-03-231-3/+39
* Use new unwinder for offline in libbacktrace.Christopher Ferris2018-01-291-35/+49
* Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-181-57/+58
* libbacktrace: export offline unwinding failures.Yabin Cui2017-12-151-24/+24
* Demand read load bias for a map.Christopher Ferris2017-12-051-6/+42
* Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-281-43/+14
* Switch libbacktrace new unwinder.Christopher Ferris2017-10-301-99/+6
* libbacktrace: correctly number frames when skipping.Josh Gao2017-10-261-0/+16
* Add a new unwind method on error.Christopher Ferris2017-09-221-22/+34
* Update the tests.Christopher Ferris2017-08-281-25/+108
* Cleanup the libbacktrace interface a bit.Christopher Ferris2017-07-191-6/+14
* 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