Home
last modified time | relevance | path

Searched refs:py_ui_out (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-mi.c31 py_ui_out::add_field (const char *name, const gdbpy_ref<> &obj) in add_field()
53 py_ui_out::do_begin (ui_out_type type, const char *id) in do_begin()
77 py_ui_out::do_end (ui_out_type type) in do_end()
88 py_ui_out::do_field_signed (int fldno, int width, ui_align align, in do_field_signed()
99 py_ui_out::do_field_unsigned (int fldno, int width, ui_align align, in do_field_unsigned()
110 py_ui_out::do_field_string (int fldno, int width, ui_align align, in do_field_string()
122 py_ui_out::do_field_fmt (int fldno, int width, ui_align align, in do_field_fmt()
160 py_ui_out uiout; in gdbpy_execute_mi_command()
Dpy-uiout.h29 class py_ui_out : public ui_out
33 py_ui_out () in py_ui_out() function
Dpy-stopevent.c47 py_ui_out uiout; in py_print_bpstat()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git8770 Move py_ui_out to a new header
8771 This moves the declaration of py_ui_out to a new header, so that it