From: Enrico Granata Date: Sat, 22 Nov 2014 00:06:30 +0000 (+0000) Subject: Just a few words to introduce the extra optional argument to Python summaries X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8eb47037c93d7adbe7f988f031d25cb0fb299e4;p=platform%2Fupstream%2Fllvm.git Just a few words to introduce the extra optional argument to Python summaries llvm-svn: 222594 --- diff --git a/lldb/www/varformats.html b/lldb/www/varformats.html index a36c005..087fc86 100755 --- a/lldb/www/varformats.html +++ b/lldb/www/varformats.html @@ -903,6 +903,10 @@ def function (valobj,internal_dict):

+

Starting in SVN r222593, Python summary formatters can optionally define a third argument: options
+ This is an object of type lldb.SBTypeSummaryOptions that can be passed into the formatter, allowing for a few customizations of the result. + The decision to adopt or not this third argument - and the meaning of options thereof - is within the individual formatters' writer.
+