summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/main.py
diff options
context:
space:
mode:
authorDhananjay Balan <mb.dhananjay@gmail.com>2013-08-25 23:03:44 +0530
committerChris Johns <chrisj@rtems.org>2014-08-25 09:52:41 +1000
commita7176a8a7e5542d9371026b135a864f15d79e1b5 (patch)
tree3a4689b709f0aa9642c70a077969c3b19a30b5ae /tools/gdb/python/main.py
parentAdded register class (diff)
downloadrtems-tools-a7176a8a7e5542d9371026b135a864f15d79e1b5.tar.bz2
Add watchdog ticks command.
- ToDo : Fix watchdog states.
Diffstat (limited to 'tools/gdb/python/main.py')
-rw-r--r--tools/gdb/python/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gdb/python/main.py b/tools/gdb/python/main.py
index 0ec4a28..a0ff7dc 100644
--- a/tools/gdb/python/main.py
+++ b/tools/gdb/python/main.py
@@ -17,4 +17,5 @@ rtems.rtems_object()
rtems.rtems_semaphore()
rtems.rtems_task()
rtems.rtems_message_queue()
-rtems.rtems_tod() \ No newline at end of file
+rtems.rtems_tod()
+rtems.rtems_wdt() \ No newline at end of file