summaryrefslogtreecommitdiffstats
path: root/libbacktrace/Backtrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't demangle symbol names.Josh Gao2016-03-251-16/+0
* Display the map offset for each frame.Christopher Ferris2015-08-201-0/+5
* Prevent crashes if a map cannot be created.Christopher Ferris2015-05-151-1/+3
* Remove libbacktrace definition of gettid.Dan Albert2015-05-131-0/+2
* Add load base to map for relocation packing.Christopher Ferris2015-05-011-6/+1
* Refactor the code.Christopher Ferris2015-03-311-0/+138
* Re-enable libunwind for arm.Christopher Ferris2014-01-281-228/+0
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-161-151/+57
* Create a bare bones host libbacktrace on mac.Christopher Ferris2014-01-131-1/+1
* Next phase of the move, reformat use C++ features.Christopher Ferris2014-01-131-4/+7
* Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.Christopher Ferris2014-01-091-2/+2
* Refactor to share map_info amongst threads.Christopher Ferris2014-01-081-18/+30
* Add some clarifying defines.Christopher Ferris2013-11-051-3/+3
* More libbacktrace fixes.Christopher Ferris2013-10-301-14/+9
* Rewrite libbacktrace using C++.Christopher Ferris2013-10-281-0/+312