]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/linux-low.cc
2005-05-12 Orjan Friberg <orjanf@axis.com>
authorOrjan Friberg <orjanf@axis.com>
Thu, 12 May 2005 12:14:23 +0000 (12:14 +0000)
committerOrjan Friberg <orjanf@axis.com>
Thu, 12 May 2005 12:14:23 +0000 (12:14 +0000)
commite013ee27c925f173a7e402fce26a2c75f78f9f40
treeb4791156d9d0694fda9746c7c550ba420ebcc427
parent119b882a3d5bbb167438b2020cbadd17ba4a9202
2005-05-12  Orjan Friberg  <orjanf@axis.com>

* target.h (struct target_ops): Add insert_watchpoint,
remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
pointers for hardware watchpoint support.
* linux-low.h (struct linux_target_ops): Ditto.
* linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
(linux_stopped_by_watchpoint, linux_stopped_data_address): New.  Add
to linux_target_ops.
* remote-utils.c (prepare_resume_reply): Add watchpoint information to
reply packet.
* server.c (main): Recognize 'Z' and 'z' packets.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-low.h
gdb/gdbserver/remote-utils.c
gdb/gdbserver/server.c
gdb/gdbserver/target.h