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] Forbid watchpoint on a constant value


> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Date: Tue, 18 May 2010 14:18:22 -0300
> Cc: Jan Kratochvil <jan.kratochvil@redhat.com>
> 
> 	* gdb.texinfo: Include information about the correct use
> 	of addresses in the `watch' command.

This part is okay, but please make this tiny change:

> +If you watch for a change in a numerically entered address you need to
> +dereference it as the address itself is just a constant number which will never
                 ^
A comma is missing here.

Thanks.


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