From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2272 invoked by alias); 7 Jan 2011 13:34:55 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 2144 invoked by uid 22791); 7 Jan 2011 13:34:54 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Phil Muldoon To: archer@sourceware.org Subject: [python] [commit] Fix some duplicates in gdb.texinfo Reply-to: pmuldoon@redhat.com X-URL: http://www.redhat.com Date: Fri, 07 Jan 2011 13:34:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2011-q1/txt/msg00005.txt.bz2 This just fixes some duplicates, and an spurious newline. -- commit c9185e91a51fbb0fe2588cdd298a1854adcdf8aa Author: Phil Muldoon Date: Fri Jan 7 13:31:34 2011 +0000 Remove duplicate gdb.Breakpoints entry and spurious newline. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c860c87..4442d74 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20796,12 +20796,6 @@ Return a sequence holding all of @value{GDBN}'s breakpoints. @xref{Breakpoints In Python}, for more information. @end defun -@findex gdb.breakpoints -@defun breakpoints -Return a sequence holding all of @value{GDBN}'s breakpoints. -@xref{Breakpoints In Python}, for more information. -@end defun - @findex gdb.parameter @defun parameter parameter Return the value of a @value{GDBN} parameter. @var{parameter} is a @@ -20819,7 +20813,6 @@ type, and returned. @defun history number Return a value from @value{GDBN}'s value history (@pxref{Value History}). @var{number} indicates which history element to return. - If @var{number} is negative, then @value{GDBN} will take its absolute value and count backward from the last element (i.e., the most recent element) to find the value to return. If @var{number} is zero, then @value{GDBN} will