这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion etc/gdb_pretty/printers.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright 2024-2024 the openage authors. See copying.md for legal info.
# Copyright 2024-2025 the openage authors. See copying.md for legal info.

"""
Pretty printers for GDB.
"""

import re
import gdb # type: ignore
import gdb.printing # type: ignore

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

Expand Down
Loading