teak-llvm/lldb/scripts/Python
Greg Clayton 402230e633 Added support to SBType for getting template arguments from a SBType:
uint32_t
SBType::GetNumberOfTemplateArguments ();

lldb::SBType
SBType::GetTemplateArgumentType (uint32_t idx);

lldb::TemplateArgumentKind
SBType::GetTemplateArgumentKind (uint32_t idx);

Some lldb::TemplateArgumentKind values don't have a corresponding SBType
that will be returned from SBType::GetTemplateArgumentType(). This will
help our data formatters do their job by being able to find out the
type of template params and do smart things with those.

llvm-svn: 149658
2012-02-03 01:30:30 +00:00
..
interface Added support to SBType for getting template arguments from a SBType: 2012-02-03 01:30:30 +00:00
build-swig-Python.sh ensure that changes to the typemaps are properly detected and cause SWIG to rebuild LLDBWrapPython.cpp 2012-02-02 17:26:00 +00:00
edit-swig-python-wrapper-file.py Fix remaining Python issues leftover from my previous patch. 2011-06-01 02:33:12 +00:00
finish-swig-Python-LLDB.sh This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here 2012-01-31 17:01:51 +00:00
modify-python-lldb.py Add a missing ')' in the comment. 2011-11-08 23:08:03 +00:00
python-extensions.swig When outputting hex values use unsigned integer values so we don't get 2012-02-02 00:12:47 +00:00
python-typemaps.swig http://llvm.org/bugs/show_bug.cgi?id=11619 2012-01-06 00:46:12 +00:00
python-wrapper.swig Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before 2011-12-14 23:27:53 +00:00