From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23985 invoked by alias); 26 Mar 2005 13:32:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23969 invoked from network); 26 Mar 2005 13:32:35 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 26 Mar 2005 13:32:35 -0000 Received: from zaretski (IGLD-80-230-9-205.inter.net.il [80.230.9.205]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AVL39258 (AUTH halo1); Sat, 26 Mar 2005 15:32:32 +0200 (IST) Date: Sat, 26 Mar 2005 13:32:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-ID: <01c53207$Blat.v2.4$edd75800@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <01c531ef$Blat.v2.4$d2dbeba0@zahav.net.il> (eliz@gnu.org) Subject: Re: [mi] organize possible exec async mi oc command reasons Reply-to: Eli Zaretskii References: <20050324154602.GA10558@white> <01c530ab$Blat.v2.4$de96e8e0@zahav.net.il> <20050324210231.GA10808@white> <01c531ef$Blat.v2.4$d2dbeba0@zahav.net.il> X-SW-Source: 2005-03/txt/msg00337.txt.bz2 > Date: Sat, 26 Mar 2005 12:36:32 +0200 > From: "Eli Zaretskii" > > Btw, do we always have @var{reason} after "stopped"? If not, then > it's optional and should be inside [...]. In addition, it looks to me like "stopped" states the reason like so: *stopped,reason="REASON" If this is true, then the first @table in the section we are talking about should say @table @code @item *stopped,reason="@var{reason}" @end table