php-src/scripts/gdb
Tim Düsterhus 39cf27689b
php_gdb: Print some numeric fields as hexadecimal (#18925)
* php_gdb: Print `zend_string*`’s `h` field as hexadecimal

A decimal representation of a hash value is not particularly meaningful and
makes it harder to compare hash values.

* php_gdb: Print `HashTable*`’s `nTableMask` field as hexadecimal
2025-06-24 15:22:25 +02:00
..
debug_gdb_scripts_gen.php GDB script improvements (#17227) 2025-01-30 12:22:07 +01:00
php_gdb.py php_gdb: Print some numeric fields as hexadecimal (#18925) 2025-06-24 15:22:25 +02:00