| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
SBBreakpointLocation API's.
You can either provide the function name, or function body text.
Also propagate the compilation error up from where it is checked so we can report compilation errors.
<rdar://problem/9898371>
llvm-svn: 205380
|
|
|
|
| |
llvm-svn: 183707
|
|
|
|
|
|
|
|
|
| |
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
llvm-svn: 180987
|
|
|
|
|
|
| |
our gdb friends.
llvm-svn: 165328
|
|
|
|
| |
llvm-svn: 164648
|
|
|
|
|
|
|
| |
Also, provide and use accessors for the thread options on breakpoints so we
can control sending the appropriate events.
llvm-svn: 150057
|
|
|
|
| |
llvm-svn: 142396
|
|
|
|
| |
llvm-svn: 135441
|
|
SBBreakpointLocation.
llvm-svn: 135430
|