Searched refs:mi_out_new (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/mi/ |
| D | mi-interp.c | 341 uiout = mi_out_new (mi_version); in mi_command_loop() 399 interp_add (interp_new (INTERP_MI1, NULL, mi_out_new (1), &procs)); in _initialize_mi_interp() 400 interp_add (interp_new (INTERP_MI2, NULL, mi_out_new (2), &procs)); in _initialize_mi_interp() 401 interp_add (interp_new (INTERP_MI3, NULL, mi_out_new (3), &procs)); in _initialize_mi_interp() 405 interp_add (interp_new (INTERP_MI, NULL, mi_out_new (2), &procs)); in _initialize_mi_interp()
|
| D | mi-out.h | 28 extern struct ui_out *mi_out_new (int mi_version);
|
| D | mi-out.c | 391 mi_out_new (int mi_version) in mi_out_new() function
|