This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:[PATCH] Target stderr not displayed thru MI


> +  /* Route target error through the MI as well. */
> +  gdb_stdtargerr = mi->targ;

I know nothing about remote debugging but shouldn't error output go to
mi->err so that you can distinguish it from target output?

Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]