hanchenye-llvm-project/lldb/test/python_api
Johnny Chen 1d3e880c2c Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path
is just wrong and resulted in the inferior's output getting mixed into the GDB remote communication's
log file.  Change all test cases to not pass os.ctermid() and either use SBTarget.LaunchSimple() or
SBTarget.Launch() and pass None as stdin_path/stdout_path/srderr_path to use a pseudo terminal.

rdar://problem/9716499 program output is getting mixed into the GDB remote communications

llvm-svn: 134940
2011-07-11 23:38:23 +00:00
..
default-constructor Add some comment. 2011-07-08 23:07:53 +00:00
event Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path 2011-07-11 23:38:23 +00:00
frame Rearranged the debug output to come before the assert for function name 'outer_inline'. 2011-07-08 01:01:45 +00:00
function_symbol The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
hello_world Move hello_world to now reside under python_api dir. 2011-06-26 20:59:36 +00:00
interpreter The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
lldbutil Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path 2011-07-11 23:38:23 +00:00
process Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path 2011-07-11 23:38:23 +00:00
symbol-context The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
target Update the test scenario for find_global_variables() to now start the inferior process 2011-07-11 19:15:11 +00:00
thread o lldbtest.py: 2011-06-23 22:11:20 +00:00