mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
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:
@@ -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-.
|
||||
|
||||
Reference in New Issue
Block a user