php-src/scripts/gdb
DanielEScherzer 0b42749621
GDB: apply ast pretty printing to specialized structures (#17884)
The `ZendAstPrettyPrinter` had logic to handle the various structures that are
based on `zend_ast`, like `zend_ast_decl`, but the printer was only installed
when the value was a `zend_ast`, meaning that for the specialized structures
the details wouldn't be shown unless they were cast (in GDB) to `zend_ast`.
Instead, just register the printer for the specialized structures too.
2025-02-25 09:17:14 +01:00
..
debug_gdb_scripts_gen.php GDB script improvements (#17227) 2025-01-30 12:22:07 +01:00
php_gdb.py GDB: apply ast pretty printing to specialized structures (#17884) 2025-02-25 09:17:14 +01:00