HomeSort by: relevance | last modified time | path
    Searched refs:PyExc_StopIteration (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-linetable.c 386 PyErr_SetNone (PyExc_StopIteration);
402 PyErr_SetNone (PyExc_StopIteration);
py-registers.c 225 PyErr_SetString (PyExc_StopIteration, _("No more groups"));
317 PyErr_SetString (PyExc_StopIteration, _("No more registers"));
py-block.c 378 PyErr_SetString (PyExc_StopIteration, _("Symbol is null."));
  /src/external/gpl3/gdb/dist/gdb/python/
py-linetable.c 386 PyErr_SetNone (PyExc_StopIteration);
402 PyErr_SetNone (PyExc_StopIteration);
py-registers.c 225 PyErr_SetString (PyExc_StopIteration, _("No more groups"));
317 PyErr_SetString (PyExc_StopIteration, _("No more registers"));
py-block.c 412 PyErr_SetString (PyExc_StopIteration, _("Symbol is null."));
  /src/external/cddl/osnet/dist/lib/pyzfs/common/
ioctl.c 257 PyErr_SetNone(PyExc_StopIteration);
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 737 /* A crude PyExc_StopIteration exception for old Pythons */
739 # ifndef PyExc_StopIteration
740 # define PyExc_StopIteration PyExc_RuntimeError

Completed in 24 milliseconds