1. 1221135 gdbinit: Use proper define syntax (GH-19557) by Florian Bruhin · 4 years, 4 months ago
  2. 1f86fdc bpo-15817: gdbinit: Document commands after defining them (GH-15021) by Florian Bruhin · 5 years ago
  3. 3a9ccee bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) by Marcel Plch · 6 years ago
  4. 7286dbd bpo-15817: Expose command documentation to gdb help (GH-6384) by Skip Montanaro · 6 years ago
  5. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  6. 0a9397f A newline in lineno output breaks pyframe output. by Georg Brandl · 14 years ago
  7. 29848f0 #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output. by Georg Brandl · 14 years ago
  8. 3ebc22a Remove the external non-python.org hyperlink and point people to by Gregory P. Smith · 14 years ago
  9. 5b5d8d5 The py_decref macro was incorrect and unnecessary. by Gregory P. Smith · 14 years ago
  10. 03efcf2 * Applys part of the patch from http://bugs.python.org/issue3631 to add by Gregory P. Smith · 14 years ago
  11. ae5465a Make similar changes to 3.x version. by Skip Montanaro · 15 years ago
  12. 9b21dbc Recorded merge of revisions 74185 via svnmerge from by Georg Brandl · 15 years ago
  13. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 15 years ago
  14. 8f2f22a Fix gdbinit to handle new types/APIs. by Neal Norwitz · 16 years ago
  15. 44c19f6 Get gdb macros working with unicode and PyVarObject change by Neal Norwitz · 17 years ago
  16. 4655e44 break sets a breakpoint rather than stopping the loop. by Neal Norwitz · 19 years ago
  17. f98e6b1 Fix pystack command. by Neil Schemenauer · 19 years ago
  18. afd77d9 Add definitions for "up" and "down" commands that print/display the current by Skip Montanaro · 20 years ago
  19. 0bb2a65 split functionality into pystack and pystackv commands. The former will by Skip Montanaro · 20 years ago
  20. 8c47f4a eval_frame now has a PyAPI-style name by Michael W. Hudson · 20 years ago
  21. 7a92d74 It would help if I deleted the old pystack! by Skip Montanaro · 20 years ago
  22. 74d07f2 include local variables when dumping Python stack trace by Skip Montanaro · 20 years ago
  23. 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 20 years ago
  24. f64ec0f A helper to dump info about the current frame, assuming it is the variable f. by Jeremy Hylton · 21 years ago
  25. bbd89b6 PyObject_Dump() -> _PyObject_Dump() by Barry Warsaw · 24 years ago
  26. 39e44d7 A few useful definitions if you're using gdb. Copy to ~/.gdbinit to by Barry Warsaw · 24 years ago