Home
last modified time | relevance | path

Searched refs:convert_value_from_python (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-value.c146 value = convert_value_from_python (PyTuple_GetItem (args, 0)); in valpy_new()
538 struct value *idx = convert_value_from_python (key); in valpy_getitem()
621 vargs[i] = convert_value_from_python (item); in valpy_call()
776 arg1 = convert_value_from_python (self); in valpy_binop()
780 arg2 = convert_value_from_python (other); in valpy_binop()
1080 value_other = convert_value_from_python (other); in valpy_richcompare()
1252 convert_value_from_python (PyObject *obj) in convert_value_from_python() function
H A Dpy-function.c147 value = convert_value_from_python (result); in fnpy_call()
H A Dpy-prettyprint.c230 *out_value = convert_value_from_python (result); in pretty_print_one_value()
650 struct value *value = convert_value_from_python (py_v); in print_children()
H A Dpython-internal.h268 struct value *convert_value_from_python (PyObject *obj);
/dflybsd-src/contrib/gdb-7/gdb/
H A Dvarobj.c1210 v = convert_value_from_python (py_v); in update_dynamic_varobj_children()