nuttx/tools/gdb
xuxingliang eddc22c47f gdb/wdog: add basic wdog dump command
(gdb) wdog
WDog@0x404864e8: tick: 4294978078       0x402e36b0 <wdtest_callback> arg: 0x40462500
WDog@0x40462ef8: tick: 4294978078       0x402c7900 <nxsig_timeout> arg: 0x40462e70
WDog@0x40462d88: tick: 4294978078       0x402c7900 <nxsig_timeout> arg: 0x40462d00
WDog@0x4046e488: tick: 4294978079       0x402e36b0 <wdtest_callback> arg: 0x40462440
WDog@0x40462658: tick: 4294978079       0x402c7900 <nxsig_timeout> arg: 0x404625d0
(gdb)

Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2025-01-30 13:46:01 +08:00
..
nuttxgdb gdb/wdog: add basic wdog dump command 2025-01-30 13:46:01 +08:00
.gitignore tools/gdb: add pyproject.toml to build as a package 2024-11-23 13:09:16 +08:00
gdbinit.py tools/gdb: Fix gdbinit to unload all nuttxgdb related modules 2024-12-02 13:43:52 +08:00
pyproject.toml tools/gdb: add pyproject.toml to build as a package 2024-11-23 13:09:16 +08:00
requirements.txt gdb/debug: add debugpy to debug python code 2024-11-25 13:37:30 +08:00