From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6826 invoked by alias); 23 Nov 2005 00:05:13 -0000 Received: (qmail 6626 invoked by uid 22791); 23 Nov 2005 00:05:11 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.202) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Nov 2005 00:05:10 +0000 Received: by zproxy.gmail.com with SMTP id x3so1259230nzd for ; Tue, 22 Nov 2005 16:05:08 -0800 (PST) Received: by 10.37.12.35 with SMTP id p35mr4407235nzi; Tue, 22 Nov 2005 16:04:09 -0800 (PST) Received: by 10.37.2.35 with HTTP; Tue, 22 Nov 2005 16:03:41 -0800 (PST) Message-ID: <8f2776cb0511221603y154df1bew8f25ce38e115c890@mail.gmail.com> Date: Wed, 23 Nov 2005 09:38:00 -0000 From: Jim Blandy To: Eli Zaretskii Subject: Re: RFA: GDB manual: document restrictions on 'r' actions Cc: gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8f2776cb0511212058h76e7b59bt80244098d0e19364@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00426.txt.bz2 On 11/22/05, Eli Zaretskii wrote: > > gdb/doc/ChangeLog: > > 2005-11-21 Jim Blandy > > > > * gdb.texinfo (Tracepoint Packets): Document restrictions on > > placement of 'R' actions in tracepoint action packets; document > > dependence of 'X' and 'M' actions on a preceding 'R' action for > > their registers. > > Okay. Thanks. Committed --- thanks.