summaryrefslogtreecommitdiff
path: root/Misc/gdbinit
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,...Georg Brandl2010-11-261-1/+1
* Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge fromGeorg Brandl2010-11-261-3/+4
* Merged revisions 85657 via svnmerge fromGregory P. Smith2010-10-171-2/+1
* Merged revisions 85649 via svnmerge fromGregory P. Smith2010-10-171-10/+0
* Merged revisions 85646 via svnmerge fromGregory P. Smith2010-10-171-8/+21
* Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been doneSkip Montanaro2010-01-141-3/+9
* Fix the "pylocals" gdb command.Georg Brandl2009-07-231-1/+1
* #5617: add a handy function to print a unicode string to gdbinit.Georg Brandl2009-03-311-0/+13
* break sets a breakpoint rather than stopping the loop.Neal Norwitz2005-09-051-2/+3
* Fix pystack command.Neil Schemenauer2005-08-131-1/+1
* Add definitions for "up" and "down" commands that print/display the currentSkip Montanaro2005-01-081-2/+52
* split functionality into pystack and pystackv commands. The former willSkip Montanaro2004-11-171-4/+19
* eval_frame now has a PyAPI-style nameMichael W. Hudson2004-08-071-1/+1
* It would help if I deleted the old pystack!Skip Montanaro2004-04-021-23/+11
* include local variables when dumping Python stack traceSkip Montanaro2004-04-021-9/+36
* Add pystack definition to Misc/gdbinit with some explanation of its behaviorSkip Montanaro2004-03-011-0/+23
* A helper to dump info about the current frame,Jeremy Hylton2003-10-031-0/+9
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-241-2/+2
* A few useful definitions if you're using gdb. Copy to ~/.gdbinit toBarry Warsaw2001-01-231-0/+27