diff options
author | Grace Sainsbury <graces@redhat.com> | 2002-08-09 16:41:25 +0000 |
---|---|---|
committer | Grace Sainsbury <graces@redhat.com> | 2002-08-09 16:41:25 +0000 |
commit | 3c3bea1c7eb9586fd6d80885c8a972e10401f3f1 (patch) | |
tree | 8437bdc196d263322117a016ee895eb27b23efc3 /gdb/doc | |
parent | 5d1d95de0ef952f316f5cd5c5ced2fc46ea082a9 (diff) | |
download | gdb-3c3bea1c7eb9586fd6d80885c8a972e10401f3f1.zip gdb-3c3bea1c7eb9586fd6d80885c8a972e10401f3f1.tar.gz gdb-3c3bea1c7eb9586fd6d80885c8a972e10401f3f1.tar.bz2 |
* remote.c: (remote_wait, remote_async_wait): Add check for awatch
T-packets; the 'a' is not taken as a register number.
(remote_check_watch_resources, remote_stopped_by_watchpoint)
(remote_stopped_data_address): New functions; add to target
vector.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
prototypes to match other implementations of this
function. replace integer argument with pointer -- the length
field in the Z-packet is the length of what is pointed to or 1 if
pointer is null. Add to target vector.
(remote_insert_watchpoint, remote_remove_watchpoint): Add to
target vector.
From Mark Salter:
* remote.c (remote_wait): Add support to extract optional
watchpoint information from T-packet. Ignore unrecognized
optional info in T-packet.
(remote_async_wait): Ditto.
doc:
From Mark Salter:
* gdb.texinfo (Protocol): Document T packet extension to
allow watchpoint address reporting.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 384117a..b9d82f0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2002-08-08 Grace Sainsbury <graces@redhat.com> + + From Mark Salter: + * gdb.texinfo (Protocol): Document T packet extension to + allow watchpoint address reporting. + + 2002-08-03 Andrew Cagney <ac131313@redhat.com> * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bd20562..dd5e7aa 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -14751,10 +14751,11 @@ conventions is used. @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...} = 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. +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. @item @code{W}@var{AA} @tab |