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

  /src/external/gpl3/gdb/dist/gdb/python/
python.c 96 PyObject *gdbpy_doc_cst;
2559 gdbpy_doc_cst = PyUnicode_FromString ("__doc__");
2560 if (gdbpy_doc_cst == NULL)
95 PyObject *gdbpy_doc_cst; variable
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 95 PyObject *gdbpy_doc_cst;
2348 gdbpy_doc_cst = PyUnicode_FromString ("__doc__");
2349 if (gdbpy_doc_cst == NULL)
94 PyObject *gdbpy_doc_cst; variable

Completed in 68 milliseconds