summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I0ff1fc5c,I7a23d3bfJosh Gao2017-05-104-27/+47
|\
| * libdebuggerd: print the build fingerprint in fallback.Josh Gao2017-05-081-0/+2
| * libdebuggerd: implement fallback register dumping on arm/aarch64.Josh Gao2017-05-084-27/+45
* | Remove not-used dependency in crash_dumpChenjie Luo2017-05-082-2/+0
* | Merge "debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id."Josh Gao2017-05-082-8/+50
|\|
| * debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id.Josh Gao2017-05-052-8/+50
* | Turn off debuggerd for host bionicDan Willemsen2017-05-071-1/+0
|/
* Move libc_logging to libasync_safe.Christopher Ferris2017-05-025-61/+63
* debuggerd_handler: don't assume that abort message implies fatal.Josh Gao2017-04-272-7/+38
* Merge "crash_dump: during early boot, output to kmsg on userdebug."Josh Gao2017-04-101-1/+45
|\
| * crash_dump: during early boot, output to kmsg on userdebug.Josh Gao2017-04-061-1/+45
* | check send_signal result before further dealingLiu Changcheng2017-04-061-1/+3
|/
* Merge changes Ib8369088,I743433bcJosh Gao2017-04-044-12/+34
|\
| * debuggerd_test: remove useless pipe.Josh Gao2017-04-041-3/+0
| * debuggerd_client: fix infinite timeouts.Josh Gao2017-04-043-9/+34
* | debuggerd_test: add test for process/thread names.Josh Gao2017-04-031-0/+2
|/
* tombstoned: add tests for b/36685795.Josh Gao2017-03-302-1/+98
* tombstoned: fix a race between intercept and crash_dump.Josh Gao2017-03-304-55/+99
* tombstoned: refactor request dequeuing a bit.Josh Gao2017-03-301-7/+11
* tombstoned: don't increment num_concurrent_dumps until success.Josh Gao2017-03-301-2/+2
* Merge "debuggerd_client: properly wait for completion."Treehugger Robot2017-03-273-16/+167
|\
| * debuggerd_client: properly wait for completion.Josh Gao2017-03-273-16/+167
* | Merge ""Requested dump for tid XXX" message shouldn't be fatal."Elliott Hughes2017-03-241-1/+1
|\ \ | |/ |/|
| * "Requested dump for tid XXX" message shouldn't be fatal.Elliott Hughes2017-03-241-1/+1
* | Initialize si_code in siginfo.Christopher Ferris2017-03-221-2/+14
* | Do not access device maps.Christopher Ferris2017-03-221-1/+1
|/
* Merge "crash_dump: fetch process/thread names before dropping privileges."android-n-mr2-preview-2Josh Gao2017-03-167-100/+109
|\
| * crash_dump: fetch process/thread names before dropping privileges.Josh Gao2017-03-167-100/+109
* | Enable more modules on linux_bionic buildsDan Willemsen2017-03-151-0/+1
|/
* Remove extraneous .clang-format filesTom Cherry2017-03-141-15/+1
* crash_dump: fix warnings, turn on -Werror.Josh Gao2017-03-133-5/+6
* crash_dump: improve logging for when a process dies prematurely.Josh Gao2017-03-101-2/+7
* debuggerd_handler: restore errno.Josh Gao2017-03-101-0/+17
* libdebuggerd: add compatibility shim.Josh Gao2017-03-091-0/+6
* debuggerd_handler: implement missing fallback functionality.Josh Gao2017-03-0912-109/+425
* Define _LOG as a weak symbol.Chenjie Luo2017-03-061-0/+1
* Merge changes Ib69a206f,If57cc175Treehugger Robot2017-03-061-1/+12
|\
| * tombstoned: turn off signal handlers.Josh Gao2017-03-061-0/+9
| * tombstoned: create tombstones with 0640 permissions.Josh Gao2017-03-061-1/+3
* | Small debuggerd improvements.Elliott Hughes2017-03-024-4/+12
|/
* Merge "debuggerd: remove obsolete dumpable check."Josh Gao2017-03-011-41/+0
|\
| * debuggerd: remove obsolete dumpable check.Josh Gao2017-03-011-41/+0
* | There's no longer a limit to property names.Elliott Hughes2017-02-281-1/+0
|/
* Merge "debuggerd_test: add capability test."Treehugger Robot2017-02-171-30/+99
|\
| * debuggerd_test: add capability test.Josh Gao2017-02-171-30/+99
* | Add crasher check for passing a bad pthread_t to pthread_join.Elliott Hughes2017-02-171-0/+3
|/
* crash_dump: fix overflow.Josh Gao2017-02-161-1/+1
* crash_dump: remove unneeded/faulty checks.Josh Gao2017-02-161-14/+5
* Merge "libdebuggerd_handler: in-process crash dumping for seccomped processes."Josh Gao2017-02-167-39/+193
|\
| * libdebuggerd_handler: in-process crash dumping for seccomped processes.Josh Gao2017-02-157-39/+193