Home
last modified time | relevance | path

Searched refs:PyEval_EvalFrameEx (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/python/cpython3/Misc/
Dgdbinit113 if $pc > PyEval_EvalFrameEx && $pc < _PyEval_EvalFrameDefault
129 # statement tests to see if we are in PyEval_EvalFrameEx().
139 if $pc > PyEval_EvalFrameEx && $pc < _PyEval_EvalFrameDefault
152 if $pc > PyEval_EvalFrameEx && $pc < _PyEval_EvalFrameDefault
Dstable_abi.toml678 [function.PyEval_EvalFrameEx]
DHISTORY1019 PyEval_EvalFrameEx(). At entry, save or swap the exception state even if
1020 PyEval_EvalFrameEx() is called with throwflag=0. At exit, the exception state
8677 - Issue #11168: Remove filename debug variable from PyEval_EvalFrameEx().
/aosp_15_r20/external/python/cpython2/Misc/
Dgdbinit105 if $pc > PyEval_EvalFrameEx && $pc < PyEval_EvalCodeEx
121 # statement tests to see if we are in PyEval_EvalFrameEx().
132 if $pc > PyEval_EvalFrameEx && $pc < PyEval_EvalCodeEx
143 if $pc > PyEval_EvalFrameEx && $pc < PyEval_EvalCodeEx
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h84 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(PyFrameObject *f, int exc);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h84 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(PyFrameObject *f, int exc);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h84 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(PyFrameObject *f, int exc);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h84 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(PyFrameObject *f, int exc);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h84 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(PyFrameObject *f, int exc);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h66 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(struct _frame *f, int exc);
/aosp_15_r20/external/python/cpython2/Objects/
Dgenobject.c85 result = PyEval_EvalFrameEx(f, exc); in gen_send_ex()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dveryhigh.rst258 PyEval_EvalFrameEx, for backward compatibility.
261 .. c:function:: PyObject* PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
/aosp_15_r20/external/bcc/tools/
H A Dprofile_example.txt597 PyEval_EvalFrameEx
612 PyEval_EvalFrameEx
618 PyEval_EvalFrameEx
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dveryhigh.rst292 :c:func:`PyEval_EvalFrameEx`, for backward compatibility.
295 .. c:function:: PyObject* PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c685 return PyEval_EvalFrameEx(f, 0); in PyEval_EvalFrame()
689 PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) in PyEval_EvalFrameEx() function
3604 retval = PyEval_EvalFrameEx(f,0); in PyEval_EvalCodeEx()
4457 retval = PyEval_EvalFrameEx(f,0); in fast_function()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def828 "PyEval_EvalFrameEx"
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat824 PyEval_EvalFrameEx:PyObject*::+1:
825 PyEval_EvalFrameEx:PyFrameObject*:f:0:
826 PyEval_EvalFrameEx:int:throwflag::
Dstable_abi.dat185 function,PyEval_EvalFrameEx,3.2,,
Dpython3.11.abi203 …<elf-symbol name='PyEval_EvalFrameEx' type='func-type' binding='global-binding' visibility='defaul…
11425PyEval_EvalFrameEx' mangled-name='PyEval_EvalFrameEx' filepath='Python/ceval.c' line='1171' column…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c245 EXPORT_FUNC(PyEval_EvalFrameEx)
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst1240 PyEval_EvalFrameEx on non-debug shared builds. This broke the ability to
D3.5.0a1.rst834 Fix the exception handling of generators in PyEval_EvalFrameEx(). At entry,
835 save or swap the exception state even if PyEval_EvalFrameEx() is called with
D3.7.0a1.rst6206 PyEval_EvalFrameEx on non-debug shared builds. This broke the ability to
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1171 PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) in PyEval_EvalFrameEx() function
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.4.rst2488 * :c:func:`PyEval_EvalFrameEx`, :c:func:`PyObject_Repr`, and