1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

GDB: Import gdb.printing

gdb.printing is not imported by default since version 16, for some reason
This commit is contained in:
Arnaud Le Blanc
2025-03-25 11:51:49 +01:00
parent 26f5009e91
commit 9b96ea1a99
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ Then you can interact with that variable:
"""
import gdb
import gdb.printing
import re
pp_set = gdb.printing.RegexpCollectionPrettyPrinter("php")