HomeSort by: relevance | last modified time | path
    Searched defs:gdbpy_gdberror_exc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
python.c 101 PyObject *gdbpy_gdberror_exc;
2534 gdbpy_gdberror_exc = PyErr_NewException ("gdb.GdbError", NULL, NULL);
2535 if (gdbpy_gdberror_exc == NULL
2537 gdbpy_gdberror_exc) < 0)
100 PyObject *gdbpy_gdberror_exc; variable
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 100 PyObject *gdbpy_gdberror_exc;
2323 gdbpy_gdberror_exc = PyErr_NewException ("gdb.GdbError", NULL, NULL);
2324 if (gdbpy_gdberror_exc == NULL
2326 gdbpy_gdberror_exc) < 0)
99 PyObject *gdbpy_gdberror_exc; variable

Completed in 24 milliseconds