From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30971 invoked by alias); 7 Feb 2002 20:23:53 -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 30873 invoked from network); 7 Feb 2002 20:23:48 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 7 Feb 2002 20:23:48 -0000 Received: from zaretsky (diup-221-79.inter.net.il [213.8.221.79]) by thor.inter.net.il (Mirapoint) with ESMTP id AGC46993; Thu, 7 Feb 2002 22:23:23 +0200 (IST) Date: Thu, 07 Feb 2002 12:23:00 -0000 From: "Eli Zaretskii" To: msnyder@redhat.com Message-Id: <4688-Thu07Feb2002221902+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: jimb@cygnus.com, gdb-patches@sources.redhat.com In-reply-to: <3C62D749.6371EDD9@redhat.com> (message from Michael Snyder on Thu, 07 Feb 2002 11:36:41 -0800) Subject: Re: [PATCH] Improved support for overlay breakpoints in ROM Reply-to: Eli Zaretskii References: <200202050011.g150BfB21148@reddwarf.cygnus.com> <3C608108.C7BA0407@redhat.com> <3C62D749.6371EDD9@redhat.com> X-SW-Source: 2002-02/txt/msg00195.txt.bz2 > Date: Thu, 07 Feb 2002 11:36:41 -0800 > From: Michael Snyder > > How's this? It's okay with me, as far as the text and markup is concerned, except for a single comment: > + In addition, your overlay manager may define a function called > + @var{_ovly_debug_event}. _ovly_debug_event is a name of an actual function, so it should be in @code. @var is only for meta-syntactic variables, i.e. things that stand for other things. Examples include formal parameters to functions, `file' which stands for some file name, etc. I don't know enough about the subject matter to tell whether this description is all that's needed to describe the change, though.