Searched refs:mi_out_new (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-interp.c | 333 uiout = mi_out_new (mi_version); in mi_command_loop() 382 interp_add (interp_new (INTERP_MI1, NULL, mi_out_new (1), &procs)); in _initialize_mi_interp() 383 interp_add (interp_new (INTERP_MI2, NULL, mi_out_new (2), &procs)); in _initialize_mi_interp() 384 interp_add (interp_new (INTERP_MI3, NULL, mi_out_new (3), &procs)); in _initialize_mi_interp() 388 interp_add (interp_new (INTERP_MI, NULL, mi_out_new (2), &procs)); in _initialize_mi_interp()
|
H A D | mi-out.h | 28 extern struct ui_out *mi_out_new (int mi_version);
|
H A D | ChangeLog-1999-2003 | 485 * mi-out.c (mi_out_new): Initialize suppress_ouput field of newly 623 (mi_command_loop): Add parameter mi_version, pass to mi_out_new. 626 * mi-out.c (mi_out_new): Add parameter mi_version. 628 * mi-out.h (mi_out_new): Update. 1660 * mi-out.c (mi_out_new): Call tui_sfileopen() instead of 1946 (mi_out_new, mi_out_put): Move mi specific delcarations to here. 2021 * mi-out.c (mi_out_new): Add flags argument to ui_out_new call. 2096 * mi-out.c (mi_out_new): Initialize supress_field_separator. 2102 * mi-out.c (mi_out_new): New function, replace init_mi_out. 2103 * mi-main.c (mi_command_loop): Call mi_out_new(). [all …]
|
H A D | mi-out.c | 391 mi_out_new (int mi_version) in mi_out_new() function
|