mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
GDB: Import gdb.printing
gdb.printing is not imported by default since version 16, for some reason
This commit is contained in:
parent
26f5009e91
commit
9b96ea1a99
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ Then you can interact with that variable:
|
|||
"""
|
||||
|
||||
import gdb
|
||||
import gdb.printing
|
||||
import re
|
||||
|
||||
pp_set = gdb.printing.RegexpCollectionPrettyPrinter("php")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue