Searched refs:py_v (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-varobj.c52 PyObject *py_v; local
98 if (!PyArg_ParseTuple (item.get (), "sO", &name, &py_v))
105 vitem->value = convert_value_from_python (py_v);
H A Dpy-prettyprint.c400 PyObject *py_v; local
423 if (! PyArg_ParseTuple (item.get (), "sO", &name, &py_v))
488 if (gdbpy_is_lazy_string (py_v))
496 gdbpy_extract_lazy_string (py_v, &addr, &type, &length, &encoding);
502 else if (gdbpy_is_string (py_v))
506 output = python_string_to_host_string (py_v);
514 struct value *value = convert_value_from_python (py_v);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-varobj.c66 PyObject *py_v; local
115 if (!PyArg_ParseTuple (item.get (), "sO", &name, &py_v))
122 vitem->value = release_value (convert_value_from_python (py_v));
H A Dpy-prettyprint.c404 PyObject *py_v; local
427 if (! PyArg_ParseTuple (item.get (), "sO", &name, &py_v))
499 if (gdbpy_is_lazy_string (py_v))
507 gdbpy_extract_lazy_string (py_v, &addr, &type, &length, &encoding);
513 else if (gdbpy_is_string (py_v))
517 output = python_string_to_host_string (py_v);
525 struct value *value = convert_value_from_python (py_v);

Completed in 136 milliseconds