From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12664 invoked by alias); 12 Feb 2010 06:10:58 -0000 Received: (qmail 12654 invoked by uid 22791); 12 Feb 2010 06:10:57 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Feb 2010 06:10:54 +0000 Received: (qmail 27070 invoked from network); 12 Feb 2010 06:10:52 -0000 Received: from unknown (HELO wind.localnet) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Feb 2010 06:10:52 -0000 From: Vladimir Prus To: gdb-patches@sourceware.org Subject: [doc] clarify MI ^running Date: Fri, 12 Feb 2010 06:10:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-14-generic-pae; KDE/4.3.2; i686; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201002120910.49593.vladimir@codesourcery.com> 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: 2010-02/txt/msg00317.txt.bz2 This patches updates documentation to accurately explain what the ^running result record in MI supposed to mean now. OK? - Volodya