projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4df56
)
Just a few words to introduce the extra optional argument to Python summaries
author
Enrico Granata
<egranata@apple.com>
Sat, 22 Nov 2014 00:06:30 +0000
(
00:06
+0000)
committer
Enrico Granata
<egranata@apple.com>
Sat, 22 Nov 2014 00:06:30 +0000
(
00:06
+0000)
llvm-svn: 222594
lldb/www/varformats.html
patch
|
blob
|
history
diff --git
a/lldb/www/varformats.html
b/lldb/www/varformats.html
index a36c005824aec9269b5eefbbe1b3812988a5acb1..087fc86b99d992a47489890b87d35d256ccde9d9 100755
(executable)
--- a/
lldb/www/varformats.html
+++ b/
lldb/www/varformats.html
@@
-903,6
+903,10
@@
def function (valobj,internal_dict):<br/>
</p>
+ <p>Starting in SVN r222593, Python summary formatters can optionally define a third argument: <code>options</code><br/>
+ 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.<br/>
+
</div>
</div>