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

Merge branch 'PHP-8.4'

* PHP-8.4:
  GDB: Import gdb.printing
This commit is contained in:
Arnaud Le Blanc
2025-03-27 16:31:57 +01:00
2 changed files with 4 additions and 0 deletions

View File

@@ -698,6 +698,8 @@ asm(
".ascii \"\\\"\\\"\\\"\\n\"\n"
".ascii \"\\n\"\n"
".ascii \"import gdb\\n\"\n"
".ascii \"import gdb.printing\\n\"\n"
".ascii \"import gdb.types\\n\"\n"
".ascii \"import re\\n\"\n"
".ascii \"import traceback\\n\"\n"
".ascii \"import os\\n\"\n"

View File

@@ -28,6 +28,8 @@ Then you can interact with that variable:
"""
import gdb
import gdb.printing
import gdb.types
import re
import traceback
import os