From 4abf930d56696682de3fc8e498a4811a3f4b0878 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Tue, 7 Aug 2012 01:11:02 +0000 Subject: [PATCH] gdb/doc: Revert the folloing patch: 2012-08-06 Yao Qi * gdb.texinfo (Remote Configuration): Add kindex for 'set remote hardware-watchpoint-limit' and 'set remote hardware-breakpoint-limit'. --- gdb/doc/ChangeLog | 8 ++++++++ gdb/doc/gdb.texinfo | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ef48356e7b..4ef177ff90 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2012-08-07 Yao Qi + + Revert the folloing patch: + 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 Nathaniel Flath * gdb.texinfo (Working Directory): Added information about new diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d5e65852e2..4e0342a183 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17839,9 +17839,7 @@ 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.