mi/1654: Textual output from target not contained in target output stream

Nick Gianakas gianakas@optonline.net
Tue May 18 02:48:00 GMT 2004


The following reply was made to PR mi/1654; it has been noted by GNATS.

From: Nick Gianakas <gianakas@optonline.net>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: mi/1654: Textual output from target not contained in target	output
 stream
Date: Mon, 17 May 2004 22:38:33 -0400

 According to the GDB manual:
 
    "@" string-output
       The target output stream contains any textual output from the
       running target.
 
 So the proper output from this example program is:
 
    @"Hello, world.\n"
 
 At this point, nothing defines output from the inferior.  As a result,
 it's impossible to determine/realize such output definitely.  Needless
 to say, this behavior (or lack thereof) practically voids the purpose of
 MI2.
 
 I can't imagine the change being difficult since the result is the same
 as the console output stream except with a '@' prefix instead of '~'.
 
 



More information about the Gdb-prs mailing list