From 77a9102503a69f208ab08de7ef467701fc3d5268 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Mon, 6 Aug 2012 14:28:45 +0000 Subject: [PATCH] gdb/doc/ * gdb.texinfo (Remote Configuration): Add kindex for 'set remote hardware-watchpoint-limit' and 'set remote hardware-breakpoint-limit'. --- gdb/doc/ChangeLog | 6 ++++++ gdb/doc/gdb.texinfo | 2 ++ 2 files changed, 8 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 16fb3aaa8b..91d273fb9c 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 793e7cf015..9f9fe40670 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. -- 2.34.1