linux-user: report signals being taken in strace output
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 18 Jul 2016 17:12:24 +0000 (18:12 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 21 Sep 2016 11:25:59 +0000 (14:25 +0300)
commit0cb581d6bdc5aa808ae1a9789d02657fe531cb39
treeaf887432d58b74e680b738bc7190810710f05431
parentce9c139d93db03e464341385976606b7568b768f
linux-user: report signals being taken in strace output

Native strace reports when the process being traced takes a signal:
   --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=0} ---

Report something similar when QEMU is doing its internal strace of
the guest process and is about to deliver it a signal.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/qemu.h
linux-user/signal.c
linux-user/strace.c