summaryrefslogtreecommitdiff
path: root/debuggerd/handler/debuggerd_handler.cpp
AgeCommit message (Expand)Author
2017-05-05debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id.Josh Gao
2017-05-02Move libc_logging to libasync_safe.Christopher Ferris
2017-04-27debuggerd_handler: don't assume that abort message implies fatal.Josh Gao
2017-03-23"Requested dump for tid XXX" message shouldn't be fatal.Elliott Hughes
2017-03-10debuggerd_handler: restore errno.Josh Gao
2017-03-09debuggerd_handler: implement missing fallback functionality.Josh Gao
2017-02-16crash_dump: fix overflow.Josh Gao
2017-02-15libdebuggerd_handler: in-process crash dumping for seccomped processes.Josh Gao
2017-02-15debuggerd_handler: don't use snprintf in handler.Josh Gao
2017-02-14debuggerd_handler: set PR_SET_DUMPABLE before running crash_dump.Josh Gao
2017-02-14debuggerd_handler: raise capabilities before running crash_dump.Josh Gao
2017-02-13debuggerd_handler: don't use waitpid(..., __WCLONE).Josh Gao
2017-02-06debuggerd_handler: fix prctl return value check.Josh Gao
2017-02-06Merge changes from topic 'debuggerd_ambient'Josh Gao
2017-02-02debuggerd_handler: don't use clone(..., SIGCHLD, ...)Josh Gao
2017-02-02debuggerd_handler: raise ambient capset before execing.Josh Gao
2017-01-31debuggerd_handler: add and use fatal_errno.Josh Gao
2017-01-30debuggerd_handler: improve nonfatal signal message.Josh Gao
2017-01-26debuggerd_handler: remove PR_SET_DUMPABLE check.Josh Gao
2017-01-25debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes.Josh Gao
2017-01-25debuggerd_handler: don't resend nonfatal signals when not dumping.Josh Gao
2017-01-23debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0.Josh Gao
2017-01-23crash_dump: clear the default crash handlers.Josh Gao
2017-01-23debuggerd_handler: actually wait for pseudothread to exit.Josh Gao
2017-01-17debuggerd: advance our amazing bet.Josh Gao