From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24389 invoked by alias); 9 Feb 2009 20:36:24 -0000 Received: (qmail 24380 invoked by uid 22791); 9 Feb 2009 20:36:24 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Feb 2009 20:36:17 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 1ACE910598; Mon, 9 Feb 2009 20:36:15 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id A9EE610180; Mon, 9 Feb 2009 20:36:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1LWcrV-0007Bd-SW; Mon, 09 Feb 2009 15:36:13 -0500 Date: Mon, 09 Feb 2009 20:36:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com, Nick Roberts , Marc Khouzam Subject: Re: [RFA] fix *stopped for CLI commands Message-ID: <20090209203613.GA27322@caradoc.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com, Nick Roberts , Marc Khouzam References: <200902061045.18508.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902061045.18508.vladimir@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00207.txt.bz2 On Fri, Feb 06, 2009 at 10:45:18AM +0300, Vladimir Prus wrote: > This patch fixes this by making MI observer print frame again, into MI uiout, > if necessary. It passes all MI tests in (sync,async)x(native,gdbserver) combinations. > How does this look, and are non-MI changes OK? If approved, I'll add a test that > CLI commands result in proper *stopped. Aside from the docs issue, this looks good to me. -- Daniel Jacobowitz CodeSourcery