Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c47f4a

Browse files
author
Michael W. Hudson
committed
eval_frame now has a PyAPI-style name
1 parent 79f7ad2 commit 8c47f4a

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)