On 11/19/19 9:06 PM, Helge Deller wrote:
>>> +#ifdef SIGSTKFLT
>>> + case TARGET_SIGSTKFLT: signal_name = "SIGSTKFLT"; break;
>>> +#endif
>>
>> Wrong ifdef.
>
> Same here, see in linux-user/signal.c (line 50):
> #ifdef SIGSTKFLT
> [SIGSTKFLT] = TARGET_SIGSTKFLT,
> #endif
But that one actua
On 19.11.19 21:06, Helge Deller wrote:
On 19.11.19 20:56, Richard Henderson wrote:
On 11/19/19 7:51 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..18b
On 19.11.19 20:56, Richard Henderson wrote:
On 11/19/19 7:51 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..18b57a9ef9 100644
--- a/linux-user/strace.c
On 11/19/19 7:51 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..18b57a9ef9 100644
> --- a/linux-user/strace.c
> +++ b/linux-user/strace.c
> @@
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..18b57a9ef9 100644
--- a/linux-user/strace.c
+++ b/linux-user/strace.c
@@ -146,6 +146,22 @@ print_signal(abi_ulong arg, int last)