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


##########
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:
   Or, alternately, something like this:
   
   ```
   Inside gdb console, connect to the gdb server with:
   
   (gdb) target extended-remote :3333
   
   If this doesn't work as expected, try the older remote protocol with:
   
   (gdb) target remote :3333
   ```
   



-- 
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