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 14:02:38 UTC

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

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



##########
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:
       Ok, did this (though it must be ntcb == 0, not ntct > 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