[PATCH v1 12/16] Py2/3 compliant tools/gdb/python/heaps.py
Anmol mishra
anmol.j2020 at gmail.com
Wed Mar 18 12:19:22 UTC 2020
From: Anmol Mishra <anmol.j2020 at gmail.com>
---
tools/gdb/python/heaps.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/gdb/python/heaps.py b/tools/gdb/python/heaps.py
index 14238e3..274942e 100644
--- a/tools/gdb/python/heaps.py
+++ b/tools/gdb/python/heaps.py
@@ -31,6 +31,8 @@
# RTEMS heap
#
+from __future__ import print_function
+
class block:
'''Abstract a heap block structure'''
--
2.21.0 (Apple Git-122.2)
More information about the devel
mailing list