OSDN Git Service

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)
commita3fa803038fb072363b7373e0ba996e44d7f9071
treeec1ac47f7182e0da64e2e4aee3fa721aa730a70d
parent43a98bbda6c47d1d67b9728307146b31e82ab640
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