From 1a1ae36f9aa4e3c474e55d6404238898003dfc47 Mon Sep 17 00:00:00 2001 From: Bhoomika R S Date: Thu, 13 Feb 2025 15:03:23 +0530 Subject: [PATCH] Update instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1248) --- portable/ThirdParty/GCC/Posix/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/ThirdParty/GCC/Posix/port.c b/portable/ThirdParty/GCC/Posix/port.c index 1153e7f67..dd7ca1a9a 100644 --- a/portable/ThirdParty/GCC/Posix/port.c +++ b/portable/ThirdParty/GCC/Posix/port.c @@ -52,7 +52,7 @@ * Note: When using LLDB (the default debugger on macOS) with this port, * suppress SIGUSR1 to prevent debugger interference. This can be * done by adding the following line to ~/.lldbinit: -* `process handle SIGUSR1 -n true -p true -s false` +* `process handle SIGUSR1 -n true -p false -s false` *----------------------------------------------------------*/ #ifdef __linux__ #define _GNU_SOURCE