[rtems-tools commit] Fix typo: Global timer control object name.

Chris Johns chrisj at rtems.org
Sun Aug 24 23:45:33 UTC 2014


Module:    rtems-tools
Branch:    master
Commit:    591fbf65d31d167dcab31138fc5b4da0ad5b40e6
Changeset: http://git.rtems.org/rtems-tools/commit/?id=591fbf65d31d167dcab31138fc5b4da0ad5b40e6

Author:    Dhananjay Balan <mb.dhananjay at gmail.com>
Date:      Tue Jul 16 18:35:03 2013 +0530

Fix typo: Global timer control object name.

---

 tools/gdb/python/objects.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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'),



More information about the vc mailing list