You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/15 13:59:28 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5505: Fix JLinkGDBServer crash attaching to target

pkarashchenko commented on a change in pull request #5505:
URL: https://github.com/apache/incubator-nuttx/pull/5505#discussion_r806858785



##########
File path: tools/jlink-nuttx.c
##########
@@ -424,6 +449,11 @@ struct symbols_s *RTOS_GetSymbols(void)
 
 uint32_t RTOS_GetNumThreads(void)
 {
+  if (!g_plugin_priv.ntcb)

Review comment:
       ```suggestion
     if (g_plugin_priv.ntcb > 0)
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org