summaryrefslogtreecommitdiff
path: root/.gdbinit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-051-1/+2
|\
| * gdbinit: use ____print_str to print htable keysDylan K. Taylor2021-01-051-1/+2
* | Renumber zval types, clarify allowed overlapNikita Popov2020-01-071-14/+5
* | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-13/+10
|/
* Sync types in .gdbinit, improve property dumpingNikita Popov2019-02-261-14/+25
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-10/+10
* Adds print_global_vars to gdbinitMitch Hagstrand2018-05-261-0/+12
* Fixed print_const_table function and zval types in ____printzv_contentsMitch Hagstrand2018-02-151-42/+32
* Enhancements and fixes for print_pi in gdbinitMitch Hagstrand2018-02-101-2/+11
* Removing zmemcheck from .gdbinitMitch Hagstrand2017-01-181-73/+0
* Fixes in .gdbinit for ZE 3Mitch Hagstrand2017-01-171-12/+33
* Fixed bug #72680 gdbinit print_cvs not prepared for PHP 7Mitch Hagstrand2017-01-121-15/+26
* Add print zend string function to gdbinitMitch Hagstrand2017-01-091-0/+12
* Doubles are not refcountedHannes Magnusson2015-09-011-1/+1
* Merge branch 'patch-gdbinit' of https://github.com/adsr/php-srcXinchen Hui2015-08-181-1/+1
|\
| * Prevent warning when printing arrays in gdbAdam Saponara2015-08-141-1/+1
* | fix printzv (refcount)Michael Wallner2015-08-181-1/+1
|/
* Fixed dumpbtXinchen Hui2015-08-141-1/+1
* Fixed print_htXinchen Hui2015-06-151-1/+1
* Fixed dump_bt and printzvDmitry Stogov2015-02-091-2/+2
* Fix incdec of referenced propertiesNikita Popov2014-10-121-2/+2
* it's good for gc debugingXinchen Hui2014-09-161-0/+25
* Fixed zbacktraceXinchen Hui2014-08-281-3/+11
* Make gdb dumpbt work again (at least partially)Nikita Popov2014-07-081-89/+65
* Improve gdb ht and zval dumpsNikita Popov2014-05-291-78/+46
* A few more fixes and improvements for gdbinitNikita Popov2014-05-291-7/+8
* Clamb gdb string output at 256 charsNikita Popov2014-05-281-1/+4
* Fix parts of .gdbinitNikita Popov2014-05-251-48/+38
* Update .gdbinitXinchen Hui2014-02-201-113/+138
* The printf modifier for a double is just %fRasmus Lerdorf2013-04-011-2/+2
* Now we can set the tsrm_ls manuallyXinchen Hui2012-10-021-3/+16
* Merge branch 'pull-request/209' into PHP-5.4Stanislav Malyshev2012-09-301-8/+49
|\
| * Eliminate process running requirement of dump_bt in .gdbinitReeze Xia2012-10-011-13/+24
| * Add missing ____executor_globals in dump_bt if neededReeze Xia2012-09-301-1/+2
| * Implemented FR #63188 (Display class name when debugging with gdb macro zback...Reeze Xia2012-09-301-8/+37
|/
* Fix wrong type in the marco of fetching thread globalsXinchen Hui2012-03-111-2/+2
* Use zbacktrace_ex instead of zbacktrace(actullay is dump_bt)Xinchen Hui2011-12-061-77/+57
* Add zbacktrace_ex to .gdbinit which will print extra argument info than zback...Xinchen Hui2011-12-061-1/+72
* - Added a function to print all CVs from the local scope.Derick Rethans2009-08-011-0/+19
* - MFH Add compiler globals asMarcus Boerger2009-01-041-0/+3
* Fix macros after GC patch.Andrei Zmievski2007-10-141-2/+2
* - MFH Add print_htptr, print_htstrMarcus Boerger2007-05-201-10/+44
* - treat interfaces and classes gracefully in print_inhMichael Wallner2006-05-051-5/+43
* - add print_inh (prints a very simple class tree, ie. extensible)Michael Wallner2006-05-051-7/+80
* - MFHMarcus Boerger2006-03-081-72/+110
* - Add "zbacktrace" user-defined command.Moriyoshi Koizumi2004-02-161-1/+12
* Fixed printzn part.Moriyoshi Koizumi2003-05-051-3/+3
* Fixed printzv macroMoriyoshi Koizumi2003-05-051-2/+2
* some improvements to the debugging macrosSterling Hughes2003-05-021-31/+75
* Support for ZTSMarcus Boerger2003-04-061-17/+36