Searched refs:mi_out_new (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/mi/
H A Dmi-out.h28 extern struct ui_out *mi_out_new (int mi_version);
H A Dmi-interp.c341 uiout = mi_out_new (mi_version);
399 interp_add (interp_new (INTERP_MI1, NULL, mi_out_new (1), &procs));
400 interp_add (interp_new (INTERP_MI2, NULL, mi_out_new (2), &procs));
401 interp_add (interp_new (INTERP_MI3, NULL, mi_out_new (3), &procs));
405 interp_add (interp_new (INTERP_MI, NULL, mi_out_new (2), &procs));
H A Dmi-out.c391 mi_out_new (int mi_version) function

Completed in 46 milliseconds