Home
last modified time | relevance | path

Searched refs:pyframe (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
D_tracemalloc.c348 tracemalloc_get_frame(PyFrameObject *pyframe, frame_t *frame) in tracemalloc_get_frame() argument
356 lineno = PyFrame_GetLineNumber(pyframe); in tracemalloc_get_frame()
361 code = pyframe->f_code; in tracemalloc_get_frame()
448 PyFrameObject *pyframe; in traceback_get_frames() local
458 for (pyframe = tstate->frame; pyframe != NULL; pyframe = pyframe->f_back) { in traceback_get_frames()
459 tracemalloc_get_frame(pyframe, &traceback->frames[traceback->nframe]); in traceback_get_frames()
/external/python/cpython3/Misc/
Dgdbinit74 pyframe
78 define pyframe
106 pyframe
133 pyframe
/external/python/cpython2/Misc/
Dgdbinit74 pyframe
78 define pyframe
106 pyframe
133 pyframe