| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) | Marcel Plch | 2018-04-06 | 1 | -7/+7 |
|
|
* | bpo-15817: Expose command documentation to gdb help (GH-6384) | Skip Montanaro | 2018-04-05 | 1 | -11/+25 |
|
|
* | Removed unintentional trailing spaces in text files. | Serhiy Storchaka | 2015-03-29 | 1 | -2/+2 |
|
|
* | A newline in lineno output breaks pyframe output. | Georg Brandl | 2010-11-03 | 1 | -1/+1 |
|
|
* | #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newli... | Georg Brandl | 2010-10-21 | 1 | -3/+4 |
|
|
* | Remove the external non-python.org hyperlink and point people to | Gregory P. Smith | 2010-10-17 | 1 | -2/+1 |
|
|
* | The py_decref macro was incorrect and unnecessary. | Gregory P. Smith | 2010-10-17 | 1 | -10/+0 |
|
|
* | * Applys part of the patch from http://bugs.python.org/issue3631 to add | Gregory P. Smith | 2010-10-17 | 1 | -8/+21 |
|
|
* | Make similar changes to 3.x version. | Skip Montanaro | 2010-01-14 | 1 | -3/+9 |
|
|
* | Recorded merge of revisions 74185 via svnmerge from | Georg Brandl | 2009-07-23 | 1 | -1/+1 |
|
|
* | Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,... | Benjamin Peterson | 2009-04-11 | 1 | -0/+13 |
|
|
* | Fix gdbinit to handle new types/APIs. | Neal Norwitz | 2008-08-24 | 1 | -4/+4 |
|
|
* | Get gdb macros working with unicode and PyVarObject change | Neal Norwitz | 2007-08-27 | 1 | -3/+3 |
|
|
* | 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 |
|
|