From 21be28b24b0ee5ea97f3752c00f3f740ffb5f6b6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 31 May 2020 23:59:13 +0200 Subject: Things work as expected again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sctrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sctrace.c') diff --git a/sctrace.c b/sctrace.c index 30535fb..f86d830 100644 --- a/sctrace.c +++ b/sctrace.c @@ -157,7 +157,7 @@ handle_event(struct process *proc, int status) abort(); case 0: - /* TODO ensure proper handling of signals (multithreaded?, siginfo?, in new processes?) */ + /* TODO ensure proper handling of signals (siginfo?) */ if (ptrace(PTRACE_GETSIGINFO, proc->pid, 0, &(siginfo_t){0})) goto stop_signal; tprintf(proc, "\nProcess received signal %i (%s: %s)\n", sig, get_signum_name(sig), strsignal(sig)); -- cgit v1.2.3-70-g09d2