Skip to content

Commit a519a03

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: GDB: Import gdb.printing
2 parents 6ab5a5b + 9b96ea1 commit a519a03

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

main/debug_gdb_scripts.c

+2
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ asm(
698698
".ascii \"\\\"\\\"\\\"\\n\"\n"
699699
".ascii \"\\n\"\n"
700700
".ascii \"import gdb\\n\"\n"
701+
".ascii \"import gdb.printing\\n\"\n"
702+
".ascii \"import gdb.types\\n\"\n"
701703
".ascii \"import re\\n\"\n"
702704
".ascii \"import traceback\\n\"\n"
703705
".ascii \"import os\\n\"\n"

scripts/gdb/php_gdb.py

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"""
2929

3030
import gdb
31+
import gdb.printing
32+
import gdb.types
3133
import re
3234
import traceback
3335
import os

0 commit comments

Comments
 (0)