Up until now, we have been using pexpect to spawn an lldb process and use lldb commands to
bring the debugger to the desired state.

This patch makes BenchBase inherit from TestBase, instead of Base (which is a parent class of
TestBase).  This is so that we can also enjoy the Pythonic way of bringing the lldb debugger
to a desired state before running the benchmark and collect statistics.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@142562 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed