XuNeo commented on code in PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#discussion_r1923124734


##########
libs/libc/gdbstub/lib_gdbstub.c:
##########
@@ -55,12 +55,8 @@
 
 #define BUFSIZE CONFIG_LIB_GDBSTUB_PKTSIZE
 
-#ifdef CONFIG_BOARD_MEMORY_RANGE
-static const struct memory_region_s g_memory_region[] =
-  {
-    CONFIG_BOARD_MEMORY_RANGE
-  };
-#endif
+#define REPBIAS 29

Review Comment:
   The bias value for the repeat count.
   https://sourceware.org/gdb/current/onlinedocs/gdb.html/Overview.html#Overview



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to