> On Sep 19, 2014, at 12:17 PM, Carlo Kok <c...@remobjects.com> wrote: > > On Fri, 19 Sep 2014 20:32:56 +0200, Enrico Granata <egran...@apple.com> wrote: > > Sending include/lldb/API/SBType.h > Sending include/lldb/Symbol/ClangASTType.h > Sending include/lldb/Symbol/Type.h > Sending scripts/Python/interface/SBType.i > Sending source/API/SBType.cpp > Sending source/Symbol/ClangASTType.cpp > Sending source/Symbol/Type.cpp > Sending test/python_api/class_members/Makefile > Sending test/python_api/class_members/TestSBTypeClassMembers.py > Deleting test/python_api/class_members/main.cpp > Adding test/python_api/class_members/main.mm > Transmitting file data .......... > Committed revision 218132. > > You may want to grab this revision and see if it improves things for you! > > Cool, thanks! > > This is going to be very useful to me. > > The only thing I'm wondering, shouldn't there be a relation between > SBFunction and SBMemberFunction?
Dunno if this is what you meant but though formally it might make sense to have SBMemberFunction a subclass of SBFunction, we don't do sub-classing in the SB API's. We're trying to keep these classes as simple as possible so we don't get into any binary compatibility issues. Jim > > > -- > Carlo Kok > RemObjects Software > _______________________________________________ > lldb-dev mailing list > lldb-dev@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev