summaryrefslogtreecommitdiffstats
path: root/libbacktrace/backtrace_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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