summaryrefslogtreecommitdiff
path: root/.gdbinit
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | get(ZTS build): (gdb) zbacktrace You can't do that without a process to debug. (gdb) set_ts 0x4112500 (gdb) zbacktrace [0x2b232e83a1d8] call_user_func(array(2)[0x2b232e879528], array(1)[0x2b232e878fa0]) /tmp/1.php:4 [0x7fffcb2efd80] A->__call("xxx", array(1)[0x2b232e878fa0])
* Merge branch 'pull-request/209' into PHP-5.4Stanislav Malyshev2012-09-301-8/+49
|\ | | | | | | | | | | | | * pull-request/209: Eliminate process running requirement of dump_bt in .gdbinit Add missing ____executor_globals in dump_bt if needed Implemented FR #63188 (Display class name when debugging with gdb macro zbacktrace)
| * Eliminate process running requirement of dump_bt in .gdbinitReeze Xia2012-10-011-13/+24
| | | | | | | | | | | | Most of the time scope are avaible, but if not, it will be hard to get them, since we can't call function if no proccess running. try to get class name if we can.
| * 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 ↵Reeze Xia2012-09-301-8/+37
|/ | | | zbacktrace)
* 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
| | | | | | Use %p instead of "0x08x" (IMO this is used for print pointer, which, unfortunately, don't work under x64) If there is any wrong, plz revert this, thanks
* Add zbacktrace_ex to .gdbinit which will print extra argument info than ↵Xinchen Hui2011-12-061-1/+72
| | | | | | | zbacktrace Implement FR #60448
* - 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
| | | | | | - add print_pi (prints property_info) - add ____print_str (print strings binary safely, for hash keys etc)
* - 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
| | | | | # please be more careful, sterling..
* 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
|
* Improved zmemcheck macro so it displays the size of each memory block too.Moriyoshi Koizumi2003-04-061-2/+14
|
* Improved readability of zmemcheck outputMoriyoshi Koizumi2003-04-061-6/+22
|
* Added zmemcheck macro, which may help you examine the memory blocks beingMoriyoshi Koizumi2003-04-061-1/+60
| | | | | handled by the memory manager.
* Added various gdb macros to examine zval, znode, and HashTableMoriyoshi Koizumi2003-03-301-0/+179
|
* add really nice dump_bt function for debugging in gdbThies C. Arntzen2003-02-141-0/+19