summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix mips build.Christopher Ferris2014-02-011-1/+1
* Increase the scope of other reused definitions.Elliott Hughes2014-01-301-2/+2
* Fix build by defining LOCAL_PATH early enough.Elliott Hughes2014-01-301-5/+4
* Allow the host libcorkscrew to build.Elliott Hughes2014-01-301-2/+1
* Don't try to build libcorkscrew for LP64.Elliott Hughes2014-01-301-0/+4
* Switch mips libcorkscrew over to <sys/ucontext.h>.Elliott Hughes2014-01-291-40/+5
* Merge "Switch arm libcorkscrew over to <sys/ucontext.h>."Elliott Hughes2014-01-291-13/+1
|\
| * Switch arm libcorkscrew over to <sys/ucontext.h>.Elliott Hughes2014-01-291-13/+1
* | Switch x86 libcorkscrew over to <ucontext.h>.Elliott Hughes2014-01-291-40/+1
|/
* Use the more portable <elf.h> instead of <sys/exec_elf.h>.Elliott Hughes2014-01-102-2/+2
* Dwarf backtrace for MIPSChris Dearman2013-12-114-84/+1061
* am 8fb85b37: am 2b2f1ae8: Merge "Add -Wno-unused-parameter to suppress the wa...Ben Cheng2013-09-041-2/+2
|\
| * Add -Wno-unused-parameter to suppress the warning.Ben Cheng2013-09-041-2/+2
* | am bfe8e68a: am 2e5157fa: Merge "Fix build with gcc-4.8 and array boundaries ...Elliott Hughes2013-08-271-15/+14
|\|
| * Fix build with gcc-4.8 and array boundaries issuePavel Chupin2013-08-061-15/+14
* | Format stack trace PC offset to 8 digits with leading zeros.Ben Cheng2013-05-211-8/+9
|/
* am de1dadb7: Merge "Disable darwin build"Brian Carlstrom2013-05-151-1/+3
|\
| * Disable darwin buildBrian Carlstrom2013-05-151-1/+3
* | resolved conflicts for merge of 07db2970 to jb-mr2-dev-plus-aospBrian Carlstrom2013-05-148-44/+184
|\|
| * Add flush_my_map_info_list() and fix a bug in the Mac load_map_info_list().Elliott Hughes2013-05-142-4/+21
| * Add basic Darwin support to libcorkscrew.Elliott Hughes2013-05-148-41/+164
* | Add liblogYing Wang2013-04-101-2/+2
|/
* debuggerd: Fix minor memory leakLiangtao Gao2013-03-201-0/+1
* Unwinding implementation via eh_frame sections for x86Pavel Chupin2013-03-144-28/+894
* Merge "Tidy up long lines"Jeffrey Brown2013-02-061-4/+7
|\
| * Tidy up long linesDuane Sand2012-09-241-4/+7
* | libcorkscrew will always HAVE_DLADDR.Elliott Hughes2013-01-251-4/+0
* | Include page protections in the debuggerd map output.Elliott Hughes2013-01-031-2/+9
* | Fix ELF header parser bug.Ben Cheng2012-12-101-4/+7
* | resolved conflicts for merge of a6405e9d to jb-mr1-devJean-Baptiste Queru2012-08-232-19/+57
|\|
| * Merge "libcorkscrew: avoid future name collisions."Jean-Baptiste Queru2012-08-222-38/+46
| |\
| | * libcorkscrew: avoid future name collisions.David 'Digit' Turner2012-07-132-38/+46
* | | am 417e3041: am 8124e073: Merge "Fix unused parameter warnings"Jean-Baptiste Queru2012-08-153-7/+10
|\| |
| * | Merge "Fix unused parameter warnings"Jean-Baptiste Queru2012-08-153-7/+10
| |\ \
| | * | Fix unused parameter warningsEdwin Vane2012-08-133-7/+10
| | |/
* | | am 83c4398b: am cc12ed32: Merge "[MIPS] debuggerd and libcorkscrew support"Jean-Baptiste Queru2012-08-153-0/+228
|\| |
| * | [MIPS] debuggerd and libcorkscrew supportChris Dearman2012-08-103-0/+228
| |/
* | 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