From 1f20321be57f8091638c0682efad66f622a93ef1 Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Tue, 6 Dec 2005 05:53:46 +0000 Subject: * mi/mi-interp.c (mi_interpreter_resume): Route target error through the MI. --- gdb/mi/mi-interp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/mi') diff --git a/gdb/mi/mi-interp.c b/gdb/mi/mi-interp.c index cb4c49e..7191da6 100644 --- a/gdb/mi/mi-interp.c +++ b/gdb/mi/mi-interp.c @@ -119,6 +119,8 @@ mi_interpreter_resume (void *data) 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... */ -- cgit v1.1