teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events
Jonas Devlieghere cb4cda2d45 [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER
r366433 broke support for the system debugserver. Although the change
was well-intended, it (presumably) unintentionally removed the logic to
copy over the debugserver. As a result, even with
LLDB_USE_SYSTEM_DEBUGSERVER enabled, we ended up building, signing and
using the just-built debugserver.

This patch partially recovers the old behavior: when
LLDB_USE_SYSTEM_DEBUGSERVER is set we don't build debugserver and just
copy over the system one.

Differential revision: https://reviews.llvm.org/D67991

llvm-svn: 372786
2019-09-24 22:39:04 +00:00
..
main.cpp
Makefile [dotest] Avoid the need for LEVEL= makefile boilerplate 2019-09-04 07:46:25 +00:00
TestConcurrentBreakpointDelayBreakpointOneSignal.py
TestConcurrentBreakpointOneDelayBreakpointThreads.py
TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py
TestConcurrentCrashWithBreak.py
TestConcurrentCrashWithSignal.py
TestConcurrentCrashWithWatchpoint.py
TestConcurrentCrashWithWatchpointBreakpointSignal.py
TestConcurrentDelayedCrashWithBreakpointSignal.py
TestConcurrentDelayedCrashWithBreakpointWatchpoint.py
TestConcurrentDelaySignalBreak.py
TestConcurrentDelaySignalWatch.py
TestConcurrentDelayWatchBreak.py
TestConcurrentManyBreakpoints.py [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER 2019-09-24 22:39:04 +00:00
TestConcurrentManyCrash.py [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER 2019-09-24 22:39:04 +00:00
TestConcurrentManySignals.py [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER 2019-09-24 22:39:04 +00:00
TestConcurrentManyWatchpoints.py [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER 2019-09-24 22:39:04 +00:00
TestConcurrentNWatchNBreak.py
TestConcurrentSignalBreak.py
TestConcurrentSignalDelayBreak.py
TestConcurrentSignalDelayWatch.py
TestConcurrentSignalNWatchNBreak.py
TestConcurrentSignalWatch.py
TestConcurrentSignalWatchBreak.py
TestConcurrentTwoBreakpointsOneDelaySignal.py
TestConcurrentTwoBreakpointsOneSignal.py
TestConcurrentTwoBreakpointsOneWatchpoint.py
TestConcurrentTwoBreakpointThreads.py
TestConcurrentTwoWatchpointsOneBreakpoint.py
TestConcurrentTwoWatchpointsOneDelayBreakpoint.py
TestConcurrentTwoWatchpointsOneSignal.py
TestConcurrentTwoWatchpointThreads.py
TestConcurrentWatchBreak.py
TestConcurrentWatchBreakDelay.py
TestConcurrentWatchpointDelayWatchpointOneBreakpoint.py
TestConcurrentWatchpointWithDelayWatchpointThreads.py