summaryrefslogtreecommitdiff
path: root/.gdbinit
Commit message (Collapse)AuthorAgeFilesLines
* 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