[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] linux-user: Improve strace output
|
From: |
Helge Deller |
|
Subject: |
[PATCH 0/2] linux-user: Improve strace output |
|
Date: |
Wed, 27 Jul 2022 22:41:57 +0200 |
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
- [PATCH 0/2] linux-user: Improve strace output,
Helge Deller <=