From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3692 invoked by alias); 15 Jun 2002 17:33:28 -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 3683 invoked from network); 15 Jun 2002 17:33:27 -0000 Received: from unknown (HELO heimdall.inter.net.il) (192.114.186.17) by sources.redhat.com with SMTP; 15 Jun 2002 17:33:27 -0000 Received: from Zaretsky ([80.230.2.40]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BMM49707; Sat, 15 Jun 2002 20:32:29 +0300 (IDT) Date: Sat, 15 Jun 2002 10:33:00 -0000 From: "Eli Zaretskii" To: keiths@redhat.com Message-Id: <4634-Sat15Jun2002203052+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: (message from Keith Seitz on Thu, 13 Jun 2002 22:24:36 -0700 (PDT)) Subject: Re: [RFC/MI] Event Records vs Commands Reply-to: Eli Zaretskii References: X-SW-Source: 2002-06/txt/msg00269.txt.bz2 > Date: Thu, 13 Jun 2002 22:24:36 -0700 (PDT) > From: Keith Seitz > > This is the promised gdbmi.texinfo proposal that I referred to in: > > http://sources.redhat.com/ml/gdb/2002-06/msg00106.html > > This patch formalizes events in MI. Specifically, I propose to whack > notify-async-output from aync-record and add event-record to > out-of-band-record. Thanks. This is approved, but please take care of teh following small problems: > ! in @value{GDBN}. Events can be generated by any command, whether that command Please always leave two spaces after a period that ends a sentence. This is important for the printed version to be typeset correctly by TeX. > ! @item breakpoint-create > ! @item breakpoint-modify > ! @item breakpoint-delete > ! @item tracepoint-create > ! @item tracepoint-modify > ! @item tracepoint-delete > ! A breakpoint or tracepoint was created, modified, or deleted. In all cases, You cannot lump several @item's together, the result will look badly. All the @item's but the first need to be an @itemx instead. > ! @example > ! =breakpoint-create,number="1" > ! @end example I believe the general policy in the GDB manual is to use @smallexample throughout.