summaryrefslogtreecommitdiffstats
path: root/debuggerd
Commit message (Expand)AuthorAgeFilesLines
* Fix two clang-tidy issues in crasher.cpp.Stephen Hines2018-09-241-1/+5
* Merge "crash_dump: annotate intended fallthrough."Treehugger Robot2018-09-191-0/+2
|\
| * crash_dump: annotate intended fallthrough.Josh Gao2018-09-181-0/+2
* | tombstoned: don't generate tombstones for native backtraces.Josh Gao2018-09-142-2/+47
* | Fix multithreaded backtraces for seccomp processes.Josh Gao2018-09-124-11/+75
|/
* debuggerd_client: improve error logging.Josh Gao2018-09-061-8/+16
* libdebuggerd: decode fdsan owner tags.Josh Gao2018-08-281-2/+5
* debuggerd_test: add test for fdsan abort message.Josh Gao2018-08-271-0/+26
* debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL).Josh Gao2018-08-271-9/+19
* debuggerd: delete accidentally merged log spam.Josh Gao2018-08-211-1/+0
* libdebuggerd: extract and print the fdsan table.Josh Gao2018-08-065-21/+108
* crash_dump: pass the address of the fdsan table.Josh Gao2018-08-064-25/+69
* crasher: add close(fileno(FILE*)) and close(dirfd(DIR*)).Josh Gao2018-07-181-32/+40
* debuggerd_handler: use syscall(__NR_close) instead of close.Josh Gao2018-07-181-2/+12
* Clean up logging code.Christopher Ferris2018-07-161-27/+19
* Add support for new defines in v4.17.3 headers.Christopher Ferris2018-06-291-17/+29
* Merge "debuggerd: add support for Java traces."Treehugger Robot2018-06-151-5/+17
|\
| * debuggerd: add support for Java traces.Josh Gao2018-06-141-5/+17
* | Shared libs are supported in recovery modeJiyong Park2018-06-101-1/+8
|/
* Improve SIGILL support.Elliott Hughes2018-05-302-4/+22
* Build adbd for recoveryJiyong Park2018-05-241-0/+4
* Merge "debuggerd: fix CrasherTest.seccomp_crash_oom."Treehugger Robot2018-05-191-1/+10
|\
| * debuggerd: fix CrasherTest.seccomp_crash_oom.Josh Gao2018-05-161-1/+10
* | Expect optional (offset ...) in frame dump.Chih-Hung Hsieh2018-05-141-1/+6
|/
* Merge "Remove unnecessary references to libunwind."Christopher Ferris2018-05-041-2/+0
|\
| * Remove unnecessary references to libunwind.Christopher Ferris2018-05-031-2/+0
* | tombstoned: make missing O_TMPFILE workaround actually work around.Josh Gao2018-05-031-9/+22
|/
* tombstoned: don't bail out if we fail to unlink a file that isn't there.Josh Gao2018-05-031-1/+1
* Merge "tombstoned: don't create tombstones for failed dumps."android-build-prod (mdb)2018-05-021-28/+47
|\
| * tombstoned: don't create tombstones for failed dumps.Josh Gao2018-04-191-28/+47
* | Fix a debuggerd test expectation.Elliott Hughes2018-05-021-1/+3
* | Merge "Add test_suites lines."Elliott Hughes2018-04-281-0/+2
|\ \
| * | Add test_suites lines.Elliott Hughes2018-04-271-0/+2
* | | Merge "crash_dump: defuse our signal handlers earlier."android-build-prod (mdb)2018-04-271-11/+15
|\ \ \
| * | | crash_dump: defuse our signal handlers earlier.Josh Gao2018-04-271-11/+15
| |/ /
* / / Show signal sender for SI_FROMUSER signals.Elliott Hughes2018-04-264-36/+54
|/ /
* | libdebuggerd: fix out of bounds write.Josh Gao2018-04-201-3/+2
* | libdebuggerd: clone registers before we Unwind with them.Josh Gao2018-04-201-1/+3
|/
* debuggerd: remove maximum abort message length.Josh Gao2018-04-133-19/+27
* Mark crash_dump.policy as not supported on mipsDan Willemsen2018-02-271-0/+1
* debuggerd_fallback: don't recursively abort.Josh Gao2018-02-222-7/+60
* Merge "bpfmt."Treehugger Robot2018-02-201-6/+9
|\
| * bpfmt.Elliott Hughes2018-02-161-6/+9
* | debuggerd seccomp: explain why we define PROT_READ/WRITE.Josh Gao2018-02-181-1/+7
* | Define PROT_READ and PROT_WRITE when generating the policy filesJustin Yun2018-02-195-8/+10
|/
* Include the map name when dumping memory around a register.Elliott Hughes2018-02-154-38/+42
* debuggerd_fallback: fix race.Josh Gao2018-02-091-16/+89
* debuggerd: update policy for recent sigaction changes.Josh Gao2018-02-085-6/+5
* Add extra frame when dex_pc is non-zero.Christopher Ferris2018-01-231-0/+1
* Fix regression caused by libbacktrace API change.Christopher Ferris2018-01-201-1/+1