Doc: Add new lines

This commit is contained in:
Alfred Gedeon
2021-06-28 15:30:11 -07:00
committed by alfred gedeon
parent 449ad960e2
commit a14f136596

View File

@ -125,9 +125,9 @@ $ sudo qemu-system-arm -machine mps2-an385 -monitor null -semihosting \
-kernel ./build/RTOSDemo.axf \ -kernel ./build/RTOSDemo.axf \
-serial stdio -nographic -s -S -serial stdio -nographic -s -S
``` ```
The options: The options: <br>
`-s` allows gdb to be attached to the process remotely at port 1234 `-s` allows gdb to be attached to the process remotely at port 1234<br>
`-S` starts the program in the paused state. `-S` starts the program in the paused state.<br>
3. Open another terminal to run GDB and connect to the process: 3. Open another terminal to run GDB and connect to the process:
``` ```