android_system_core/debuggerd
Josh Gao 5ad965bf41 crash_dump: fix overflow.
`1 << 32` overflows, resulting in bogus PR_CAP_AMBIENT_RAISE attempts,
and breaking dumping for processes with capabilities in the top 32 bits.

Bug: http://b/35241370
Test: debuggerd -b `pidof com.android.bluetooth`
Change-Id: I29c45a8bd36bdeb3492c9f74599993c139821088
2017-02-16 20:16:58 -08:00
..
client
crasher crasher: add a case that uses PR_SET_NO_NEW_PRIVS. 2017-02-14 14:40:47 -08:00
handler crash_dump: fix overflow. 2017-02-16 20:16:58 -08:00
include/debuggerd debuggerd_handler: add SIGSYS to the list of handled signals. 2017-01-23 16:01:14 -08:00
libdebuggerd libdebuggerd_handler: in-process crash dumping for seccomped processes. 2017-02-15 17:03:44 -08:00
tombstoned tombstoned: silence spurious error messages. 2017-01-23 16:01:14 -08:00
.clang-format
Android.bp libdebuggerd_handler: in-process crash dumping for seccomped processes. 2017-02-15 17:03:44 -08:00
MODULE_LICENSE_APACHE2
NOTICE
crash_dump.cpp crash_dump: remove unneeded/faulty checks. 2017-02-16 19:26:09 -08:00
debuggerd.cpp debuggerd: fix `debuggerd <pid>` 2017-01-30 17:58:04 -08:00
debuggerd_test.cpp debuggerd_handler: don't use waitpid(..., __WCLONE). 2017-02-13 17:01:24 -08:00
signal_sender.cpp
util.cpp