Improve sigreturn decoding on x86 to show RT signal bits too.
authorDenys Vlasenko <dvlasenk@redhat.com>
Tue, 16 Jul 2013 10:06:25 +0000 (12:06 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 16 Jul 2013 10:06:25 +0000 (12:06 +0200)
commitb51f364c4241aa247a7a22f92c06f1f1a4ab99b4
tree31d0d194e5659cb0cfaaddcd2ca05c5a09a4f89f
parent9afc2ee682d2f9fd3ad938756c841d7f0eed5f21
Improve sigreturn decoding on x86 to show RT signal bits too.

This includes decoding of 32-bit sigreturn by 64-bit strace,
which previously wasn't done.

Added a test for it.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
defs.h
signal.c
syscall.c
test/.gitignore
test/Makefile
test/sigreturn.c [new file with mode: 0644]