[lldb/Test] Fix unit test suffixes and add a CMake error.Lit will only look for unittest targets ending in `Tests`. Add an errorwhen the target doesn't have the `Tests` suffix.
Do not list adb devices when a device id is givenSummary:On Android, this method gets called twice: first when establishinga host-server connection, then when attaching to a process id.Each cal
Do not list adb devices when a device id is givenSummary:On Android, this method gets called twice: first when establishinga host-server connection, then when attaching to a process id.Each call takes several seconds to finish (especially slower on Windows)and eliminating the call for the typical case improves latency significantly.Reviewed By: labathDifferential Revision: https://reviews.llvm.org/D79586
show more ...