Support classic/partitions

Added support for partition object.
This commit is contained in:
Dhananjay Balan
2013-07-27 14:11:19 +05:30
committed by Chris Johns
parent 086e689955
commit 09086b415d
3 changed files with 31 additions and 5 deletions

View File

@@ -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: