mbox series

[0/2] linux-user: Improve strace output

Message ID 20220727204159.106936-1-deller@gmx.de (mailing list archive)
Headers show
Series linux-user: Improve strace output | expand

Message

Helge Deller July 27, 2022, 8:41 p.m. UTC
Two patches which improve the linux-user strace output:
a) Add some missing signal names
b) Add missing clock_gettime64() syscall

Helge Deller (2):
  linux-user: Add missing signals in strace output
  linux-user: Add missing clock_gettime64() syscall strace

 linux-user/signal-common.h | 46 +++++++++++++++++++++
 linux-user/signal.c        | 37 ++---------------
 linux-user/strace.c        | 84 +++++++++++++++++++++++++++++---------
 linux-user/strace.list     |  4 ++
 4 files changed, 117 insertions(+), 54 deletions(-)

--
2.35.3