* remote.c: (remote_wait, remote_async_wait): Add check for awatch
authorGrace Sainsbury <graces@redhat.com>
Fri, 9 Aug 2002 16:41:25 +0000 (16:41 +0000)
committerGrace Sainsbury <graces@redhat.com>
Fri, 9 Aug 2002 16:41:25 +0000 (16:41 +0000)
commit3c3bea1c7eb9586fd6d80885c8a972e10401f3f1
tree8437bdc196d263322117a016ee895eb27b23efc3
parent5d1d95de0ef952f316f5cd5c5ced2fc46ea082a9
    * 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.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/remote.c
This page took 0.033634 seconds and 4 git commands to generate.