Skip to content

Commit 7ab40d1

Browse files
author
mwh
committed
eval_frame now has a PyAPI-style name
git-svn-id: http://svn.python.org/projects/python/trunk@36887 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 13ff2de commit 7ab40d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
# print the entire Python call stack
6666
define pystack
6767
while $pc < Py_Main || $pc > Py_GetArgcArgv
68-
if $pc > eval_frame && $pc < PyEval_EvalCodeEx
68+
if $pc > PyEval_EvalFrame && $pc < PyEval_EvalCodeEx
6969
pyframe
7070
end
7171
up-silently 1

0 commit comments

Comments
 (0)