Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start to share SWIG interface files between languages. | Bruce Mitchener | 2015-04-24 | 1 | -132/+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 | ||||
* | Rename the "glob arguments" feature to "shell expand arguments" | Enrico Granata | 2015-02-20 | 1 | -2/+2 |
| | | | | | | This should not bring any feature change, except changing names of things here and there llvm-svn: 230077 | ||||
* | And make the globbing behavior available via the SB API | Enrico Granata | 2015-02-10 | 1 | -0/+6 |
| | | | | llvm-svn: 228660 | ||||
* | Extend SBPlatform with capability to launch/terminate a process remotely. ↵ | Oleksiy Vyalov | 2015-02-04 | 1 | -0/+126 |
Integrate this change into test framework in order to spawn processes on a remote target. http://reviews.llvm.org/D7263 llvm-svn: 228230 |