Skip to content

Commit f227563

Browse files
authored
Merge pull request #1771 from heinezen/fix/pretty_printer
Fix import of `gdb.printing` Python module
2 parents a3f1fc0 + 6d5ee2b commit f227563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/gdb_pretty/printers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Copyright 2024-2024 the openage authors. See copying.md for legal info.
1+
# Copyright 2024-2025 the openage authors. See copying.md for legal info.
22

33
"""
44
Pretty printers for GDB.
55
"""
66

77
import re
88
import gdb # type: ignore
9+
import gdb.printing # type: ignore
910

1011
# TODO: Printers should inherit from gdb.ValuePrinter when gdb 14.1 is available in all distros.
1112

0 commit comments

Comments
 (0)