]> granicus.if.org Git - strace/commit
Improve SI_TIMER decoding
authorElliott Hughes <enh@google.com>
Mon, 10 Mar 2014 19:27:22 +0000 (19:27 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 10 Mar 2014 19:33:49 +0000 (19:33 +0000)
commit4dd1e89cb87c9af63da7b18f1251ad446527c9e0
tree6e36af1ccb25b7d652fcef6becfde5535daae30c
parent7a28f7f128fcca6ef0010b98cb21adcf8c3b8ae1
Improve SI_TIMER decoding

Decode siginfo_t more clearly for si_code SI_TIMER.
The 'pid' is actually a POSIX timer id, and the 'uid' is actually the
overrun.
Also factor out the si_value dumping so it's the same for every si_code.

Signed-off-by: Elliott Hughes <enh@google.com>
signal.c