Home
last modified time | relevance | path

Searched refs:PyCode_Addr2Line (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Include/
Dcode.h83 PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
/external/python/cpython3/Include/
Dcode.h117 PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
/external/python/cpython2/PC/os2vacpp/
Dpython.def113 PyCode_Addr2Line
/external/python/cpython2/Objects/
Dlnotab_notes.txt43 (In C, this is implemented by PyCode_Addr2Line().) In order for this to work,
Dcodeobject.c700 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() function
Dframeobject.c69 return PyCode_Addr2Line(f->f_code, f->f_lasti); in PyFrame_GetLineNumber()
/external/python/cpython3/Objects/
Dlnotab_notes.txt48 (In C, this is implemented by PyCode_Addr2Line().) In order for this to work,
Dframeobject.c36 return PyCode_Addr2Line(f->f_code, f->f_lasti); in PyFrame_GetLineNumber()
Dcodeobject.c751 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() function
/external/python/cpython3/Python/
Dtraceback.c661 lineno = PyCode_Addr2Line(code, frame->f_lasti); in dump_frame()
Dceval.c5449 lineno = PyCode_Addr2Line(f->f_code, f->f_lasti); in dtrace_function_entry()
5463 lineno = PyCode_Addr2Line(f->f_code, f->f_lasti); in dtrace_function_return()
/external/python/cpython2/PC/os2emx/
Dpython27.def237 "PyCode_Addr2Line"
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2111 ``PyFrame_GetLineNumber()`` or ``PyCode_Addr2Line()`` are not affected.
D2.3.rst2002 instead call ``PyCode_Addr2Line(f->f_code, f->f_lasti)``. This will have the
/external/python/cpython2/Doc/whatsnew/
D2.3.rst2002 instead call ``PyCode_Addr2Line(f->f_code, f->f_lasti)``. This will have the
/external/python/cpython2/Misc/
DNEWS8859 PyCode_Addr2Line().
DHISTORY5052 PyCode_Addr2Line instead (f_lineno is still there, but only kept up
/external/python/cpython3/Misc/
DHISTORY13111 PyCode_Addr2Line().
22436 PyCode_Addr2Line instead (f_lineno is still there, but only kept up