acassis commented on code in PR #16601:
URL: https://github.com/apache/nuttx/pull/16601#discussion_r2162092837


##########
Documentation/quickstart/debugging.rst:
##########
@@ -66,13 +66,13 @@ This will start a ``gdb`` server. Then, start ``gdb`` with:
 .. code-block:: console
 
   $ cd nuttx/
-  $ gdb-multiarch nuttx/nuttx
+  $ gdb-multiarch ./nuttx
 
 Inside ``gdb`` console, connect to the ``gdb`` server with:
 
 .. code-block::
 
-  (gdb) target extended-remote :3333
+  (gdb) tar remote :3333

Review Comment:
   @simbit18 I use "tar" here too, since GDB accept reduced from (tar: target; 
mon: monitor, etc). But maybe it is better to use the formal way



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to