summaryrefslogtreecommitdiffstats
path: root/libbacktrace/Backtrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix pc/function name for signal handler frame.Christopher Ferris2019-04-151-0/+2
* Move libbacktrace off cutils.Elliott Hughes2018-07-111-2/+2
* Include the map name when dumping memory around a register.Elliott Hughes2018-02-151-3/+1
* Use new unwinder for offline in libbacktrace.Christopher Ferris2018-01-291-0/+4
* Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-181-7/+5
* libbacktrace: export offline unwinding failures.Yabin Cui2017-12-151-17/+28
* Switch libbacktrace new unwinder.Christopher Ferris2017-10-301-29/+0
* Fix demangle of function names.Christopher Ferris2017-10-181-1/+31
* Cleanup the libbacktrace interface a bit.Christopher Ferris2017-07-191-4/+1
* Use demangle for function names.Christopher Ferris2017-06-021-2/+3
* Fix spelling error in warningBrian Carlstrom2017-03-231-1/+1
* Do not access device maps.Christopher Ferris2017-03-221-1/+10
* Don\'t demangle symbol names. am: fbbc744 am: 0edda64 am: 9bf0b81Josh Gao2016-03-231-16/+0
|\
| * Don't demangle symbol names.Josh Gao2016-03-231-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
* | Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-101-0/+21
* | Put BacktraceOffline code into a separate library.Christopher Ferris2016-01-251-6/+0
* | Fix libbacktrace host build.Yabin Cui2015-12-071-2/+0
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* | Change the way some maps are printed.Christopher Ferris2015-11-301-6/+16
* | Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing....Yabin Cui2015-09-221-0/+6
* | Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""Yabin Cui2015-09-221-6/+0
* | Revert "Revert "Add BacktraceOffline for offline backtracing.""Yabin Cui2015-09-211-0/+6
* | Revert "Add BacktraceOffline for offline backtracing."Yabin Cui2015-09-171-6/+0
* | Add BacktraceOffline for offline backtracing.Yabin Cui2015-09-161-0/+6
* | Display the map offset for each frame.Christopher Ferris2015-08-201-0/+5
* | Prevent crashes if a map cannot be created.Christopher Ferris2015-05-141-1/+3
* | Add load base to map for relocation packing.Christopher Ferris2015-05-011-6/+1
* | Remove libbacktrace definition of gettid.Dan Albert2015-04-301-0/+2
|/
* 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