summaryrefslogtreecommitdiff
path: root/tools/gdb/python/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/objects.py')
-rw-r--r--tools/gdb/python/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gdb/python/objects.py b/tools/gdb/python/objects.py
index f4ae5e1..ae2a4c7 100644
--- a/tools/gdb/python/objects.py
+++ b/tools/gdb/python/objects.py
@@ -14,6 +14,7 @@ class infotables:
tables_types = {
'internal/time' : ('TOD_Control', '_TOD'),
+ 'internal/wdticks' : ('Chain_Control', '_Watchdog_Ticks_chain'),
'classic/tasks' : ('Thread_Control', '_RTEMS_tasks_Information'),
'classic/timers' : ('Timer_Control', '_Timer_Information'),