HomeSort by relevance Sort by last modified time
    Searched refs:co_zombieframe (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 28 void *co_zombieframe; /* for optimization only (see frameobject.c) */ member in struct:__anon63058
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 28 void *co_zombieframe; /* for optimization only (see frameobject.c) */ member in struct:__anon63181
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 587 cmds_after_breakpoint=['print (PyFrameObject*)(((PyCodeObject*)op)->co_zombieframe)']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 587 cmds_after_breakpoint=['print (PyFrameObject*)(((PyCodeObject*)op)->co_zombieframe)']

Completed in 130 milliseconds