Johnny Chen
5a0bee7c5f
The extra burden for the Python API test case to assign its process object to self.process
...
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
2011-06-15 22:14:12 +00:00
Johnny Chen
4ebd019b97
Now that we have added a post-processing step for adding truth value testing to
...
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
2011-05-24 18:22:45 +00:00
Jim Ingham
2837b766f5
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay).
...
Change the boolean "use_dynamic" over to a tri-state, no-dynamic, dynamic-w/o running target,
and dynamic with running target.
llvm-svn: 130832
2011-05-04 03:43:18 +00:00
Jim Ingham
61be0903e5
Adding support for fetching the Dynamic Value for ObjC Objects.
...
llvm-svn: 130701
2011-05-02 18:13:59 +00:00