From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7961 invoked by alias); 8 Feb 2002 00:40:18 -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 7913 invoked from network); 8 Feb 2002 00:40:14 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 8 Feb 2002 00:40:14 -0000 Received: from redhat.com (notinuse.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id QAA16043; Thu, 7 Feb 2002 16:40:05 -0800 (PST) Message-ID: <3C631CB0.38D8CF24@redhat.com> Date: Thu, 07 Feb 2002 16:40:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: jimb@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Improved support for overlay breakpoints in ROM References: <200202050011.g150BfB21148@reddwarf.cygnus.com> <3C608108.C7BA0407@redhat.com> <3C62D749.6371EDD9@redhat.com> <4688-Thu07Feb2002221902+0200-eliz@is.elta.co.il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00211.txt.bz2 Eli Zaretskii wrote: > > > 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. OK, fixed and committed. Thanks.