Johnny Chen
94f928b83f
Modify test cases to accomodate Python API change:
...
o SBFrame.LookupVar -> FindVariable
o SBFrame.LookupVarInScope -> FindValue
llvm-svn: 121782
2010-12-14 18:59:15 +00:00
Johnny Chen
a47d7cb9b9
Add @python_api_test decorator to the remaining Test*.py files.
...
llvm-svn: 121448
2010-12-10 01:21:27 +00:00
Johnny Chen
025d1b8f95
For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string
...
as the args and the envs to the launched process.
o lldbtest.py:
Forgot to check in some assertion messages changes for lldbtest.py.
o dotest.py:
Also add "api" category to the default lldb log option list.
llvm-svn: 121220
2010-12-08 01:25:21 +00:00
Johnny Chen
a994070040
Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only.
...
llvm-svn: 120355
2010-11-29 23:58:04 +00:00
Johnny Chen
beae523a20
Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope).
...
Change SBFrame::LookupVarInScope() to also work with "global" scope in addition
to "local" and "parameter" scope.
llvm-svn: 119811
2010-11-19 18:07:14 +00:00
Johnny Chen
835a88cb15
Add Python API tests for file and class static variables, too.
...
llvm-svn: 119758
2010-11-18 23:33:43 +00:00
Johnny Chen
3df7f94fd0
Add a test for displaying file and class static variables.
...
llvm-svn: 119734
2010-11-18 20:35:54 +00:00