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]

Re: remote watchpoint support


> Date: Wed, 1 Nov 2000 16:31:36 -0500
> From: Mark Salter <msalter@redhat.com>
> 
> + 2000-11-01  Mark Salter  <msalter@redhat.com>
> + 
> + 	* gdb.texinfo (Protocol): Document T packet extension to 
> + 	allow watchpoint address reporting.
> + 

The patch to gdb.texinfo is approved.

> --- 9390,9400 ----
>   @var{AA} = two hex digit signal number; @var{n...} = register number
>   (hex), @var{r...}  = target byte ordered register contents, size defined
>   by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
> ! thread process ID, this is a hex integer; @var{n...} = (@samp{watch} | 
> ! @samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
> ! integer; @var{n...} = other string not starting with valid hex digit.
> ! @value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
> ! to the next.  This way we can extend the protocol.

Someone(tm) should go through this table and fix it.  It appears ugly
in the printed version.

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