Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The printf modifier for a double is just %f | Rasmus Lerdorf | 2013-04-01 | 1 | -2/+2 |
| | |||||
* | Now we can set the tsrm_ls manually | Xinchen Hui | 2012-10-02 | 1 | -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.4 | Stanislav Malyshev | 2012-09-30 | 1 | -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 .gdbinit | Reeze Xia | 2012-10-01 | 1 | -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 needed | Reeze Xia | 2012-09-30 | 1 | -1/+2 |
| | | |||||
| * | Implemented FR #63188 (Display class name when debugging with gdb macro ↵ | Reeze Xia | 2012-09-30 | 1 | -8/+37 |
|/ | | | | zbacktrace) | ||||
* | Fix wrong type in the marco of fetching thread globals | Xinchen Hui | 2012-03-11 | 1 | -2/+2 |
| | |||||
* | Use zbacktrace_ex instead of zbacktrace(actullay is dump_bt) | Xinchen Hui | 2011-12-06 | 1 | -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 Hui | 2011-12-06 | 1 | -1/+72 |
| | | | | | | | zbacktrace Implement FR #60448 | ||||
* | - Added a function to print all CVs from the local scope. | Derick Rethans | 2009-08-01 | 1 | -0/+19 |
| | |||||
* | - MFH Add compiler globals as | Marcus Boerger | 2009-01-04 | 1 | -0/+3 |
| | |||||
* | Fix macros after GC patch. | Andrei Zmievski | 2007-10-14 | 1 | -2/+2 |
| | |||||
* | - MFH Add print_htptr, print_htstr | Marcus Boerger | 2007-05-20 | 1 | -10/+44 |
| | |||||
* | - treat interfaces and classes gracefully in print_inh | Michael Wallner | 2006-05-05 | 1 | -5/+43 |
| | |||||
* | - add print_inh (prints a very simple class tree, ie. extensible) | Michael Wallner | 2006-05-05 | 1 | -7/+80 |
| | | | | | | - add print_pi (prints property_info) - add ____print_str (print strings binary safely, for hash keys etc) | ||||
* | - MFH | Marcus Boerger | 2006-03-08 | 1 | -72/+110 |
| | |||||
* | - Add "zbacktrace" user-defined command. | Moriyoshi Koizumi | 2004-02-16 | 1 | -1/+12 |
| | |||||
* | Fixed printzn part. | Moriyoshi Koizumi | 2003-05-05 | 1 | -3/+3 |
| | | | | | # please be more careful, sterling.. | ||||
* | Fixed printzv macro | Moriyoshi Koizumi | 2003-05-05 | 1 | -2/+2 |
| | |||||
* | some improvements to the debugging macros | Sterling Hughes | 2003-05-02 | 1 | -31/+75 |
| | |||||
* | Support for ZTS | Marcus Boerger | 2003-04-06 | 1 | -17/+36 |
| | |||||
* | Improved zmemcheck macro so it displays the size of each memory block too. | Moriyoshi Koizumi | 2003-04-06 | 1 | -2/+14 |
| | |||||
* | Improved readability of zmemcheck output | Moriyoshi Koizumi | 2003-04-06 | 1 | -6/+22 |
| | |||||
* | Added zmemcheck macro, which may help you examine the memory blocks being | Moriyoshi Koizumi | 2003-04-06 | 1 | -1/+60 |
| | | | | | handled by the memory manager. | ||||
* | Added various gdb macros to examine zval, znode, and HashTable | Moriyoshi Koizumi | 2003-03-30 | 1 | -0/+179 |
| | |||||
* | add really nice dump_bt function for debugging in gdb | Thies C. Arntzen | 2003-02-14 | 1 | -0/+19 |