Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | break sets a breakpoint rather than stopping the loop. | Neal Norwitz | 2005-09-05 | 1 | -2/+3 |
* | Fix pystack command. | Neil Schemenauer | 2005-08-13 | 1 | -1/+1 |
* | Add definitions for "up" and "down" commands that print/display the current | Skip Montanaro | 2005-01-08 | 1 | -2/+52 |
* | split functionality into pystack and pystackv commands. The former will | Skip Montanaro | 2004-11-17 | 1 | -4/+19 |
* | eval_frame now has a PyAPI-style name | Michael W. Hudson | 2004-08-07 | 1 | -1/+1 |
* | It would help if I deleted the old pystack! | Skip Montanaro | 2004-04-02 | 1 | -23/+11 |
* | include local variables when dumping Python stack trace | Skip Montanaro | 2004-04-02 | 1 | -9/+36 |
* | Add pystack definition to Misc/gdbinit with some explanation of its behavior | Skip Montanaro | 2004-03-01 | 1 | -0/+23 |
* | A helper to dump info about the current frame, | Jeremy Hylton | 2003-10-03 | 1 | -0/+9 |
* | PyObject_Dump() -> _PyObject_Dump() | Barry Warsaw | 2001-01-24 | 1 | -2/+2 |
* | A few useful definitions if you're using gdb. Copy to ~/.gdbinit to | Barry Warsaw | 2001-01-23 | 1 | -0/+27 |