aboutsummaryrefslogtreecommitdiffstats
path: root/libcorkscrew
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak I caused in the libcorkscrew test program.Elliott Hughes2012-05-221-1/+1
* Fix libcorkscrew for x86 targets (bionic) as well as the host (glibc).Elliott Hughes2012-05-211-0/+18
* Test libcorkscrew's ELF symbol table decoder too.Elliott Hughes2012-05-181-1/+23
* Support libcorkscrew on x86 hosts in binaries using glibc.Elliott Hughes2012-05-185-48/+132
* Add missing #includes.Elliott Hughes2012-05-172-0/+2
* Improve backtrace formatting.Jeff Brown2011-11-223-13/+50
* Minor robustness tweaks.Jeff Brown2011-11-181-12/+52
* Link with libgccdemangle.so for name demangling.Jing Yu2011-11-092-12/+6
* Improve stack unwinder robustness.Jeff Brown2011-11-047-138/+339
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-6/+6
* A wee little division by 8 makes all the difference.Jeff Brown2011-10-251-6/+10
* Add support for explicitly dumping native stacks.Jeff Brown2011-10-251-15/+25
* Add x86 stack unwinding support to libcorkscrew.Jeff Brown2011-10-223-0/+163
* Add a new library for collecting stack traces.Jeff Brown2011-10-2214-0/+1673