summaryrefslogtreecommitdiffstats
path: root/debuggerd
Commit message (Expand)AuthorAgeFilesLines
* Fixing debuggerd header output.Brigid Smith2014-06-231-3/+2
* Maps output now marks the fault address location.Brigid Smith2014-06-201-4/+13
* Fix debuggerd "format '%p'" build breakage.Elliott Hughes2014-06-191-3/+1
* Updated non-ARM archs to reflect logging changes.Brigid Smith2014-06-194-6/+6
* Removed log.quiet and log = NULL cases from debuggerd.Brigid Smith2014-06-196-81/+69
* Changed maps output in debuggerd.Brigid Smith2014-06-172-29/+13
* Fixed logcat debug output issue.Brigid Smith2014-06-171-2/+4
* Changing how debuggerd filters log messages to different locations.Brigid Smith2014-06-1612-261/+263
* Merge "Adding ABI output to debuggerd tombstones."Elliott Hughes2014-06-041-11/+21
|\
| * Adding ABI output to debuggerd tombstones.Brigid Smith2014-06-041-11/+21
* | Fix x86 and x86_64 builds.Christopher Ferris2014-06-032-2/+2
* | Merge "[MIPS64] Build debuggerd for mips64"Elliott Hughes2014-06-031-0/+2
|\ \
| * | [MIPS64] Build debuggerd for mips64Duane Sand2014-06-031-0/+2
| |/
* | Clean up the debuggerd makefile.Elliott Hughes2014-06-031-16/+15
|/
* logd: logcat: debuggerd: audit logs to events and mainMark Salyzyn2014-05-271-1/+0
* Fix register dump and back trace after a crash.Douglas Leung2014-05-211-2/+14
* Teach debuggerd the name of SIGTRAP.Elliott Hughes2014-05-162-13/+12
* Remove the broken LED flashing code from debuggerd.Elliott Hughes2014-05-161-63/+2
* Output correct gdbserver instructions from debuggerd.Elliott Hughes2014-05-161-14/+34
* Merge "Add SIGTRAP support to crasher and debuggerd."Elliott Hughes2014-05-172-2/+7
|\
| * Add SIGTRAP support to crasher and debuggerd.Elliott Hughes2014-05-162-2/+7
* | logd: logcat: debuggerd: auditd logs to eventsMark Salyzyn2014-05-151-9/+27
|/
* 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