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

  /src/external/gpl3/gdb/dist/gdb/python/
python.c 94 PyObject *gdbpy_children_cst;
2553 gdbpy_children_cst = PyUnicode_FromString ("children");
2554 if (gdbpy_children_cst == NULL)
93 PyObject *gdbpy_children_cst; variable
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 93 PyObject *gdbpy_children_cst;
2342 gdbpy_children_cst = PyUnicode_FromString ("children");
2343 if (gdbpy_children_cst == NULL)
92 PyObject *gdbpy_children_cst; variable

Completed in 26 milliseconds