platform_system_core/debuggerd/libdebuggerd
Elliott Hughes 336a52e00c Decode ptrace-induced SIGTRAP si_code values.
Example:

  signal 5 (SIGTRAP), code -32763 (PTRACE_EVENT_STOP), fault addr 0x274e00005fb3

I'm tempted to say that %d isn't the best choice for si_code, but as long as
we're fully decoding all the values, I don't think it matters.

Bug: http://b/62856172
Test: manual debuggerd run
Change-Id: Ieeca690828e1e12f4162bbadece53f4aa7b9537a
2017-06-21 08:45:33 -07:00
..
arm libdebuggerd: implement fallback register dumping on arm/aarch64. 2017-05-08 13:15:19 -07:00
arm64 libdebuggerd: implement fallback register dumping on arm/aarch64. 2017-05-08 13:15:19 -07:00
include libdebuggerd: implement fallback register dumping on arm/aarch64. 2017-05-08 13:15:19 -07:00
mips debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
mips64 debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
test Initialize si_code in siginfo. 2017-03-22 18:06:57 -07:00
x86 debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
x86_64 debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
backtrace.cpp crash_dump: fetch process/thread names before dropping privileges. 2017-03-15 23:30:14 -07:00
elf_utils.cpp debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
open_files_list.cpp debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
tombstone.cpp Decode ptrace-induced SIGTRAP si_code values. 2017-06-21 08:45:33 -07:00
utility.cpp crash_dump: during early boot, output to kmsg on userdebug. 2017-04-06 15:00:52 -07:00