This is the mail archive of the gdb@sources.redhat.com 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: Broken MI output


On Thu, 3 Mar 2005, Bob Rossi wrote:

> The echoing should be turned off from the GDB side. There are several
> ways to do this.
The echoing doesn't matter since it does't go from gdb stdout.

> Are you communicating with GDB through a pipe, pty?
Currently - through the pipe.

> The inferior output needs to be redirected to another pty using the
> console 'tty' command. This will "unmix" the inferior output and the MI
> output.
And if I don't want to redirect it to pty (or even can't)?
There is a special grammar rule (target-stream-output) for this case but 
it is not used! Why?..

Thanks.
Konstantin.



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