- Aug 01, 2011
-
-
Johnny Chen authored
rdar://problem/9673664 llvm-svn: 136633
-
- Jul 29, 2011
-
-
- Jul 12, 2011
-
-
Johnny Chen authored
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
-
- Jul 11, 2011
-
-
Johnny Chen authored
Only the val (of SBValue type) argument is needed. llvm-svn: 134915
-
- Jun 28, 2011
-
-
Johnny Chen authored
remove @expectedFailure from TestObjCMethods.py's print_ivars_correctly() function (it has been passing for a while). llvm-svn: 134022
-
- Jun 16, 2011
-
-
Johnny Chen authored
in order to have its process cleaned up (terminated) upon tearDown is gone for good. Let's simplify a bunch of Python API test cases. llvm-svn: 133097
-
- May 24, 2011
-
-
Johnny Chen authored
those lldb objects which implement the IsValid() method, let's change the rest of the test suite to use the more compact truth value testing pattern (the Python way). llvm-svn: 131970
-
- May 19, 2011
-
-
Johnny Chen authored
llvm-svn: 131681
-
Johnny Chen authored
Add TestCallStdStringFunction.py which calls std::string member functions while stopped on a breakpoint. llvm-svn: 131680
-
- May 13, 2011
-
-
Sean Callanan authored
representing variables whose type must be inferred from the way they are used. Functions without debug information now return UnknownAnyTy and must be cast. Variables with no debug information are not yet using UnknownAnyTy; instead they are assumed to be void*. Support for variables of unknown type is coming (and, in fact, some relevant support functions are included in this commit) but will take a bit of extra effort. The testsuite has also been updated to reflect the new requirement that the result of printf be cast, i.e. expr (int) printf("Hello world!") llvm-svn: 131263
-
- May 11, 2011
-
-
Johnny Chen authored
llvm-svn: 131165
-
- May 10, 2011
-
-
Johnny Chen authored
compile unit, which has an external reference to symbols defined in foo.m, the type query: in this case, 'expression (NSArray*)array_token' continues to work. This test is to accompany http://llvm.org/viewvc/llvm-project?rev=131145&view=rev. llvm-svn: 131154
-
Johnny Chen authored
llvm-svn: 131111
-
- Apr 27, 2011
-
-
Johnny Chen authored
And modify the test cases accordingly. llvm-svn: 130314
-
- Apr 26, 2011
-
-
Johnny Chen authored
And modify the test cases accordingly. llvm-svn: 130174
-
- Feb 04, 2011
-
-
Johnny Chen authored
llvm-svn: 124828
-
- Jan 23, 2011
-
-
Greg Clayton authored
SWIG renaming done to work around deprecated APIs. llvm-svn: 124075
-
- Dec 14, 2010
-
-
Johnny Chen authored
does not result in a newly created persistent variable. The old one is returned, instead. llvm-svn: 121775
-
- Dec 10, 2010
-
-
Johnny Chen authored
llvm-svn: 121446
-
Johnny Chen authored
Example: @python_api_test def test_evaluate_expression_python(self): """Test SBFrame.EvaluateExpression() API for evaluating an expression.""" ... The opposite of Python APIs only test is an lldb command line test, which sends commands to the lldb command interpreter. Add a '-a' option to the test driver to skip Python API only tests. Modify TestExprs.py to mark a test as @python_api_test and remove an @expectedFailure decorator as the bug has been fixed. llvm-svn: 121442
-
- Dec 09, 2010
-
-
Johnny Chen authored
llvm-svn: 121421
-
- Dec 08, 2010
-
-
Johnny Chen authored
Launch the process with ['X', 'Y', 'Z'] as the args to make argc == 4 and verify that's the case, plus some other EvaluateExpression() calls. llvm-svn: 121218
-
Johnny Chen authored
the command given to lldb command interpreter more readable. llvm-svn: 121199
-
- Dec 07, 2010
-
-
Johnny Chen authored
the results against our golden ones. llvm-svn: 121185
-
Johnny Chen authored
# runCmd: command alias print_hi expression printf ("\n\tHi!") # output: self.runCmd('command alias print_hi expression printf ("\\n\\tHi!")') # This fails currently. self.runCmd('print_hi') and modify existing test sequences to escape the escape character '\ to prevent it from being interpreted by Python before passing on to the lldb command interpreter. llvm-svn: 121183
-
- Dec 06, 2010
-
-
Johnny Chen authored
o test_many_expr_commands() o test_expr_commands_can_handle_quotes() Mark test_expr_commands_can_handle_quotes() as @expectedFailure: # rdar://problem/8686536 # CommandInterpreter::HandleCommand is stripping \'s from input for WantsRawCommand commands llvm-svn: 121019
-
Greg Clayton authored
Add bug number for current expected failures. llvm-svn: 120976
-
Greg Clayton authored
more completely. Example expressions are in the comments. llvm-svn: 120975
-
- Nov 30, 2010
-
-
Johnny Chen authored
llvm-svn: 120479
-
Johnny Chen authored
rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199 llvm-svn: 120432
-
- Nov 09, 2010
-
-
Johnny Chen authored
llvm-svn: 118591
-
Johnny Chen authored
llvm-svn: 118590
-