From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19880 invoked by alias); 15 Dec 2009 05:55:16 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 19757 invoked by uid 22791); 15 Dec 2009 05:55:16 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org From: "Matt McCormick (thewtex)" To: archer@sourceware.org Cc: "Matt McCormick (thewtex)" Subject: [PATCH 2/2] [python] Document gdb.value_history_count Date: Tue, 15 Dec 2009 05:55:00 -0000 Message-Id: <1260856483-24773-2-git-send-email-matt@mmmccormick.com> In-Reply-To: <1260856483-24773-1-git-send-email-matt@mmmccormick.com> References: <1260856483-24773-1-git-send-email-matt@mmmccormick.com> X-SW-Source: 2009-q4/txt/msg00105.txt.bz2 2009-12-14 Matt McCormick * gdb/doc/gdb.texinfo: Document gdb.value_history_count. --- gdb/doc/gdb.texinfo | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 18ffb09..fe08630 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -18932,6 +18932,12 @@ If no exception is raised, the return value is always an instance of @code{gdb.Value} (@pxref{Values From Inferior}). @end defun +@findex gdb.value_history_count +@defun value_history_count +Return an int corresponding to the number of entries in the value history +(@pxref{Value History}). +@end defun + @findex gdb.parse_and_eval @defun parse_and_eval expression Parse @var{expression} as an expression in the current language, -- 1.6.5.6