GDB All-Stop and Non-Stop Mode with LinkServer

GDB supports a mode that allows the GDB debug client to read memory while the target is running. This allows features like ‘live variables.' That way, I can see the variables refreshed and changing over time without halting the target. Another functionality that comes with this feature is to check stopped threads or to see all threads in the system.

multiple FreeRTOS threads in debug view