This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Improved support for overlay breakpoints in ROM


> Date: Thu, 07 Feb 2002 11:36:41 -0800
> From: Michael Snyder <msnyder@redhat.com>
> 
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]