Searched refs:convert_value_from_python (Results 1 – 17 of 17) sorted by relevance
208 value = convert_value_from_python (val_obj); in valpy_init()941 struct value *val = convert_value_from_python (val_obj); in valpy_assign()1154 struct value *idx = convert_value_from_python (key); in valpy_getitem()1241 vargs[i] = convert_value_from_python (item); in valpy_call()1452 arg1 = convert_value_from_python (self); in valpy_binop_throw()1456 arg2 = convert_value_from_python (other); in valpy_binop_throw()1774 value_other = convert_value_from_python (other); in valpy_richcompare_throw()1968 convert_value_from_python (PyObject *obj) in convert_value_from_python() function2087 struct value *value = convert_value_from_python (value_obj); in gdbpy_add_history()2166 value = convert_value_from_python (value_obj); in gdbpy_set_convenience_variable()
89 value = convert_value_from_python (result.get ()); in fnpy_call()
121 vitem->value = release_value (convert_value_from_python (py_v)); in next()
213 *out_value = convert_value_from_python (result.get ()); in pretty_print_one_value()526 struct value *value = convert_value_from_python (py_v); in print_children()
574 res = convert_value_from_python (py_result.get ()); in invoke()
483 struct value *convert_value_from_python (PyObject *obj);
148 *value = convert_value_from_python (vresult.get ()); in extract_value()
3702 (convert_value_from_python): Update comment.7670 (convert_value_from_python): Call value_cstring instead11100 (convert_value_from_python): Return a copy of the value if obj is12740 (convert_value_from_python): Use gdbpy_is_string. Change to throw12744 accesses. Adapt to new behaviour of convert_value_from_python.12745 (valpy_new): Adapt to new behaviour of convert_value_from_python.12749 convert_value_from_python.12756 (valpy_richcompare): Call convert_value_from_python instead of doing
1438 failed convert_value_from_python.4169 (convert_value_from_python): Add logic for ulongest.5861 (convert_value_from_python): Remove unused variables.11250 (convert_value_from_python): Add lazy string conversion.
1987 * python/py-value.c (valpy_getitem, convert_value_from_python):4615 * python/py-value.c (convert_value_from_python): Make PyInt_Check
799 (convert_value_from_python): Use "%S" format (Python object as a9589 * python/py-value.c (convert_value_from_python): Move 'old'
14423 * python/py-value.c (convert_value_from_python): Likewise.17198 * python/py-value.c (convert_value_from_python): Use
3899 (convert_value_from_python): Use target_float_from_host_double.18256 (get_field_type, valpy_getitem, convert_value_from_python): Use
9842 * python/py-value.c (convert_value_from_python): Use
3010 * python/py-value.c (convert_value_from_python): Move PyInt_Check
229 * python/py-value.c (convert_value_from_python): Use
5645 * python/py-value.c (convert_value_from_python): Use