OSDN Git Service

2003-02-20 Andrew Cagney <ac131313@redhat.com>
authorcagney <cagney>
Thu, 20 Feb 2003 13:43:13 +0000 (13:43 +0000)
committercagney <cagney>
Thu, 20 Feb 2003 13:43:13 +0000 (13:43 +0000)
commita450fe477dace01d658039a7e543ab8468514ed3
tree36aeb1b02c0051bed95800f40b590b217ff2d186
parentdc0f04070ebad13b5296fa8319d0ee0db673e249
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