History log of /external/lldb/scripts/Python/interface/SBBroadcaster.i
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0765e3274aab0551fea7678bee565c7d68e0b786 03-May-2013 Enrico Granata <egranata@apple.com> <rdar://problem/11742979>

SWIG is smart enough to recognize that C++ operators == and != mean __eq__ and __ne__ in Python and do the appropriate translation
But it is not smart enough to recognize that mySBObject == None should return False instead of erroring out
The %pythoncode blocks are meant to provide those extra smarts (and they play some SWIG&Python magic to find the right function to call behind the scenes with no risk of typos :-)
Lastly, SBBreakpoint provides an == but never provided a != operator - common courtesy is to provide both

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180987 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/scripts/Python/interface/SBBroadcaster.i
f3b89929d007e58a76aaa1c4a4ab3dba218ec92e 21-Jul-2011 Johnny Chen <johnny.chen@apple.com> Add docstring for SBBroadcaster class.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135630 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/scripts/Python/interface/SBBroadcaster.i
5cb6cab6395a896ec5938acc0885858b8e2ba2c8 20-Jul-2011 Johnny Chen <johnny.chen@apple.com> Move the rest of the SB headers to interface files.
They are not docstring'ed yet.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135531 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/scripts/Python/interface/SBBroadcaster.i