From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6235 invoked by alias); 13 Dec 2009 21:22:36 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 6226 invoked by uid 22791); 13 Dec 2009 21:22:35 -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: Sun, 13 Dec 2009 21:22:00 -0000 Message-Id: <1260739335-20860-2-git-send-email-matthew.m.mccormick@gmail.com> In-Reply-To: <1260739335-20860-1-git-send-email-matthew.m.mccormick@gmail.com> References: <1260739335-20860-1-git-send-email-matthew.m.mccormick@gmail.com> X-SW-Source: 2009-q4/txt/msg00098.txt.bz2 From: Matt McCormick (thewtex) --- 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.5