From: Michael W. Hudson Date: Sat, 7 Aug 2004 20:11:22 +0000 (+0000) Subject: eval_frame now has a PyAPI-style name X-Git-Tag: v2.4a3~348 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c47f4a6578e9886c857d92b3a0ac5e1294be7a9;p=thirdparty%2FPython%2Fcpython.git eval_frame now has a PyAPI-style name --- diff --git a/Misc/gdbinit b/Misc/gdbinit index b3b4946a4319..145cc3a31219 100644 --- a/Misc/gdbinit +++ b/Misc/gdbinit @@ -65,7 +65,7 @@ end # print the entire Python call stack define pystack while $pc < Py_Main || $pc > Py_GetArgcArgv - if $pc > eval_frame && $pc < PyEval_EvalCodeEx + if $pc > PyEval_EvalFrame && $pc < PyEval_EvalCodeEx pyframe end up-silently 1