From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24047 invoked by alias); 2 May 2002 21:11:25 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24036 invoked from network); 2 May 2002 21:11:23 -0000 Received: from unknown (HELO e31.co.us.ibm.com) (32.97.110.129) by sources.redhat.com with SMTP; 2 May 2002 21:11:23 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.194.23]) by e31.co.us.ibm.com (8.12.2/8.12.2) with ESMTP id g42LBMoB084266 for ; Thu, 2 May 2002 17:11:22 -0400 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [9.26.6.103]) by westrelay02.boulder.ibm.com (8.11.1m3/NCO/VER6.1) with ESMTP id g42LB0c47056 for ; Thu, 2 May 2002 15:11:00 -0600 Subject: Target Output Streaming in MI To: gdb@sources.redhat.com Message-ID: From: chanskw@ca.ibm.com Date: Thu, 02 May 2002 14:11:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00022.txt.bz2 Hi, As we are doing more investigation with MI, we having another question regarding output streaming in MI. As described in GDB manual: `"@" STRING-OUTPUT' The target output stream contains any textual output from the running target. Some of the examples in the manual show that program's output should be prefixed with '@'. However, we have never seen program output prefixed with '@'. After doing more experiments and looking into GDB source code, we found that program output will only be prefixed with '@' during remote debugging. Is this really the case? Thank you. Regards, Samantha Chan