Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-value.c208 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() function
2087 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()
Dpy-function.c89 value = convert_value_from_python (result.get ()); in fnpy_call()
Dpy-varobj.c121 vitem->value = release_value (convert_value_from_python (py_v)); in next()
Dpy-prettyprint.c213 *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()
Dpy-xmethods.c574 res = convert_value_from_python (py_result.get ()); in invoke()
Dpython-internal.h483 struct value *convert_value_from_python (PyObject *obj);
Dpy-framefilter.c148 *value = convert_value_from_python (vresult.get ()); in extract_value()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20093702 (convert_value_from_python): Update comment.
7670 (convert_value_from_python): Call value_cstring instead
11100 (convert_value_from_python): Return a copy of the value if obj is
12740 (convert_value_from_python): Use gdbpy_is_string. Change to throw
12744 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
DChangeLog-20101438 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.
DChangeLog-20161987 * python/py-value.c (valpy_getitem, convert_value_from_python):
4615 * python/py-value.c (convert_value_from_python): Make PyInt_Check
DChangeLog-2012799 (convert_value_from_python): Use "%S" format (Python object as a
9589 * python/py-value.c (convert_value_from_python): Move 'old'
DChangeLog-201914423 * python/py-value.c (convert_value_from_python): Likewise.
17198 * python/py-value.c (convert_value_from_python): Use
DChangeLog-20173899 (convert_value_from_python): Use target_float_from_host_double.
18256 (get_field_type, valpy_getitem, convert_value_from_python): Use
DChangeLog-20119842 * python/py-value.c (convert_value_from_python): Use
DChangeLog-20133010 * python/py-value.c (convert_value_from_python): Move PyInt_Check
DChangeLog-2018229 * python/py-value.c (convert_value_from_python): Use
DChangeLog-20205645 * python/py-value.c (convert_value_from_python): Use