We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f1fc0 + 6d5ee2b commit f227563Copy full SHA for f227563
etc/gdb_pretty/printers.py
@@ -1,11 +1,12 @@
1
-# Copyright 2024-2024 the openage authors. See copying.md for legal info.
+# Copyright 2024-2025 the openage authors. See copying.md for legal info.
2
3
"""
4
Pretty printers for GDB.
5
6
7
import re
8
import gdb # type: ignore
9
+import gdb.printing # type: ignore
10
11
# TODO: Printers should inherit from gdb.ValuePrinter when gdb 14.1 is available in all distros.
12
0 commit comments