History log of /php-src/scripts/gdb/debug_gdb_scripts_gen.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 1f64e7c2 06-Jul-2024 Andy Postnikov

Fix build for armv7 (#14801)


# 46b6ad6d 16-Apr-2024 Arnaud Le Blanc

Inline GDB scripts in the PHP binary (#13600)

This inlines .gdbinit and php_gdb.py in the .debug_gdb_scripts section of the PHP binary so that GDB can auto-load them regardless of the curren

Inline GDB scripts in the PHP binary (#13600)

This inlines .gdbinit and php_gdb.py in the .debug_gdb_scripts section of the PHP binary so that GDB can auto-load them regardless of the current directory or the availability of the PHP source code (albeit some functionalities of php_gdb.py currently rely on the source being available).

show more ...