summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBBreakpoint.i
AgeCommit message (Collapse)Author
2015-04-24Start to share SWIG interface files between languages.Bruce Mitchener
Summary: Move scripts/Python/interface to scripts/interface so that we can start making iterative improvements towards sharing the interface files between multiple languages (each of which would have their own directory as now). Test Plan: Build and see. Reviewers: zturner, emaste, clayborg Reviewed By: clayborg Subscribers: mjsabby, lldb-commits Differential Revision: http://reviews.llvm.org/D9212 llvm-svn: 235676
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
names can then be used in place of breakpoint id's or breakpoint id ranges in all the commands that operate on breakpoints. <rdar://problem/10103959> llvm-svn: 224392
2014-04-02Add the ability to set python breakpoint commands from the SBBreakpoint & ↵Jim Ingham
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
2013-06-10Adding properties to the SBBreakpoint classEnrico Granata
llvm-svn: 183707
2013-05-03<rdar://problem/11742979>Enrico Granata
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
2012-10-05Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ↵Jim Ingham
our gdb friends. llvm-svn: 165328
2012-09-25Add an API to figure out whether a breakpoint is internal or not.Jim Ingham
llvm-svn: 164648
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham
Also, provide and use accessors for the thread options on breakpoints so we can control sending the appropriate events. llvm-svn: 150057
2011-10-18Add docstrings for SetCondition() and GetCondition() APIs.Johnny Chen
llvm-svn: 142396
2011-07-18Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen
llvm-svn: 135441
2011-07-18Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and ↵Johnny Chen
SBBreakpointLocation. llvm-svn: 135430