mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-16 11:42:19 +08:00
Support classic/partitions
Added support for partition object.
This commit is contained in:

committed by
Chris Johns

parent
086e689955
commit
09086b415d
@@ -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:
|
||||
|
Reference in New Issue
Block a user