summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/classic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/classic.py')
-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 e82078d..9af11df 100644
--- a/tools/gdb/python/classic.py
+++ b/tools/gdb/python/classic.py
@@ -79,6 +79,7 @@ class attribute:
self.attrtype = attrtype
self.attr = attr
+ #ToDo: Move this out
def to_string(self):
s = '0x%08x,' % (self.attr)
if self.attrtype != 'none':