Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SBProcess.PutSTDIN() needs to be properly typemapped when swigging, | Johnny Chen | 2011-11-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | so that we can do Python scripting like this: target = self.dbg.CreateTarget(self.exe) self.dbg.SetAsync(True) process = target.LaunchSimple(None, None, os.getcwd()) process.PutSTDIN("Line 1 Entered.\n") process.PutSTDIN("Line 2 Entered.\n") process.PutSTDIN("Line 3 Entered.\n") Add TestProcessIO.py to exercise the process IO API: PutSTDIN()/GetSTDOUT()/GetSTDERR(). llvm-svn: 145282 | ||||
* | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 1 | -2/+1 |
| | | | | | | | | | Fix the RegularExpression class so it has a real copy constructor. Fix the breakpoint setting with multiple shared libraries so it makes one breakpoint not one per shared library. Add SBFileSpecList, to be used to expose the above to the SB interface (not done yet.) llvm-svn: 140225 | ||||
* | Add docstring for SBCommandInterpreter class. | Johnny Chen | 2011-07-20 | 1 | -0/+44 |
| | | | | llvm-svn: 135631 | ||||
* | Move the rest of the SB headers to interface files. | Johnny Chen | 2011-07-19 | 1 | -0/+82 |
They are not docstring'ed yet. llvm-svn: 135531 |