From 8c47f4a6578e9886c857d92b3a0ac5e1294be7a9 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Sat, 7 Aug 2004 20:11:22 +0000 Subject: eval_frame now has a PyAPI-style name --- Misc/gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/gdbinit b/Misc/gdbinit index b3b4946..145cc3a 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 -- cgit v0.12