From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11121 invoked by alias); 9 Apr 2014 21:08:10 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 11110 invoked by uid 89); 9 Apr 2014 21:08:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pa0-f43.google.com Received: from mail-pa0-f43.google.com (HELO mail-pa0-f43.google.com) (209.85.220.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 09 Apr 2014 21:08:08 +0000 Received: by mail-pa0-f43.google.com with SMTP id bj1so3021280pad.2 for ; Wed, 09 Apr 2014 14:08:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition:content-transfer-encoding :user-agent; bh=7dChTzkTEJ6mjOrbh2TZ7XkalGLNd4veBIxlzy8W7pg=; b=Am7YTO3kwSWarqmnJOqNjG5IBmyCKcF9tiHu187+QwWW10Z2v3B5eIAGBFE+CDWkKL XNkUxjmyQI5rq7uY50gus/8n9H/4e4zz1C+TeYXYDMNNkmBxNEF/4n68ZXBGq4YbpTe4 S/M41tBj1NYPSKPNLmkv7sm9J+FHeF3/5ueD/QWMTlnRuCrKPi/NDoHeMjpGOqzSwSQr xbOmoBsuJzaaIhqUtjzrybhGJocXPvnOBjTgQwzFAX4lATH43lbe+QpvlYSu1mZ/v7mw wNr3U7SnCA2XOHsUZpMM4282CYNGOq5htwJOjuh2ujbRuTX1rOfqxk6yKneyl/NCtw/2 yNEQ== X-Gm-Message-State: ALoCoQkbyqieH3M924opuPzGyFvPk+PU0WYh8Ex1NhXswB8C6loMZE6S22Teqvf7SMGAPOYrFc7N X-Received: by 10.68.225.74 with SMTP id ri10mr14967912pbc.116.1397077686991; Wed, 09 Apr 2014 14:08:06 -0700 (PDT) Received: from linux (ip72-200-182-56.ri.ri.cox.net. [72.200.182.56]) by mx.google.com with ESMTPSA id vb7sm4576648pbc.13.2014.04.09.14.08.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 09 Apr 2014 14:08:06 -0700 (PDT) Date: Wed, 09 Apr 2014 21:08:00 -0000 From: Bob Rossi To: GDB Development Subject: MI async status output Message-ID: <20140409210803.GA3166@linux> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00035.txt.bz2 Hi, I'm writing unit tests for my MI parser and was trying to get GDB to output some out of band, async records of type: status-async-output. This type of output normally starts with a + according to the manual. The manual has a special note that says: status-async-output contains on-going status information about the progress of a slow operation. It can be discarded. All status output is prefixed by ‘+’. I built gdb from git/master and ran the mi test suite and looked at the gdb.log file that was created. Unless I'm missing it, I don't see this type of output anywhere. Does this mean that GDB doesn't test this functionality? Does anyone have a simple recipe for getting GDB to output some async status output? Thanks, Bob Rossi