summaryrefslogtreecommitdiff
path: root/Misc/gdbinit
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#...Zachary Ware2019-09-091-23/+23
* bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)Marcel Plch2018-04-061-7/+7
* bpo-15817: Expose command documentation to gdb help (GH-6384)Skip Montanaro2018-04-051-11/+25
* Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-2/+2
* A newline in lineno output breaks pyframe output.Georg Brandl2010-11-031-1/+1
* #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newli...Georg Brandl2010-10-211-3/+4
* Remove the external non-python.org hyperlink and point people toGregory P. Smith2010-10-171-2/+1
* The py_decref macro was incorrect and unnecessary.Gregory P. Smith2010-10-171-10/+0
* * Applys part of the patch from http://bugs.python.org/issue3631 to addGregory P. Smith2010-10-171-8/+21
* Make similar changes to 3.x version.Skip Montanaro2010-01-141-3/+9
* Recorded merge of revisions 74185 via svnmerge fromGeorg Brandl2009-07-231-1/+1
* Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,...Benjamin Peterson2009-04-111-0/+13
* Fix gdbinit to handle new types/APIs.Neal Norwitz2008-08-241-4/+4
* Get gdb macros working with unicode and PyVarObject changeNeal Norwitz2007-08-271-3/+3
* 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