summaryrefslogtreecommitdiffstats
path: root/debuggerd/handler/debuggerd_handler.cpp
Commit message (Expand)AuthorAgeFilesLines
* debuggerd: call setsid in our children.Josh Gao2019-04-171-2/+9
* debuggerd_handler: demote abort on exec failure to log.Josh Gao2019-03-181-1/+3
* Fix multithreaded backtraces for seccomp processes.Josh Gao2018-09-121-4/+9
* debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL).Josh Gao2018-08-271-9/+19
* crash_dump: pass the address of the fdsan table.Josh Gao2018-08-061-6/+9
* debuggerd_handler: use syscall(__NR_close) instead of close.Josh Gao2018-07-181-2/+12
* Show signal sender for SI_FROMUSER signals.Elliott Hughes2018-04-261-9/+11
* debuggerd_handler: set PR_SET_PTRACER before running crash_dump.Luis Hector Chavez2017-12-271-0/+16
* debuggerd: wait for dump completion on crashes.Josh Gao2017-12-221-3/+8
* crash_dump: fork a copy of the target's address space.Josh Gao2017-12-151-134/+150
* Force call the fallback handler.Christopher Ferris2017-11-161-1/+6
* crash_dump: don't inherit environment from parent.Josh Gao2017-11-031-2/+2
* base: add Pipe and Socketpair wrappers.Josh Gao2017-08-281-10/+12
* debuggerd_handler: print pid and process name.Josh Gao2017-08-111-2/+28
* tombstoned: allow intercepts for java traces.Narayan Kamath2017-05-311-1/+15
* debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id.Josh Gao2017-05-051-5/+15
* Move libc_logging to libasync_safe.Christopher Ferris2017-05-021-31/+37
* debuggerd_handler: don't assume that abort message implies fatal.Josh Gao2017-04-271-2/+3
* "Requested dump for tid XXX" message shouldn't be fatal.Elliott Hughes2017-03-231-1/+1
* debuggerd_handler: restore errno.Josh Gao2017-03-101-0/+17
* debuggerd_handler: implement missing fallback functionality.Josh Gao2017-03-091-19/+19
* crash_dump: fix overflow.Josh Gao2017-02-161-1/+1
* libdebuggerd_handler: in-process crash dumping for seccomped processes.Josh Gao2017-02-151-8/+14
* debuggerd_handler: don't use snprintf in handler.Josh Gao2017-02-151-3/+4
* debuggerd_handler: set PR_SET_DUMPABLE before running crash_dump.Josh Gao2017-02-141-3/+16
* debuggerd_handler: raise capabilities before running crash_dump.Josh Gao2017-02-141-4/+36
* debuggerd_handler: don't use waitpid(..., __WCLONE).Josh Gao2017-02-131-1/+1
* debuggerd_handler: fix prctl return value check.Josh Gao2017-02-061-1/+1
* Merge changes from topic 'debuggerd_ambient'Josh Gao2017-02-061-3/+11
|\
| * debuggerd_handler: don't use clone(..., SIGCHLD, ...)Josh Gao2017-02-021-3/+5
| * debuggerd_handler: raise ambient capset before execing.Josh Gao2017-02-021-0/+6
* | debuggerd_handler: add and use fatal_errno.Josh Gao2017-01-311-11/+22
|/
* debuggerd_handler: improve nonfatal signal message.Josh Gao2017-01-301-9/+16
* debuggerd_handler: remove PR_SET_DUMPABLE check.Josh Gao2017-01-261-7/+0
* debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes.Josh Gao2017-01-251-0/+7
* debuggerd_handler: don't resend nonfatal signals when not dumping.Josh Gao2017-01-251-6/+8
* debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0.Josh Gao2017-01-231-43/+55
* crash_dump: clear the default crash handlers.Josh Gao2017-01-231-11/+1
* debuggerd_handler: actually wait for pseudothread to exit.Josh Gao2017-01-231-9/+13
* debuggerd: advance our amazing bet.Josh Gao2017-01-171-0/+377