The following patches mi-main.c to turn on the console output prefix prior to outputting the gdb startup messages. The code checks for mi level and defers to old behavior for mi1. Ok to commit? mi/ChangeLog: 2002-10-02 Jeff Johnston * mi-main.c: (mi_init_ui): If mi level > 1, set up gdb_stdout with console prefix. Fix for PR gdb/604. (mi_command_loop): Add check for mi level. If <= 1, set up gdb_stdout with console prefix. -- Jeff J.