index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debuggerd
/
handler
/
debuggerd_handler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
debuggerd: call setsid in our children.
Josh Gao
2019-04-17
1
-2
/
+9
*
debuggerd_handler: demote abort on exec failure to log.
Josh Gao
2019-03-18
1
-1
/
+3
*
Fix multithreaded backtraces for seccomp processes.
Josh Gao
2018-09-12
1
-4
/
+9
*
debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL).
Josh Gao
2018-08-27
1
-9
/
+19
*
crash_dump: pass the address of the fdsan table.
Josh Gao
2018-08-06
1
-6
/
+9
*
debuggerd_handler: use syscall(__NR_close) instead of close.
Josh Gao
2018-07-18
1
-2
/
+12
*
Show signal sender for SI_FROMUSER signals.
Elliott Hughes
2018-04-26
1
-9
/
+11
*
debuggerd_handler: set PR_SET_PTRACER before running crash_dump.
Luis Hector Chavez
2017-12-27
1
-0
/
+16
*
debuggerd: wait for dump completion on crashes.
Josh Gao
2017-12-22
1
-3
/
+8
*
crash_dump: fork a copy of the target's address space.
Josh Gao
2017-12-15
1
-134
/
+150
*
Force call the fallback handler.
Christopher Ferris
2017-11-16
1
-1
/
+6
*
crash_dump: don't inherit environment from parent.
Josh Gao
2017-11-03
1
-2
/
+2
*
base: add Pipe and Socketpair wrappers.
Josh Gao
2017-08-28
1
-10
/
+12
*
debuggerd_handler: print pid and process name.
Josh Gao
2017-08-11
1
-2
/
+28
*
tombstoned: allow intercepts for java traces.
Narayan Kamath
2017-05-31
1
-1
/
+15
*
debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id.
Josh Gao
2017-05-05
1
-5
/
+15
*
Move libc_logging to libasync_safe.
Christopher Ferris
2017-05-02
1
-31
/
+37
*
debuggerd_handler: don't assume that abort message implies fatal.
Josh Gao
2017-04-27
1
-2
/
+3
*
"Requested dump for tid XXX" message shouldn't be fatal.
Elliott Hughes
2017-03-23
1
-1
/
+1
*
debuggerd_handler: restore errno.
Josh Gao
2017-03-10
1
-0
/
+17
*
debuggerd_handler: implement missing fallback functionality.
Josh Gao
2017-03-09
1
-19
/
+19
*
crash_dump: fix overflow.
Josh Gao
2017-02-16
1
-1
/
+1
*
libdebuggerd_handler: in-process crash dumping for seccomped processes.
Josh Gao
2017-02-15
1
-8
/
+14
*
debuggerd_handler: don't use snprintf in handler.
Josh Gao
2017-02-15
1
-3
/
+4
*
debuggerd_handler: set PR_SET_DUMPABLE before running crash_dump.
Josh Gao
2017-02-14
1
-3
/
+16
*
debuggerd_handler: raise capabilities before running crash_dump.
Josh Gao
2017-02-14
1
-4
/
+36
*
debuggerd_handler: don't use waitpid(..., __WCLONE).
Josh Gao
2017-02-13
1
-1
/
+1
*
debuggerd_handler: fix prctl return value check.
Josh Gao
2017-02-06
1
-1
/
+1
*
Merge changes from topic 'debuggerd_ambient'
Josh Gao
2017-02-06
1
-3
/
+11
|
\
|
*
debuggerd_handler: don't use clone(..., SIGCHLD, ...)
Josh Gao
2017-02-02
1
-3
/
+5
|
*
debuggerd_handler: raise ambient capset before execing.
Josh Gao
2017-02-02
1
-0
/
+6
*
|
debuggerd_handler: add and use fatal_errno.
Josh Gao
2017-01-31
1
-11
/
+22
|
/
*
debuggerd_handler: improve nonfatal signal message.
Josh Gao
2017-01-30
1
-9
/
+16
*
debuggerd_handler: remove PR_SET_DUMPABLE check.
Josh Gao
2017-01-26
1
-7
/
+0
*
debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes.
Josh Gao
2017-01-25
1
-0
/
+7
*
debuggerd_handler: don't resend nonfatal signals when not dumping.
Josh Gao
2017-01-25
1
-6
/
+8
*
debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0.
Josh Gao
2017-01-23
1
-43
/
+55
*
crash_dump: clear the default crash handlers.
Josh Gao
2017-01-23
1
-11
/
+1
*
debuggerd_handler: actually wait for pseudothread to exit.
Josh Gao
2017-01-23
1
-9
/
+13
*
debuggerd: advance our amazing bet.
Josh Gao
2017-01-17
1
-0
/
+377