summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBBreakpoint.i
Commit message (Collapse)AuthorAgeFilesLines
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ↵Jim Ingham2012-10-051-0/+6
| | | | | | our gdb friends. llvm-svn: 165328
* Add an API to figure out whether a breakpoint is internal or not.Jim Ingham2012-09-251-0/+3
| | | | llvm-svn: 164648
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+6
| | | | | | | Also, provide and use accessors for the thread options on breakpoints so we can control sending the appropriate events. llvm-svn: 150057
* Add docstrings for SetCondition() and GetCondition() APIs.Johnny Chen2011-10-181-0/+10
| | | | llvm-svn: 142396
* Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen2011-07-181-2/+9
| | | | llvm-svn: 135441
* Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and ↵Johnny Chen2011-07-181-0/+176
SBBreakpointLocation. llvm-svn: 135430
OpenPOWER on IntegriCloud