This is the mail archive of the gdb-prs@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: mi/1654: Textual output from target not contained in target outputstream


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 '~'.
 
 


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