Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-param.c201 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()
Dpy-prettyprint.c209 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()
Dpy-function.c118 if (gdbpy_is_string (ds_obj.get ())) in fnpy_init()
Dpy-cmd.c314 if (! gdbpy_is_string (elt.get ())) in cmdpy_completer()
491 if (ds_obj != NULL && gdbpy_is_string (ds_obj.get ())) in cmdpy_init()
Dpy-framefilter.c69 if (gdbpy_is_string (result.get ())) in extract_sym()
915 if (gdbpy_is_string (py_func.get ())) in py_print_frame()
Dpy-registers.c375 if (gdbpy_is_string (pyo_reg_id))
Dpy-infthread.c137 else if (! gdbpy_is_string (newvalue)) in thpy_set_name()
Dpy-utils.c163 gdbpy_is_string (PyObject *obj) in gdbpy_is_string() function
Dpy-frame.c510 else if (gdbpy_is_string (sym_obj)) in frapy_read_var()
Dpython-internal.h888 int gdbpy_is_string (PyObject *obj);
Dpy-value.c1054 if (gdbpy_is_string (key)) in valpy_getitem()
2022 else if (gdbpy_is_string (obj)) in convert_value_from_python()
Dpy-inferior.c904 if (gdbpy_is_string (value)) in infpy_set_args()
Dpython.c1818 if (!gdbpy_is_string (pyo_execute_ret.get ())) in gdbpy_handle_missing_debuginfo()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-200912733 (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
DChangeLog-2012791 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git11175 method; this routine includes a call to gdbpy_is_string to check a
11186 existing code, I've retained the gdbpy_is_string check.
11188 After the gdbpy_is_string check we call python_string_to_host_string,