This is the mail archive of the gdb-patches@sourceware.org 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: Fwd: [RFA] new command to search memory


> Date: Thu, 8 May 2008 20:07:51 -0700
> From: "Doug Evans" <dje@google.com>
> Cc: gdb-patches@sourceware.org
> 
> >> +@table @code
> >> +@item b
> >> +Bytes.
> >> +@item h
> >> +Halfwords (two bytes).
> >> +@item w
> >> +Words (four bytes).
> >> +@item g
> >> +Giant words (eight bytes).
> >> +@end table
> >
> > In this table, the text under @item's are not complete sentences, so
> > it's better to start them with a lowercase letter and not end them
> > with a period.
> 
> Cut-n-paste-n-tweak from @section Examining memory.
> I can fix that too if you like (in a separate patch of course).

Yes, please.  Thanks.


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