mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 13:01:57 -04:00
Update instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1248)
This commit is contained in:
parent
15ec8b8995
commit
1a1ae36f9a
2
portable/ThirdParty/GCC/Posix/port.c
vendored
2
portable/ThirdParty/GCC/Posix/port.c
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue