php-src/scripts/gdb
DanielEScherzer e34eebb854
GDB: format output for class entries and class constants (#15955)
For `zend_string` pointers in class entries, show the string contents (if not
`NULL`).

For class constants, the `ce` (class entry pointer) field is shown with the
name of the class, and the `doc_comment` field is shown with the string
contents if possible.
2024-10-09 13:10:48 +02:00
..
debug_gdb_scripts_gen.php
php_gdb.py GDB: format output for class entries and class constants (#15955) 2024-10-09 13:10:48 +02:00