summaryrefslogtreecommitdiffstats
path: root/libbacktrace/UnwindStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move libbacktrace off cutils.Elliott Hughes2018-07-111-4/+0
* Method to avoid skipping frames for local unwinds.Christopher Ferris2018-03-231-0/+3
* Modify the offline handling interface.Christopher Ferris2018-02-231-4/+20
* Add ability to skip function name resolution.Christopher Ferris2018-02-201-0/+1
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-311-84/+9
* Use new unwinder for offline in libbacktrace.Christopher Ferris2018-01-291-8/+105
* Fix frame numbering regression.Christopher Ferris2018-01-261-4/+4
* Emit the frame for DEX PC before the frame for native PC.David Srbecky2018-01-251-15/+21
* Add extra frame when dex_pc is non-zero.Christopher Ferris2018-01-231-3/+80
* Fix null ptr dereference if jit debug not enabled.Christopher Ferris2018-01-221-1/+3
* Merge "Change all uintptr_t to uint64_t in API."Christopher Ferris2018-01-191-3/+3
|\
| * Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-181-3/+3
* | Add support for getting a dex pc.Christopher Ferris2018-01-171-0/+1
|/
* Add ability to read jit gdb data.Christopher Ferris2018-01-121-0/+1
* libbacktrace: export offline unwinding failures.Yabin Cui2017-12-151-2/+2
* Add method to detect remote read function to use.Christopher Ferris2017-12-071-1/+5
* Split arch data into separate files.Christopher Ferris2017-12-061-4/+2
* Only skip frames for local unwinds.Christopher Ferris2017-11-021-5/+6
* libbacktrace: remove exit time destructors.Josh Gao2017-10-261-1/+1
* libbacktrace: correctly number frames when skipping.Josh Gao2017-10-261-1/+1
* Add an interface for stopping in certain maps.Christopher Ferris2017-10-241-2/+2
* Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot2017-10-241-28/+6
|\
| * libunwindstack: expose UnwindStackMap::GetFunctionName.Josh Gao2017-10-201-24/+2
| * libbacktrace: expose libunwindstack Unwind routine.Josh Gao2017-10-201-4/+4
* | Fix demangle of function names.Christopher Ferris2017-10-181-30/+1
|/
* Update the Unwinder object and add tests.Christopher Ferris2017-10-041-120/+30
* Add a new unwind method on error.Christopher Ferris2017-09-221-53/+105
* Add a method to share the process memory object.Christopher Ferris2017-09-051-15/+15
* libunwindstack: make machine type a property of Regs.Josh Gao2017-08-251-4/+5
* Add demangling of function name.Christopher Ferris2017-08-111-1/+4
* Small clean upsChristopher Ferris2017-08-091-12/+5
* Add support for the new unwind method.Christopher Ferris2017-08-031-0/+220
* Revert "Add support for the new unwind method."Christopher Ferris2017-08-021-220/+0
* Add support for the new unwind method.Christopher Ferris2017-07-311-0/+220