Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9855ddf405dd405e49dd7553810be6d5f2163db6
/
Misc
/
gdbinit
852a27d
Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done
by Skip Montanaro
· 16 years ago
beca499
Fix the "pylocals" gdb command.
by Georg Brandl
· 16 years ago
44fb2a9
#5617: add a handy function to print a unicode string to gdbinit.
by Georg Brandl
· 16 years ago
4655e44
break sets a breakpoint rather than stopping the loop.
by Neal Norwitz
· 20 years ago
f98e6b1
Fix pystack command.
by Neil Schemenauer
· 20 years ago
afd77d9
Add definitions for "up" and "down" commands that print/display the current
by Skip Montanaro
· 21 years ago
0bb2a65
split functionality into pystack and pystackv commands. The former will
by Skip Montanaro
· 21 years ago
8c47f4a
eval_frame now has a PyAPI-style name
by Michael W. Hudson
· 21 years ago
7a92d74
It would help if I deleted the old pystack!
by Skip Montanaro
· 21 years ago
74d07f2
include local variables when dumping Python stack trace
by Skip Montanaro
· 21 years ago
786ea6b
Add pystack definition to Misc/gdbinit with some explanation of its behavior
by Skip Montanaro
· 21 years ago
f64ec0f
A helper to dump info about the current frame, assuming it is the variable f.
by Jeremy Hylton
· 22 years ago
bbd89b6
PyObject_Dump() -> _PyObject_Dump()
by Barry Warsaw
· 25 years ago
39e44d7
A few useful definitions if you're using gdb. Copy to ~/.gdbinit to
by Barry Warsaw
· 25 years ago