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

  /src/external/gpl3/gdb/dist/gdb/python/
python-internal.h 240 /* The 'name' parameter of PyErr_NewException was missing the 'const'
247 return PyErr_NewException (const_cast<char *> (name), base, dict);
250 #define PyErr_NewException gdb_PyErr_NewException
  /src/external/gpl3/gdb.old/dist/gdb/python/
python-internal.h 158 /* The 'name' parameter of PyErr_NewException was missing the 'const'
165 return PyErr_NewException (const_cast<char *> (name), base, dict);
168 #define PyErr_NewException gdb_PyErr_NewException

Completed in 26 milliseconds