This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 27d5a1b4b7 arm/memory_barrier: fix build warning on GCC14
     add 06c7e2a02e nxgdb/utils: add has_field and fix ArrayIterator
     add 1bfb42d127 nxgdb/irq: add irqinfo command
     add 504c3dddf0 doc: update GDB python plugin path
     add 05e1cb736c doc: add GDB Plugin commands table

No new revisions were added by this update.

Summary of changes:
 Documentation/guides/gdb/irqinfo.rst               | 44 ++++++++++++
 Documentation/guides/gdbwithpython.rst             | 27 +++++++-
 Documentation/guides/qemugdb.rst                   |  2 +-
 .../risc-v/qemu-rv/boards/rv-virt/index.rst        |  2 +-
 Documentation/quickstart/debugging.rst             |  4 +-
 tools/pynuttx/nxgdb/irq.py                         | 80 ++++++++++++++++++++++
 tools/pynuttx/nxgdb/protocols/{wdog.py => irq.py}  | 14 ++--
 tools/pynuttx/nxgdb/utils.py                       | 16 ++++-
 8 files changed, 174 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/guides/gdb/irqinfo.rst
 create mode 100644 tools/pynuttx/nxgdb/irq.py
 copy tools/pynuttx/nxgdb/protocols/{wdog.py => irq.py} (87%)

Reply via email to