doc: update GDB python plugin path

The NuttX GDB python plugin has been moved to tools/pynuttx/nxgdb.
Update all documentation including this path.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu
2025-02-05 09:26:02 +08:00
committed by Alan C. Assis
parent 1bfb42d127
commit 504c3dddf0
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -244,12 +244,12 @@ The benefit is that it works also for the sim build where ``openocd`` is
not applicable. For this to work, you will need to enable PROC filesystem support
which will expose required task information (``CONFIG_FS_PROCFS=y``).
To use this approach, you can load the ``nuttx/tools/gdb/gdbinit.py`` file. An
To use this approach, you can load the ``nuttx/tools/pynuttx/gdbinit.py`` file. An
easy way to do this is to add an extra command:
.. code-block:: console
$ gdb nuttx -ix=tools/gdb/gdbinit.py
$ gdb nuttx -ix=tools/pynuttx/gdbinit.py
gdb can need to set the current elf support architecture, for example,
the prefix is arm-ebai-none-.