Home
last modified time | relevance | path

Searched refs:python_string_to_host_string (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-param.c153 string = python_string_to_host_string (value); in set_parameter_value()
174 str = python_string_to_host_string (value); in set_parameter_value()
315 result = python_string_to_host_string (ds_obj); in get_doc_string()
341 data = python_string_to_host_string (result); in call_doc_function()
618 self->enumeration[i] = python_string_to_host_string (item); in compute_enum_values()
H A Dpy-utils.c193 python_string_to_host_string (PyObject *obj) in python_string_to_host_string() function
232 char *msg = python_string_to_host_string (str_obj); in gdbpy_obj_to_string()
H A Dpy-function.c179 docstring = python_string_to_host_string (ds_obj); in fnpy_init()
H A Dpy-cmd.c267 item = python_string_to_host_string (elt); in VEC()
494 docstring = python_string_to_host_string (ds_obj); in cmdpy_init()
H A Dpy-prettyprint.c260 result = python_string_to_host_string (hint); in gdbpy_get_display_hint()
639 output = python_string_to_host_string (py_v); in print_children()
H A Dpy-infthread.c111 name = python_string_to_host_string (newvalue); in thpy_set_name()
H A Dpy-breakpoint.c447 exp = python_string_to_host_string (newvalue); in bppy_set_condition()
910 char *attr = python_string_to_host_string (name); in local_setattro()
H A Dpython-internal.h342 char *python_string_to_host_string (PyObject *obj);
H A Dpython.c934 prompt = python_string_to_host_string (result); in before_prompt_hook()
1297 result = python_string_to_host_string (result_obj); in apply_type_printers()
H A Dpy-value.c520 field = python_string_to_host_string (key); in valpy_getitem()
H A Dpy-type.c1301 field = python_string_to_host_string (key); in typy_getitem()