android_system_core/debuggerd/libdebuggerd/include/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
..
backtrace.h crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
elf_utils.h crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
open_files_list.h crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
tombstone.h Change all uintptr_t to uint64_t in API. 2018-01-18 17:26:20 -08:00
types.h crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
utility.h Show signal sender for SI_FROMUSER signals. 2018-04-26 08:19:17 -07:00