From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23133 invoked by alias); 13 Aug 2002 20:49:49 -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 23120 invoked from network); 13 Aug 2002 20:49:47 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 13 Aug 2002 20:49:47 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id g7DKe6A06643; Tue, 13 Aug 2002 15:40:06 -0500 To: Andrew Cagney Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: RFA/doc: Add agent expressions chapter References: <20020806173627.GA18326@nevyn.them.org> <3D500C9E.6090407@ges.redhat.com> From: Jim Blandy In-Reply-To: <3D500C9E.6090407@ges.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90 Date: Tue, 13 Aug 2002 13:49:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00311.txt.bz2 Andrew Cagney writes: > > We've got some nice documentation for all the tracepoint agent expressions > > code, but we don't include it in the manual. This patch adds that and fixes > > a warning in the new chapter. OK? > > > I wonder. New chapter, new appendix (like the remote protocol), or > part of gdbint? The agent expression language is part of the interface between GDB and a stub that implements tracepoints --- so it's a public interface, in the same sense that the remote protocol is a public interface. I think it should go whereever the remote protocol docs go.