platform_system_core/debuggerd/libdebuggerd
Elliott Hughes 70d8f28945 Show signal sender for SI_FROMUSER signals.
Suicide doesn't change:

  signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------

But homicide now looks like this (this is `sleep 666` killed by
`kill -SEGV` as root:

  signal 11 (SIGSEGV), code 0 (SI_USER from pid 4446, uid 0), fault addr --------

Bug: http://b/78594105
Test: manual
Change-Id: I8c2feafba8cc5a3db85e8250004d428a464c5d9e
2018-04-26 08:19:17 -07:00
..
include/libdebuggerd Show signal sender for SI_FROMUSER signals. 2018-04-26 08:19:17 -07:00
test Include the map name when dumping memory around a register. 2018-02-15 16:28:50 -08:00
backtrace.cpp crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
elf_utils.cpp crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
open_files_list.cpp crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
tombstone.cpp Show signal sender for SI_FROMUSER signals. 2018-04-26 08:19:17 -07:00
utility.cpp Show signal sender for SI_FROMUSER signals. 2018-04-26 08:19:17 -07:00