summaryrefslogtreecommitdiffstats
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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gdb/python/classic_printer.py b/tools/gdb/python/classic_printer.py
index a25d756..86e0eeb 100644
--- a/tools/gdb/python/classic_printer.py
+++ b/tools/gdb/python/classic_printer.py
@@ -1,6 +1,8 @@
#
# RTEMS Classic pretty printers for GDB
#
+import classic
+import gdb
class attribute:
@@ -12,7 +14,7 @@ class attribute:
return gdb.Value(self.attr.to_string())
class semaphore:
- """ToDo: Print a Semaphore_Control object. Print using the struct display hint
+ """Print a Semaphore_Control object. Print using the struct display hint
and an iterator. """
class iterator: