]> granicus.if.org Git - python/commitdiff
eval_frame now has a PyAPI-style name
authorMichael W. Hudson <mwh@python.net>
Sat, 7 Aug 2004 20:11:22 +0000 (20:11 +0000)
committerMichael W. Hudson <mwh@python.net>
Sat, 7 Aug 2004 20:11:22 +0000 (20:11 +0000)
Misc/gdbinit

index b3b4946a431986d3547c559f071ff7eb04eb5950..145cc3a31219c7ecdc2e3b87299f2d09d84c8c62 100644 (file)
@@ -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