Re: [PATCH v2] linux-user/strace: Add missing signal strings

2019-11-21 Thread Helge Deller
On 21.11.19 19:43, Aleksandar Markovic wrote: > On Wed, Nov 20, 2019 at 3:57 PM Helge Deller wrote: >> >> Add the textual representations of some missing target signals. >> >> Signed-off-by: Helge Deller >> >> diff --git a/linux-user/strace.c b/linux-user/strace.c >> index 3d4d684450..de43238fa4

Re: [PATCH v2] linux-user/strace: Add missing signal strings

2019-11-21 Thread Aleksandar Markovic
On Thu, Nov 21, 2019 at 6:27 PM Laurent Vivier wrote: > > Le 20/11/2019 à 15:55, Helge Deller a écrit : > > Add the textual representations of some missing target signals. > > > > Signed-off-by: Helge Deller > > > > diff --git a/linux-user/strace.c b/linux-user/strace.c > > index 3d4d684450..de43

Re: [PATCH v2] linux-user/strace: Add missing signal strings

2019-11-21 Thread Aleksandar Markovic
On Wed, Nov 20, 2019 at 3:57 PM Helge Deller wrote: > > Add the textual representations of some missing target signals. > > Signed-off-by: Helge Deller > > diff --git a/linux-user/strace.c b/linux-user/strace.c > index 3d4d684450..de43238fa4 100644 > --- a/linux-user/strace.c > +++ b/linux-user/s

Re: [PATCH v2] linux-user/strace: Add missing signal strings

2019-11-21 Thread Laurent Vivier
Le 20/11/2019 à 15:55, Helge Deller a écrit : > Add the textual representations of some missing target signals. > > Signed-off-by: Helge Deller > > diff --git a/linux-user/strace.c b/linux-user/strace.c > index 3d4d684450..de43238fa4 100644 > --- a/linux-user/strace.c > +++ b/linux-user/strace.c

Re: [PATCH v2] linux-user/strace: Add missing signal strings

2019-11-21 Thread Philippe Mathieu-Daudé
On 11/20/19 3:55 PM, Helge Deller wrote: Add the textual representations of some missing target signals. Signed-off-by: Helge Deller diff --git a/linux-user/strace.c b/linux-user/strace.c index 3d4d684450..de43238fa4 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -146,6 +146,19

Re: [PATCH v2] linux-user/strace: Add missing signal strings

2019-11-21 Thread Richard Henderson
On 11/20/19 3:55 PM, Helge Deller wrote: > Add the textual representations of some missing target signals. > > Signed-off-by: Helge Deller Reviewed-by: Richard Henderson r~

[PATCH v2] linux-user/strace: Add missing signal strings

2019-11-20 Thread Helge Deller
Add the textual representations of some missing target signals. Signed-off-by: Helge Deller diff --git a/linux-user/strace.c b/linux-user/strace.c index 3d4d684450..de43238fa4 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -146,6 +146,19 @@ print_signal(abi_ulong arg, int last)