We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaeba3 commit 5eef7bfCopy full SHA for 5eef7bf
portable/ThirdParty/GCC/Posix/port.c
@@ -48,6 +48,11 @@
48
* stdio (printf() and friends) should be called from a single task
49
* only or serialized with a FreeRTOS primitive such as a binary
50
* semaphore or mutex.
51
+*
52
+* Note: When using LLDB (the default debugger on macOS) with this port,
53
+* suppress SIGUSR1 to prevent debugger interference. This can be
54
+* done by adding the following line to ~/.lldbinit:
55
+* `process handle SIGUSR1 -n true -p true -s false`
56
*----------------------------------------------------------*/
57
#ifdef __linux__
58
#define _GNU_SOURCE
0 commit comments