History log of /external/lldb/test/python_api/default-constructor/sb_process.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
191343e7213d3d717327319352d086f981fa8e58 24-May-2012 Johnny Chen <johnny.chen@apple.com> Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge.
Add/modify some test cases.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157353 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_process.py
0841386790a968a7ab9dd3ef774910bd4a7421cf 15-Dec-2011 Johnny Chen <johnny.chen@apple.com> Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory().


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146695 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_process.py
23038b6170dbe3aa25e2aab5719fa418fab17043 28-Nov-2011 Johnny Chen <johnny.chen@apple.com> SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
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().


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@145282 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_process.py
a70c157b98bc6e9c8d1853e54473c3bd5a349a77 04-Oct-2011 Johnny Chen <johnny.chen@apple.com> Add fuzz calls for various iterators, too.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141035 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_process.py
2287366b1427dcafd8b45e6c2de939d70eaebbd3 29-Jun-2011 Johnny Chen <johnny.chen@apple.com> Add fuzz calls for SBStringList and add obj.Clear() calls for some files.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@134040 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_process.py
b7a9d64b2558ed5b8c15ce37de47fc7dd33004e8 29-Jun-2011 Johnny Chen <johnny.chen@apple.com> Add fuzz calls for SBModule and SBProcess.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@134037 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/default-constructor/sb_process.py