Searched refs:gdbpy_is_string (Results 1 – 16 of 16) sorted by relevance
201 if (! gdbpy_is_string (value) in set_parameter_value()227 if (! gdbpy_is_string (value)) in set_parameter_value()466 if (ds_obj != NULL && gdbpy_is_string (ds_obj.get ())) in get_doc_string()506 if (gdbpy_is_string (result.get ())) in call_doc_function()762 if (! gdbpy_is_string (item.get ())) in compute_enum_values()
209 if (! gdbpy_is_string (result.get ()) in pretty_print_one_value()244 if (gdbpy_is_string (hint.get ())) in gdbpy_get_display_hint()514 else if (gdbpy_is_string (py_v)) in print_children()
118 if (gdbpy_is_string (ds_obj.get ())) in fnpy_init()
314 if (! gdbpy_is_string (elt.get ())) in cmdpy_completer()491 if (ds_obj != NULL && gdbpy_is_string (ds_obj.get ())) in cmdpy_init()
69 if (gdbpy_is_string (result.get ())) in extract_sym()915 if (gdbpy_is_string (py_func.get ())) in py_print_frame()
375 if (gdbpy_is_string (pyo_reg_id))
137 else if (! gdbpy_is_string (newvalue)) in thpy_set_name()
163 gdbpy_is_string (PyObject *obj) in gdbpy_is_string() function
510 else if (gdbpy_is_string (sym_obj)) in frapy_read_var()
888 int gdbpy_is_string (PyObject *obj);
1054 if (gdbpy_is_string (key)) in valpy_getitem()2022 else if (gdbpy_is_string (obj)) in convert_value_from_python()
904 if (gdbpy_is_string (value)) in infpy_set_args()
1818 if (!gdbpy_is_string (pyo_execute_ret.get ())) in gdbpy_handle_missing_debuginfo()
12733 (gdbpy_is_string): Declare.12735 * python/python-utils.c (gdbpy_is_string): New function.12740 (convert_value_from_python): Use gdbpy_is_string. Change to throw
791 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
11175 method; this routine includes a call to gdbpy_is_string to check a11186 existing code, I've retained the gdbpy_is_string check.11188 After the gdbpy_is_string check we call python_string_to_host_string,