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: [patch 2/3] Implement support for PowerPC BookE ranged watchpoints


> From: Thiago Jung Bauermann <bauerman@br.ibm.com>
> Cc: Jan Kratochvil <jan.kratochvil@redhat.com>,
>         Joel Brobecker
>  <brobecker@adacore.com>, Eli Zaretskii <eliz@gnu.org>
> Date: Tue, 23 Nov 2010 19:51:40 -0200
> 
> The manual has the following new wording in the second half of the
> paragraph (the first half is the same):
> 
> +You can create an artificial array to watch an arbitrary memory
> +region using one of the following commands (@pxref{Expressions}):
> +
> +@smallexample
> +(@value{GDBP}) watch *((char *) @var{ADDRESS})@@@var{LENGTH}
> +(@value{GDBP}) watch @{char[@var{LENGTH}]@} @var{ADDRESS}
> +@end smallexample
> 
> Ok?

Yes, but please down-case all the text inside @var.  It is up-cased
automatically by makeinfo, but will look ugly in the printed version,
where the argument of @var is typeset as italics.


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