From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5415 invoked by alias); 29 Mar 2005 03:33:58 -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 5401 invoked from network); 29 Mar 2005 03:33:56 -0000 Received: from unknown (HELO lakermmtao07.cox.net) (68.230.240.32) by sourceware.org with SMTP; 29 Mar 2005 03:33:56 -0000 Received: from white ([68.9.64.121]) by lakermmtao07.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050329033349.YJRC19214.lakermmtao07.cox.net@white> for ; Mon, 28 Mar 2005 22:33:49 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1DG8P4-00015R-00 for ; Mon, 28 Mar 2005 23:32:34 -0500 Date: Tue, 29 Mar 2005 03:33:00 -0000 From: Bob Rossi To: GDB Subject: [mi] gen status or notify async output Message-ID: <20050329043234.GA4135@white> Mail-Followup-To: GDB Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2005-03/txt/msg00276.txt.bz2 Hi, I'm trying to document all possible combinates of async output that GDB can send while running in MI mode. With this information, all of us can better understand the possibilites a front end will encounter. Currently, I see that the status-exec-output starts with a '+'. It looks as if GDB knows how to output +download, but I can't get it to display this. Also, I can't get it to output notify-exec-output at all. Is this even possible to do? Thanks, Bob Rossi