forked from OSchip/llvm-project
Summary:
A lot of our tests copied the setUp code from our TestSampleTest.py:
```
def setUp(self):
# Call super's setUp().
TestBase.setUp(self)
```
This code does nothing unless we actually do any setUp work in there, so let's remove all these method definitions.
Reviewers: labath, JDevlieghere
Reviewed By: labath
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D71454
|
||
|---|---|---|
| .. | ||
| backtrace_all | ||
| backtrace_limit | ||
| break_after_join | ||
| concurrent_events | ||
| crash_during_step | ||
| create_after_attach | ||
| create_during_step | ||
| exit_during_break | ||
| exit_during_step | ||
| jump | ||
| multi_break | ||
| num_threads | ||
| state | ||
| step_out | ||
| step_until | ||
| thread_exit | ||
| thread_specific_break | ||
| thread_specific_break_plus_condition | ||