Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start to share SWIG interface files between languages. | Bruce Mitchener | 2015-04-24 | 1 | -130/+0 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Add the ability to set python breakpoint commands from the SBBreakpoint & ↵ | Jim Ingham | 2014-04-02 | 1 | -0/+23 |
| | | | | | | | | | | | 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 | ||||
* | Add GetID to the .i file. | Jim Ingham | 2012-05-16 | 1 | -0/+3 |
| | | | | llvm-svn: 156927 | ||||
* | Add docstrings for SetCondition() and GetCondition() APIs. | Johnny Chen | 2011-10-18 | 1 | -0/+11 |
| | | | | llvm-svn: 142396 | ||||
* | Mention SBBreakpointLocation::GetAddress in the Python .i file. | Jim Ingham | 2011-10-07 | 1 | -0/+3 |
| | | | | llvm-svn: 141429 | ||||
* | Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and ↵ | Johnny Chen | 2011-07-18 | 1 | -0/+90 |
SBBreakpointLocation. llvm-svn: 135430 |