]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
2003-02-20 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Thu, 20 Feb 2003 13:43:14 +0000 (13:43 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 20 Feb 2003 13:43:14 +0000 (13:43 +0000)
commit501eef1260d7e203ba1e555ba94ec918d7c32725
tree839cdb7e0e1eb123daa2de793f2cdd22a8716a6a
parent70bccea4c60d1f565f2abb68cf6061678ad009c3
2003-02-20  Andrew Cagney  <ac131313@redhat.com>

* remote.c (_initialize_remote): Add commands "set/show remote
hardware-watchpoint-limit" and "set/show remote
hardware-breakpoint-limit".
(remote_hw_watchpoint_limit): Initialize to -1.
(remote_hw_breakpoint_limit): Ditto.
(remote_check_watch_resources): Treat a limit of -1 as unlimited.

Index: doc/ChangeLog
2003-02-20  Andrew Cagney  <ac131313@redhat.com>

* gdb.texinfo (Set Breaks): Add cross reference to "set remote
hardware-breakpoint-limit".
(Set Watchpoints): Add cross reference to "set remote
hardware-watchpoint-limit".
(Remote configuration options): New section.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/remote.c