From: Anmol Mishra <anmol.j2...@gmail.com> --- tools/gdb/python/supercore_printer.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tools/gdb/python/supercore_printer.py b/tools/gdb/python/supercore_printer.py index 61241e3..d144b40 100644 --- a/tools/gdb/python/supercore_printer.py +++ b/tools/gdb/python/supercore_printer.py @@ -30,9 +30,11 @@ # RTEMS Supercore pretty printers for GDB # -import objects +from __future__ import absolute_import + +from . import objects import itertools -import threads +from . import threads class id: """Print an object given the ID. Print using the struct display hint and an -- 2.21.0 (Apple Git-122.2) _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel