Skip to content

Commit 8003b6f

Browse files
authored
Update port.c
1 parent 93b1ae2 commit 8003b6f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

portable/ThirdParty/GCC/Posix/port.c

Lines changed: 1 addition & 1 deletion
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)