summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2019-01-18 00:05:25 +0000
committerAlex Langford <apl@fb.com>2019-01-18 00:05:25 +0000
commit9299d589ec5e345889f05b0a561f2b895b7fd0d8 (patch)
tree79465e2806ae1af5f91cce56fe4a97d320089018 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent8ba58fa8e2416b9ce766e9dfe3d59cca3cda2b95 (diff)
downloadbcm5719-llvm-9299d589ec5e345889f05b0a561f2b895b7fd0d8.tar.gz
bcm5719-llvm-9299d589ec5e345889f05b0a561f2b895b7fd0d8.zip
[CMake] Only test debugserver if platform can use debugserver
In commit svn r351496 I changed this condition from `if(LLDB_CAN_USE_DEBUGSERVER)` to `if(NOT SKIP_TEST_DEBUGSERVER)`. This causes debugserver tests to run on windows, which shouldn't happen. SKIP_TEST_DEBUGSERVER is set either by the user (it shouldn't be set on windows builds) or in the debugserver CMake logic (which doesn't get included when building on windows). Therefore, I changed the condition to be `if(LLDB_CAN_USE_DEBUGSERVER AND NOT SKIP_TEST_DEBUGSERVER)`. llvm-svn: 351498
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud