From 591fbf65d31d167dcab31138fc5b4da0ad5b40e6 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Tue, 16 Jul 2013 18:17:03 +0530 Subject: Fix typo: Global timer control object name. --- tools/gdb/python/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gdb/python/objects.py b/tools/gdb/python/objects.py index 23ea7be..c433039 100644 --- a/tools/gdb/python/objects.py +++ b/tools/gdb/python/objects.py @@ -14,7 +14,7 @@ class infotables: tables_types = { 'classic/tasks' : ('Thread_Control', '_RTEMS_tasks_Information'), - 'classic/timers' : ('Timer_Control', '_Timers_Information'), + 'classic/timers' : ('Timer_Control', '_Timer_Information'), 'classic/semaphores' : ('Semaphore_Control', '_Semaphore_Information'), 'classic/message_queues' : ('Message_queue_Control', '_Message_queue_Information'), 'classic/partitions' : ('Partition_Control', '_Partition_Information'), -- cgit v1.2.3