Make gdb-client tests generate binaries in the build tree
authorPavel Labath <labath@google.com>
Mon, 19 Feb 2018 13:53:12 +0000 (13:53 +0000)
committerPavel Labath <labath@google.com>
Mon, 19 Feb 2018 13:53:12 +0000 (13:53 +0000)
commitd6f903f05c8eaa5ad4f290f016daf84e06349901
tree9d20e64df34b5287bcd417cd8e61ac38c59b5903
parentc302a581a05d1acfba8b64e777e7aeb8e377b399
Make gdb-client tests generate binaries in the build tree

These were missed in the great refactor because they were added
concurrently with it. Since we started running tests in a more parallel
fashion they started to be flaky. This should fix it.

Now that we are no longer polluting the source tree, I also delete the
bit of custom cleanup code specific to these tests.

llvm-svn: 325495
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py