summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/rtems.py')
-rw-r--r--tools/gdb/python/rtems.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gdb/python/rtems.py b/tools/gdb/python/rtems.py
index eac5042..8738736 100644
--- a/tools/gdb/python/rtems.py
+++ b/tools/gdb/python/rtems.py
@@ -79,7 +79,8 @@ class rtems_object(gdb.Command):
'classic/tasks': lambda id: classic.task(id),
'classic/message_queues': lambda id: classic.message_queue(id),
'classic/timers' : lambda id: classic.timer(id),
- 'classic/partitions' : lambda id: classic.partition(id)
+ 'classic/partitions' : lambda id: classic.partition(id),
+ 'classic/regions' : lambda id: classic.region(id)
}
def __init__(self):