llvm-project/lldb/test/python_api/default-constructor
Johnny Chen 49cb85db64 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().

llvm-svn: 145282
2011-11-28 21:39:07 +00:00
..
TestDefaultConstructorForAPIObjects.py SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating 2011-10-14 00:42:25 +00:00
sb_address.py Added to the public API to allow symbolication: 2011-09-24 00:52:29 +00:00
sb_block.py Add fuzz calls for SBBlock. 2011-06-24 00:21:36 +00:00
sb_breakpoint.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_breakpointlocation.py Add fuzz call for SBBreakpointLocation.GetAddress(). 2011-10-07 23:54:04 +00:00
sb_broadcaster.py Add fuzz calls for SBStringList and add obj.Clear() calls for some files. 2011-06-28 23:29:14 +00:00
sb_communication.py Add fuzz calls for SBCommunication. 2011-06-24 23:16:27 +00:00
sb_compileunit.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_debugger.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_error.py Add fuzz calls for SBStringList and add obj.Clear() calls for some files. 2011-06-28 23:29:14 +00:00
sb_event.py The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. 2011-07-07 23:45:49 +00:00
sb_filespec.py Add fuzz calls for SBFileSpec. 2011-06-27 22:55:51 +00:00
sb_frame.py SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating 2011-10-14 00:42:25 +00:00
sb_function.py Add fuzz calls for SBFrame and SBFunction. 2011-06-27 23:53:55 +00:00
sb_inputreader.py Add fuzz calls for SBInputReader. 2011-06-28 00:12:06 +00:00
sb_instruction.py Add fuzz calls for SBLineEntry. 2011-06-28 20:46:03 +00:00
sb_instructionlist.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_lineentry.py Add fuzz calls for SBLineEntry. 2011-06-28 20:46:03 +00:00
sb_listener.py Add fuzz calls for SBListener. 2011-06-28 20:57:22 +00:00
sb_module.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_process.py SBProcess.PutSTDIN() needs to be properly typemapped when swigging, 2011-11-28 21:39:07 +00:00
sb_section.py Add fuzz call for sub-section iteration for SBSection. 2011-10-03 22:43:06 +00:00
sb_stringlist.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_symbol.py Add fuzz calls for SBSymbol and SBSymbolContext. 2011-06-28 23:38:38 +00:00
sb_symbolcontext.py Add fuzz calls for SBSymbol and SBSymbolContext. 2011-06-28 23:38:38 +00:00
sb_target.py Add a test case to exercise the newly added SB API: 2011-10-14 01:16:39 +00:00
sb_thread.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_type.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_value.py SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating 2011-10-14 00:42:25 +00:00
sb_valuelist.py Add fuzz calls for various iterators, too. 2011-10-03 22:02:59 +00:00
sb_watchpoint.py Add test cases for setting condition on a watchpoint for both command and API. 2011-10-17 22:17:47 +00:00