summaryrefslogtreecommitdiff
path: root/tools/gdb/python/classic_printer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/classic_printer.py')
-rw-r--r--tools/gdb/python/classic_printer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gdb/python/classic_printer.py b/tools/gdb/python/classic_printer.py
index e9d7cb8..a25d756 100644
--- a/tools/gdb/python/classic_printer.py
+++ b/tools/gdb/python/classic_printer.py
@@ -2,7 +2,7 @@
# RTEMS Classic pretty printers for GDB
#
-class attribute_printer:
+class attribute:
def __init__(self, attribute):
''' ToDo: Verify - usage of all '''
@@ -11,8 +11,8 @@ class attribute_printer:
def to_string(self):
return gdb.Value(self.attr.to_string())
-class semaphore_printer:
- """WIP: Print a Semaphore_Control object. Print using the struct display hint
+class semaphore:
+ """ToDo: Print a Semaphore_Control object. Print using the struct display hint
and an iterator. """
class iterator: