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://review.tizen.org/git/?a=commitdiff_plain;h=77a9102503a69f208ab08de7ef467701fc3d5268;p=external%2Fbinutils.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 16fb3aa..91d273f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,11 @@ 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. * gdb.texinfo (GDB/MI Async Records): Fix the doc for diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 793e7cf..9f9fe40 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.