Home
last modified time | relevance | path

Searched refs:PyFrameObjectPtr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Tools/gdb/
Dlibpython.py338 'frame': PyFrameObjectPtr,
835 class PyFrameObjectPtr(PyObjectPtr): class
1409 frame = PyFrameObjectPtr.from_pyobject_ptr(f)
1419 frame = PyFrameObjectPtr.from_pyobject_ptr(f)
/aosp_15_r20/external/python/cpython3/Tools/gdb/
Dlibpython.py346 'frame': PyFrameObjectPtr,
934 class PyFrameObjectPtr(PyObjectPtr): class