OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026