2007-08-20 Maxim Grigoriev * mi/mi-main.c (mi_load_progress): Make MI and MI2 behave identically on -target-download command as long as MI2 is a default. Index: gdb/mi/mi-main.c =================================================================== RCS file: /cvs/src/src/gdb/mi/mi-main.c,v retrieving revision 1.101 diff -u -r1.101 mi-main.c --- gdb/mi/mi-main.c 10 Aug 2007 21:52:38 -0000 1.101 +++ gdb/mi/mi-main.c 20 Aug 2007 20:19:57 -0000 @@ -1465,7 +1465,8 @@ of this function. */ saved_uiout = uiout; - if (current_interp_named_p (INTERP_MI)) + if (current_interp_named_p (INTERP_MI) + || current_interp_named_p (INTERP_MI2)) uiout = mi_out_new (2); else if (current_interp_named_p (INTERP_MI1)) uiout = mi_out_new (1);