linguini1 commented on code in PR #17297:
URL: https://github.com/apache/nuttx/pull/17297#discussion_r2507597901


##########
Documentation/platforms/arm/qemu/boards/qemu-armv7a/index.rst:
##########
@@ -211,3 +211,39 @@ The command that starts QEMU and enables the QEMU EDU 
device looks like this::
   -machine virt,highmem=off,virtualization=off,gic-version=2 \
   -chardev stdio,id=con,mux=on -serial chardev:con -mon 
chardev=con,mode=readline \
   -kernel nuttx -device edu
+
+
+Gdbstub support
+===============
+  The Qemu version must be above 9.2 to support two serial ports.
+
+  One window:
+  ./tools/configure.sh qemu-armv7a:gdbstub; make -j25

Review Comment:
   Could you please format this with the RST code blocks? Something like:
   
   ```rst
   
   In one window:
   
   .. code:: console
      
      $ ./tools/configure.sh qemu-armv7a:gdbstub
      $ make -j
   
   In the other window:
   
   .. code:: console
      
      $ gdb-multiarch nuttx # .... continues
   
   ```



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