2005-11-20 Serge Chatroux * mi-interp.c (mi_interpreter_resume): Route target error through the MI. Index: mi-interp.c =================================================================== --- mi-interp.c (revision 245) +++ mi-interp.c (working copy) @@ -119,6 +119,8 @@ gdb_stdlog = mi->log; /* Route target output through the MI. */ gdb_stdtarg = mi->targ; + /* Route target error through the MI as well. */ + gdb_stdtargerr = mi->targ; /* Replace all the hooks that we know about. There really needs to be a better way of doing this... */