Skip to content

Commit 1a1ae36

Browse files
authored
Update instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1248)
1 parent 15ec8b8 commit 1a1ae36

File tree

1 file changed

+1
-1
lines changed
  • portable/ThirdParty/GCC/Posix

1 file changed

+1
-1
lines changed

Diff for: portable/ThirdParty/GCC/Posix/port.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* Note: When using LLDB (the default debugger on macOS) with this port,
5353
* suppress SIGUSR1 to prevent debugger interference. This can be
5454
* done by adding the following line to ~/.lldbinit:
55-
* `process handle SIGUSR1 -n true -p true -s false`
55+
* `process handle SIGUSR1 -n true -p false -s false`
5656
*----------------------------------------------------------*/
5757
#ifdef __linux__
5858
#define _GNU_SOURCE

0 commit comments

Comments
 (0)