From e60a5eec0b1e8b16d984e4baf7dccb3323b88928 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Tue, 30 Jul 2013 08:54:35 +0530 Subject: Fix Task and state printer bugs. - Removed ITRON api objects in thread control - fixes #1 --- tools/gdb/python/supercore_printer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/gdb/python/supercore_printer.py') diff --git a/tools/gdb/python/supercore_printer.py b/tools/gdb/python/supercore_printer.py index ec1d416..3ce8110 100644 --- a/tools/gdb/python/supercore_printer.py +++ b/tools/gdb/python/supercore_printer.py @@ -3,6 +3,7 @@ # import objects import itertools +import threads class id: """Print an object given the ID. Print using the struct display hint and an -- cgit v1.2.3