summaryrefslogtreecommitdiff
path: root/tools/gdb
diff options
context:
space:
mode:
authorDhananjay Balan <mb.dhananjay@gmail.com>2013-08-05 00:07:47 +0530
committerChris Johns <chrisj@rtems.org>2014-08-25 09:52:40 +1000
commit66d0779c33ac817c8f23a24294d617800581ca36 (patch)
tree62fe2812f9590f7e6677dd4aa86c130e9921aabc /tools/gdb
parent6d89e3c34e68e61013abb39ff058bc5715eaa455 (diff)
Barrier taks queue
Print the barrier taks queue.
Diffstat (limited to 'tools/gdb')
-rw-r--r--tools/gdb/python/classic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gdb/python/classic.py b/tools/gdb/python/classic.py
index 29ffab5..b919383 100644
--- a/tools/gdb/python/classic.py
+++ b/tools/gdb/python/classic.py
@@ -251,3 +251,4 @@ class barrier:
print ' Waiting:',self.core_b_control.waiting_threads()
helper.tasks_printer_routine(self.core_b_control.tasks())
+