From: Anmol Mishra <anmol.j2...@gmail.com> --- tools/gdb/python/helper.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tools/gdb/python/helper.py b/tools/gdb/python/helper.py index e9fe2f8..ac7c944 100644 --- a/tools/gdb/python/helper.py +++ b/tools/gdb/python/helper.py @@ -30,6 +30,8 @@ # RTEMS GDB support helper routins. # +from __future__ import print_function + import gdb def tasks_printer_routine(wait_queue): -- 2.21.0 (Apple Git-122.2) _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel