I changed up the API a bit:
% svn commit source/API/SBType.cpp scripts/Python/interface/SBType.i
include/lldb/API/SBType.h
Sending include/lldb/API/SBType.h
Sending scripts/Python/interface/SBType.i
Sending source/API/SBType.cpp
Transmitting file data ...
Committed revision 167023.
The new SBType API added was changed to:
bool
SBType::IsFunctionType ();
lldb::SBType
SBType::GetFunctionReturnType ();
lldb::SBTypeList
SBType::GetFunctionArgumentTypes ();
On Oct 30, 2012, at 1:31 AM, Carlo Kok <[email protected]> wrote:
> attached is a patch to get the function type information from an SBType. It's
> useful when using SBFunction to get the type and access the function type
> signature.
> <patch_to_getfunction_types.patch>_______________________________________________
> lldb-dev mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev