HomeSort by: relevance | last modified time | path
    Searched refs:py_ui_out (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-mi.c 31 py_ui_out::add_field (const char *name, const gdbpy_ref<> &obj)
53 py_ui_out::do_begin (ui_out_type type, const char *id)
77 py_ui_out::do_end (ui_out_type type)
88 py_ui_out::do_field_signed (int fldno, int width, ui_align align,
100 py_ui_out::do_field_unsigned (int fldno, int width, ui_align align,
111 py_ui_out::do_field_string (int fldno, int width, ui_align align,
123 py_ui_out::do_field_fmt (int fldno, int width, ui_align align,
168 py_ui_out uiout;
py-uiout.h 29 class py_ui_out : public ui_out class in inherits:ui_out
33 py_ui_out () function in class:py_ui_out
py-stopevent.c 47 py_ui_out uiout;
85 there's no API to add generic Python objects to a py_ui_out. */
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-mi.c 31 py_ui_out::add_field (const char *name, const gdbpy_ref<> &obj)
53 py_ui_out::do_begin (ui_out_type type, const char *id)
77 py_ui_out::do_end (ui_out_type type)
88 py_ui_out::do_field_signed (int fldno, int width, ui_align align,
99 py_ui_out::do_field_unsigned (int fldno, int width, ui_align align,
110 py_ui_out::do_field_string (int fldno, int width, ui_align align,
122 py_ui_out::do_field_fmt (int fldno, int width, ui_align align,
160 py_ui_out uiout;
py-uiout.h 29 class py_ui_out : public ui_out class in inherits:ui_out
33 py_ui_out () function in class:py_ui_out
py-stopevent.c 47 py_ui_out uiout;
86 there's no API to add generic Python objects to a py_ui_out. */

Completed in 28 milliseconds