From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25212 invoked by alias); 5 Feb 2003 14:44:12 -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 25205 invoked from network); 5 Feb 2003 14:44:11 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 5 Feb 2003 14:44:11 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h15EiBf31169 for ; Wed, 5 Feb 2003 09:44:11 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h15EiBa18655 for ; Wed, 5 Feb 2003 09:44:11 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h15EiAt08353; Wed, 5 Feb 2003 09:44:10 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id F1EA5FF79; Wed, 5 Feb 2003 09:48:19 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15937.9267.706792.315945@localhost.redhat.com> Date: Wed, 05 Feb 2003 14:44:00 -0000 To: Daniel Jacobowitz Cc: Elena Zannoni , Nick Roberts , gdb@sources.redhat.com Subject: Re: Questions about GDB/MI In-Reply-To: <20030205003347.GB22338@nevyn.them.org> References: <15936.19654.642542.951794@nick.uklinux.net> <15936.22858.719117.119973@localhost.redhat.com> <20030205003347.GB22338@nevyn.them.org> X-SW-Source: 2003-02/txt/msg00098.txt.bz2 Daniel Jacobowitz writes: > On Tue, Feb 04, 2003 at 07:22:34PM -0500, Elena Zannoni wrote: > > Nick Roberts writes: > > > My simple program prints out: > > > > > > a[0]=0 > > > > > > shouldn't that be: > > > > > > @"a[0]=0" > > > > > > > Don't remember what the status of this is. Look through the bugs > > database, for open MI bugs. But I see a testcase in the testsuite, and > > code in the mi directory, so it should work. > > That's a nebulous "should". It hasn't been implemented yet. > This works with remote targets for SID and redboot. It doesn't work for native and targets that don't channel the printf's output to gdb. > > > > > Annotation uses ^Z^Z to flag things which I guess is not normal output. What > > > would happen if the program being debugged printed out strings like *stopped > > > or ^running? These only contain ASCII characters after all. > > Once it is implemented, then the program's output would all be escaped. > Once it is implemented for natives. > -- > Daniel Jacobowitz > MontaVista Software Debian GNU/Linux Developer