Home
last modified time | relevance | path

Searched refs:python_GdbModuleDef (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c2140 static struct PyModuleDef python_GdbModuleDef = variable
2160 return PyModule_Create (&python_GdbModuleDef); in init__gdb_module()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201512256 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
12384 (python_GdbModuleDef): ... this and make extern.
DChangeLog-20202116 (python_GdbModuleDef): Move earlier. Now static.