We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f5009 commit 9b96ea1Copy full SHA for 9b96ea1
main/debug_gdb_scripts.c
@@ -698,6 +698,7 @@ asm(
698
".ascii \"\\\"\\\"\\\"\\n\"\n"
699
".ascii \"\\n\"\n"
700
".ascii \"import gdb\\n\"\n"
701
+ ".ascii \"import gdb.printing\\n\"\n"
702
".ascii \"import re\\n\"\n"
703
704
".ascii \"pp_set = gdb.printing.RegexpCollectionPrettyPrinter(\\\"php\\\")\\n\"\n"
scripts/gdb/php_gdb.py
@@ -28,6 +28,7 @@
28
"""
29
30
import gdb
31
+import gdb.printing
32
import re
33
34
pp_set = gdb.printing.RegexpCollectionPrettyPrinter("php")
0 commit comments