Added the ability to get function return and argument types to SBType():
authorGreg Clayton <gclayton@apple.com>
Tue, 30 Oct 2012 16:57:17 +0000 (16:57 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 30 Oct 2012 16:57:17 +0000 (16:57 +0000)
commit373670df5a60e2e968039ee5dab44c1845f3e4eb
treed3c2119287b8e6baa820f583c087158c86718eb0
parent7bba3f14bff0082e08861616c1d4b97660c43f84
Added the ability to get function return and argument types to SBType():

     bool
     SBType::IsFunctionType ();

     lldb::SBType
     SBType::GetFunctionReturnType ();

     lldb::SBTypeList
     SBType::GetFunctionArgumentTypes ();

llvm-svn: 167023
lldb/include/lldb/API/SBType.h
lldb/scripts/Python/interface/SBType.i
lldb/source/API/SBType.cpp