[Python-checkins] python/dist/src/Misc gdbinit,1.6,1.7

mwh at users.sourceforge.net mwh at users.sourceforge.net
Sat Aug 7 22:11:34 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16391

Modified Files:
	gdbinit 
Log Message:
eval_frame now has a PyAPI-style name


Index: gdbinit
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/gdbinit,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gdbinit	2 Apr 2004 14:53:55 -0000	1.6
--- gdbinit	7 Aug 2004 20:11:22 -0000	1.7
***************
*** 66,70 ****
  define pystack
      while $pc < Py_Main || $pc > Py_GetArgcArgv
!         if $pc > eval_frame && $pc < PyEval_EvalCodeEx
  	    pyframe
          end
--- 66,70 ----
  define pystack
      while $pc < Py_Main || $pc > Py_GetArgcArgv
!         if $pc > PyEval_EvalFrame && $pc < PyEval_EvalCodeEx
  	    pyframe
          end



More information about the Python-checkins mailing list