62 Commits (master)

Author SHA1 Message Date
Tim Düsterhus 9d9b73a3f0
.gdbinit: Fix printing of variable names in `print_cvs` (#20077) 3 weeks ago
Ilija Tovilo f18710e362
Fix dumping of zend_string.val in gdb 2 years ago
Max Kellermann 413844d626
Zend/zend_types.h: deprecate zend_bool, zend_intptr_t, zend_uintptr_t (#10597) 3 years ago
Arnaud Le Blanc c654973c02
.gdbinit: Update print_ht for new compact packed arrays representation (#8966) 3 years ago
Dylan K. Taylor 50f476591f .gdbinit: make zbacktrace show the correct stack when switching threads 5 years ago
Dylan K. Taylor 6b631f073d gdbinit: use ____print_str to print htable keys 5 years ago
Nikita Popov 1e4920c119 Renumber zval types, clarify allowed overlap 6 years ago
Nikita Popov 9e8ba7891e Change representation of zend_type from type code to MAY_BE_* mask 6 years ago
Nikita Popov d73789ef91 Sync types in .gdbinit, improve property dumping 7 years ago
Peter Kokot 37c329d715 Trim trailing whitespace in source code files 7 years ago
Peter Kokot 3362620b5f Trim trailing whitespace in source code files 7 years ago
Peter Kokot 902d39a3a7 Trim trailing whitespace in source code files 7 years ago
Peter Kokot 7f6387b59a Trim trailing whitespace in source code files 7 years ago
Mitch Hagstrand 34fb42970a Adds print_global_vars to gdbinit 8 years ago
Mitch Hagstrand da5db1c9b2
Fixed print_const_table function and zval types in ____printzv_contents 8 years ago
Mitch Hagstrand 01f7998db0 Enhancements and fixes for print_pi in gdbinit 8 years ago
Mitch Hagstrand 8ba6d622e5 Removing zmemcheck from .gdbinit 9 years ago
Mitch Hagstrand db894fa6aa
Fixes in .gdbinit for ZE 3 9 years ago
Mitch Hagstrand 1ee1f79e27
Fixed bug #72680 gdbinit print_cvs not prepared for PHP 7 9 years ago
Mitch Hagstrand 9ad3413190 Add print zend string function to gdbinit 9 years ago
Hannes Magnusson 874dcd8f73 Doubles are not refcounted 10 years ago
Michael Wallner e6e5defb31 fix printzv (refcount) 10 years ago
Adam Saponara d27a8a7dcb Prevent warning when printing arrays in gdb 10 years ago
Xinchen Hui 97433d8f6e Fixed dumpbt 10 years ago
Xinchen Hui 20597ecfb7 Fixed print_ht 11 years ago
Dmitry Stogov f0d9d1828b Fixed dump_bt and printzv 11 years ago
Nikita Popov b7e139a59c Fix incdec of referenced properties 11 years ago
Xinchen Hui 6d2ca4b508 it's good for gc debuging 11 years ago
Xinchen Hui 537344161f Fixed zbacktrace 11 years ago
Nikita Popov b5e36ec236 Make gdb dumpbt work again (at least partially) 11 years ago
Nikita Popov d1ae74a1a5 Improve gdb ht and zval dumps 12 years ago
Nikita Popov afd8a02160 A few more fixes and improvements for gdbinit 12 years ago
Nikita Popov a6d33eb654 Clamb gdb string output at 256 chars 12 years ago
Nikita Popov bdeeddbb80 Fix parts of .gdbinit 12 years ago
Xinchen Hui 15e9bfa048 Update .gdbinit 12 years ago
Bob Weinand 4350937027 Merge branch 'master' of sapi/phpdbg into PHP-5.6 12 years ago
Felipe Pena 1d7562bb99 - Added .gdbinit 12 years ago
Rasmus Lerdorf 527ac404a1 The printf modifier for a double is just %f 13 years ago
Xinchen Hui 8e9805bb79 Now we can set the tsrm_ls manually 13 years ago
Reeze Xia dedbba4e5b Eliminate process running requirement of dump_bt in .gdbinit 13 years ago
Reeze Xia 752280d4d2 Add missing ____executor_globals in dump_bt if needed 13 years ago
Reeze Xia 613674c7a2 Implemented FR #63188 (Display class name when debugging with gdb macro zbacktrace) 13 years ago
Xinchen Hui 2db548acf2 Fix wrong type in the marco of fetching thread globals 14 years ago
Xinchen Hui 49e9d8f351 Fix wrong type in the marco of fetching thread globals 14 years ago
Xinchen Hui 7ace6dd108 Fix wrong type in the marco of fetching thread globals 14 years ago
Xinchen Hui ded11f4258 Use zbacktrace_ex instead of zbacktrace(actullay is dump_bt) 14 years ago
Xinchen Hui 5c8df5e0f8 Use zbacktrace_ex instead of zbacktrace(actullay is dump_bt) 14 years ago
Xinchen Hui f161d724d3 Add zbacktrace_ex to .gdbinit which will print extra argument info than zbacktrace 14 years ago
Xinchen Hui 17f5bf2ed9 Add zbacktrace_ex to .gdbinit which will print extra argument info than zbacktrace 14 years ago
Derick Rethans 3627bd185a - Added a function to print all CVs from the local scope. 16 years ago