From: Yao Qi Date: Mon, 6 Aug 2012 14:28:45 +0000 (+0000) Subject: gdb/doc/ X-Git-Tag: sid-snapshot-20120901~273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77a9102503a69f208ab08de7ef467701fc3d5268;p=thirdparty%2Fbinutils-gdb.git gdb/doc/ * gdb.texinfo (Remote Configuration): Add kindex for 'set remote hardware-watchpoint-limit' and 'set remote hardware-breakpoint-limit'. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 16fb3aaa8b1..91d273fb9ca 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2012-08-06 Yao Qi + + * gdb.texinfo (Remote Configuration): Add kindex for 'set + remote hardware-watchpoint-limit' and 'set + remote hardware-breakpoint-limit'. + 2012-08-06 Yao Qi Fix PR14371. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 793e7cf0156..9f9fe40670a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17838,7 +17838,9 @@ responses. @anchor{set remote hardware-watchpoint-limit} @anchor{set remote hardware-breakpoint-limit} @item set remote hardware-watchpoint-limit @var{limit} +@kindex set remote hardware-watchpoint-limit @itemx set remote hardware-breakpoint-limit @var{limit} +@kindex set remote hardware-breakpoint-limit Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or watchpoints. A limit of -1, the default, is treated as unlimited.