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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user