Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined...
authorEnrico Granata <egranata@apple.com>
Sat, 22 Nov 2014 00:02:47 +0000 (00:02 +0000)
committerEnrico Granata <egranata@apple.com>
Sat, 22 Nov 2014 00:02:47 +0000 (00:02 +0000)
commit7e4df56aae9256aab00ceb24bf26b30d2ed6900b
tree79fda1df16543541c1a70b5295746de7d4fffb61
parent4104b908cce949b47aa65e683df428fbf547d6ab
Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined. Updates to the webdoc will follow

llvm-svn: 222593
lldb/include/lldb/API/SBTypeSummary.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
lldb/include/lldb/lldb-forward.h
lldb/scripts/Python/python-swigsafecast.swig
lldb/scripts/Python/python-wrapper.swig
lldb/source/API/SBCommandInterpreter.cpp
lldb/source/DataFormatters/TypeSummary.cpp
lldb/source/Interpreter/ScriptInterpreterPython.cpp