Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions main/debug_gdb_scripts.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ asm(
".ascii \"\\\"\\\"\\\"\\n\"\n"
".ascii \"\\n\"\n"
".ascii \"import gdb\\n\"\n"
".ascii \"import gdb.printing\\n\"\n"
".ascii \"import re\\n\"\n"
".ascii \"\\n\"\n"
".ascii \"pp_set = gdb.printing.RegexpCollectionPrettyPrinter(\\\"php\\\")\\n\"\n"
Expand Down
1 change: 1 addition & 0 deletions scripts/gdb/php_gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"""

import gdb
import gdb.printing
import re

pp_set = gdb.printing.RegexpCollectionPrettyPrinter("php")
Expand Down
Loading