summaryrefslogtreecommitdiffstats
path: root/Misc/gdbinit
Commit message (Expand)AuthorAgeFilesLines
* 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