Home
last modified time | relevance | path

Searched refs:gdbpy_is_string (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-param.c132 if (! gdbpy_is_string (value) in set_parameter_value()
167 if (! gdbpy_is_string (value)) in set_parameter_value()
313 if (ds_obj && gdbpy_is_string (ds_obj)) in get_doc_string()
339 if (gdbpy_is_string (result)) in call_doc_function()
611 if (! gdbpy_is_string (item)) in compute_enum_values()
H A Dpy-prettyprint.c227 if (! gdbpy_is_string (result) && ! gdbpy_is_lazy_string (result) in pretty_print_one_value()
258 if (gdbpy_is_string (hint)) in gdbpy_get_display_hint()
635 else if (gdbpy_is_string (py_v)) in print_children()
H A Dpy-function.c177 if (ds_obj && gdbpy_is_string (ds_obj)) in fnpy_init()
H A Dpy-cmd.c261 if (elt == NULL || ! gdbpy_is_string (elt)) in VEC()
492 if (ds_obj && gdbpy_is_string (ds_obj)) in cmdpy_init()
H A Dpy-utils.c211 gdbpy_is_string (PyObject *obj) in gdbpy_is_string() function
H A Dpy-infthread.c103 else if (! gdbpy_is_string (newvalue)) in thpy_set_name()
H A Dpython-internal.h343 int gdbpy_is_string (PyObject *obj);
H A Dpy-frame.c440 else if (gdbpy_is_string (sym_obj)) in frapy_read_var()
H A Dpy-value.c518 if (gdbpy_is_string (key)) in valpy_getitem()
1316 else if (gdbpy_is_string (obj)) in convert_value_from_python()