mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Merge 4e081c10b6 into 216edd74db
This commit is contained in:
commit
850dbae70f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
You can now use standard ``gdb`` commands. For example, to
|
||||
reset the board:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue