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

  /src/external/gpl3/gdb/dist/gdb/python/
py-cmd.c 192 gdbpy_ref<> wordobj;
196 wordobj = gdbpy_ref<>::new_reference (Py_None);
200 wordobj.reset (PyUnicode_Decode (word, strlen (word), host_charset (),
202 if (wordobj == NULL)
212 wordobj.get (), NULL));
190 gdbpy_ref<> wordobj; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-cmd.c 192 gdbpy_ref<> wordobj;
196 wordobj = gdbpy_ref<>::new_reference (Py_None);
200 wordobj.reset (PyUnicode_Decode (word, strlen (word), host_charset (),
202 if (wordobj == NULL)
212 wordobj.get (), NULL));
190 gdbpy_ref<> wordobj; local

Completed in 102 milliseconds