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

Skip to content

Commit f98e6b1

Browse files
committed
Fix pystack command.
1 parent 97979dd commit f98e6b1

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
@@ -98,7 +98,7 @@ end
9898
#end
9999

100100
define printframe
101-
if $pc > PyEval_EvalFrame && $pc < PyEval_EvalCodeEx
101+
if $pc > PyEval_EvalFrameEx && $pc < PyEval_EvalCodeEx
102102
pyframe
103103
else
104104
frame

0 commit comments

Comments
 (0)