diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-unwind-maint.py')
-rw-r--r-- | gdb/testsuite/gdb.python/py-unwind-maint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-unwind-maint.py b/gdb/testsuite/gdb.python/py-unwind-maint.py index f87263d..1d049a9 100644 --- a/gdb/testsuite/gdb.python/py-unwind-maint.py +++ b/gdb/testsuite/gdb.python/py-unwind-maint.py @@ -16,6 +16,7 @@ # This file is part of the GDB testsuite. It tests python unwinders. import re + import gdb.types from gdb.unwinder import Unwinder, register_unwinder |