summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bundle init.rc contents with its serviceTom Cherry2015-08-213-0/+7
* bionic no longer sends SIGPIPE to debuggerd.Elliott Hughes2015-07-304-10/+1
* Merge "Dump memory going from unreadable to readable."Christopher Ferris2015-07-093-11/+270
|\
| * Dump memory going from unreadable to readable.Christopher Ferris2015-07-093-11/+270
* | New property that determines when to wait for gdb.Christopher Ferris2015-07-081-4/+1
|/
* Merge "Replace all _LOG error calls with ALOGE."Christopher Ferris2015-07-0814-55/+100
|\
| * Replace all _LOG error calls with ALOGE.Christopher Ferris2015-07-0114-55/+100
* | Fix debuggerd's gdbclient instructions.Elliott Hughes2015-07-071-20/+6
|/
* Remove calls to is_selinux_enabled()Nick Kralevich2015-06-131-6/+0
* Change the 64 bit map address format.Christopher Ferris2015-06-0313-38/+974
* Merge "Refactor dump_memory function."Christopher Ferris2015-05-2815-248/+1000
|\
| * Refactor dump_memory function.Christopher Ferris2015-05-2715-248/+1000
* | Don't use TEMP_FAILURE_RETRY on close in system/core.Elliott Hughes2015-05-151-5/+5
|/
* Switch UniquePtr to std::unique_ptr.Christopher Ferris2015-05-152-9/+9
* Prevent crashes if a map cannot be created.Christopher Ferris2015-05-142-1/+13
* Add offset to map data.Christopher Ferris2015-05-061-1/+2
* All debuggerd log output marked fatal.Christopher Ferris2015-05-052-2/+2
* Add load base to map for relocation packing.Christopher Ferris2015-05-011-0/+3
* Use WriteFully in debuggerd to talk to ActivityManager.Elliott Hughes2015-04-251-16/+3
* Fix alignment when reading note segment.Yabin Cui2015-04-141-2/+4
* Print the build id of shared libraries if present.Christopher Ferris2015-03-174-61/+229
* Add backtrace support for mips64.Douglas Leung2015-03-094-3/+153
* liblog: introduce ANDROID_LOG_* flagsMark Salyzyn2015-02-251-1/+1
* Do not dump maps/memory/code of sibling threads.Christopher Ferris2015-02-091-43/+39
* Move map data into backtrace data proper.Christopher Ferris2015-02-061-3/+4
* Remove the pt_regs_mips_t structure.Christopher Ferris2015-01-261-14/+2
* Move 32 bit/64 bit check into debuggerd.Christopher Ferris2015-01-202-2/+111
* #include <arpa/inet.h> for htonl.Elliott Hughes2014-12-182-0/+3
* Make crasher smash-stack work.Yabin Cui2014-12-111-10/+18
* Print ASCII near register for all archsDmitriy Ivanov2014-12-101-8/+0
* Move debuggerd to libc++.Dan Albert2014-11-151-2/+0
* am a11ac455: Merge "Fix debuggerd issues."Christopher Ferris2014-11-035-63/+56
|\
| * Fix debuggerd issues.Christopher Ferris2014-11-035-63/+56
* | am d88323b2: Merge "Add volatile to avoid clang optimization."Chih-Hung Hsieh2014-10-271-1/+1
|\|
| * Add volatile to avoid clang optimization.Chih-Hung Hsieh2014-10-231-1/+1
* | am c3e6eb21: Merge "Move ABI: line below header when dumping stacks." into lm...Jeff Brown2014-09-121-2/+2
|\ \
| * | Move ABI: line below header when dumping stacks.Jeff Brown2014-09-111-2/+2
| * | Do not suppress maps dump when si_addr<PAGE_SIZEDmitriy Ivanov2014-08-111-9/+6
| * | debuggerd: tombstone: suppress logger request for logd processMark Salyzyn2014-07-292-1/+13
| * | Added default constructor for log_t.Brigid Smith2014-07-292-2/+7
* | | am 75ef453e: am 2f40ddf3: Merge "Do not suppress maps dump when si_addr<PAGE_...Dmitriy Ivanov2014-08-091-9/+6
|\ \ \ | | |/ | |/|
| * | Do not suppress maps dump when si_addr<PAGE_SIZEDmitriy Ivanov2014-08-091-9/+6
* | | am 1d497f8a: am cddc97cb: Merge "debuggerd: tombstone: suppress logger reques...Mark Salyzyn2014-07-292-1/+13
|\| |
| * | debuggerd: tombstone: suppress logger request for logd processMark Salyzyn2014-07-282-1/+13
* | | am c70ebca4: am 6bc762b2: Merge "Add SELinux MAC to debuggerd."Nick Kralevich2014-07-241-0/+56
|\| |
| * | Add SELinux MAC to debuggerd.Stephen Smalley2014-07-241-0/+56
* | | am 4a95a209: am 719fd238: Merge "Added default constructor for log_t."Elliott Hughes2014-07-172-2/+7
|\| | | |/ |/|
| * Added default constructor for log_t.Brigid Smith2014-07-172-2/+7
| * Add SIGFPE to crasher.Elliott Hughes2014-07-151-1/+5
| * Add missing arm64 registers.Elliott Hughes2014-07-143-33/+34