summaryrefslogtreecommitdiffstats
path: root/debuggerd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mips debuggerd <corkscrew/ptrace.h> build breakage.Elliott Hughes2014-05-071-4/+2
* Log stack even if tombstone cannot be created.Christopher Ferris2014-05-051-10/+17
* debuggerd: turn on -WerrorMark Salyzyn2014-05-023-12/+10
* Use the si_code value bionic passes us.Elliott Hughes2014-04-254-40/+62
* Add missing si_code values to debuggerd.Elliott Hughes2014-04-241-6/+10
* Improve liblog's fatal logging.Elliott Hughes2014-04-241-21/+28
* logd: liblog: logcat: debuggerd: Add LOG_ID_CRASHMark Salyzyn2014-04-161-1/+2
* debuggerd: use LOCAL_MULTILIBColin Cross2014-03-262-92/+75
* build debuggerd and debuggerd64 on 64-bit architecturesColin Cross2014-02-122-50/+89
* Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."Nick Kralevich2014-02-121-1/+1
|\
| * Convert all selinux_android_restorecon and _setfilecon calls to new API.Stephen Smalley2014-02-071-1/+1
* | Merge "Use stat structure to keep oldest mtime."Christopher Ferris2014-02-081-20/+11
|\ \
| * | Use stat structure to keep oldest mtime.Christopher Ferris2014-02-071-20/+11
| |/
* | Use socklen_t instead of int in debuggerd.Elliott Hughes2014-02-071-11/+9
|/
* system/core LP64 cleanup.Elliott Hughes2014-02-051-4/+4
* Fix debuggerd's symbol offset output.Elliott Hughes2014-01-311-2/+2
* LP64 should have debuggerd and debuggerd64.Elliott Hughes2014-01-311-1/+5
* Remove dead code that looked like part of debuggerd.Elliott Hughes2014-01-311-13/+0
* AArch64: Port debuggerdKévin PETIT2014-01-307-7/+220
* LP64: Enable debuggerd/libbacktrace/libunwind.Pavel Chupin2014-01-306-66/+106
* debuggerd: a few generic improvementsKévin PETIT2014-01-305-129/+104
* Merge "Re-enable libunwind for arm."Christopher Ferris2014-01-281-9/+3
|\
| * Re-enable libunwind for arm.Christopher Ferris2014-01-281-9/+3
* | debuggerd: Support newline split in log messagesMark Salyzyn2014-01-271-10/+18
* | debuggerd: Incorporate liblog reading APIMark Salyzyn2014-01-271-59/+38
|/
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-161-38/+40
* Next phase of the move, reformat use C++ features.Christopher Ferris2014-01-1310-1742/+1645
* Move to C++ for debuggerd.Christopher Ferris2014-01-109-14/+22
* Use the more portable <elf.h> instead of <sys/exec_elf.h>.Elliott Hughes2014-01-101-1/+1
* Refactor to share map_info amongst threads.Christopher Ferris2014-01-081-4/+9
* Switch ARM debuggerd over to <sys/user.h>.Elliott Hughes2013-11-261-8/+5
* Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEADThe Android Open Source Project2013-11-223-5/+8
|\
| * am 9492b6e7: am 2de8102d: Merge "Fix bug in abort message processing."Christopher Ferris2013-10-091-1/+0
| |\
| * \ am fa135f5c: am 7dbe9660: Merge "Update debuggerd to use libbacktrace."Christopher Ferris2013-10-048-204/+172
| |\ \
| * | | Move liblog headers to system/core/include/logColin Cross2013-07-243-4/+5
| * | | am a570312a: am f265426f: am 596ee9ea: Merge "Improve the crasher stack-overf...Elliott Hughes2013-07-161-2/+4
| |\ \ \
| * | | | debuggerd: Ignore SIGPIPENick Kralevich2013-06-181-1/+3
* | | | | Switch MIPS over to <sys/user.h>.Elliott Hughes2013-11-201-1/+1
* | | | | Remove x86 debuggerd dependencies on non-uapi headers and corkscrew.Elliott Hughes2013-11-141-14/+6
* | | | | Rewrite libbacktrace using C++.Christopher Ferris2013-10-283-41/+43
| |_|_|/ |/| | |
* | | | Fix bug in abort message processing.Christopher Ferris2013-10-091-1/+0
| |_|/ |/| |
* | | Update debuggerd to use libbacktrace.Christopher Ferris2013-10-038-204/+172
| |/ |/|
* | am 596ee9ea: Merge "Improve the crasher stack-overflow command."Elliott Hughes2013-07-161-2/+4
|\ \ | |/ |/|
| * Improve the crasher stack-overflow command.Elliott Hughes2013-07-151-2/+4
* | am 6ef0dfec: Merge "Add a new test to crasher to upset dlmalloc."Elliott Hughes2013-06-121-25/+34
|\ \ | |/
| * Add a new test to crasher to upset dlmalloc.Elliott Hughes2013-06-121-25/+34
* | am cb6a842c: Merge "Add a stack overflow test to crasher, and document all th...Elliott Hughes2013-04-231-27/+38
|\ \ | |/
| * Add a stack overflow test to crasher, and document all the options.Elliott Hughes2013-04-231-27/+38
| * Modify debuggerd to cope with the abort message.Elliott Hughes2013-04-043-11/+53
* | Fix regression: log mem maps around native fault addressChristopher Tate2013-04-181-10/+11