Lines Matching refs:LLDB
26 …CACHE STRING "Specify the architecture to run LLDB tests as (x86|x64). Determines whether tests a…
34 # build directory. LLDB queries Spotlight to locate .dSYM bundles
58 …ER "${LLDB_DEFAULT_TEST_COMPILER}" CACHE PATH "C Compiler to use for building LLDB test inferiors")
64 message(FATAL_ERROR "LLDB test compiler not specified. Tests will not run.")
98 set(LLDB_FRAMEWORK_DIR ${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}/LLDB.framework)
112 COMMENT "Copying the system debugserver to LLDB's binaries directory for testing.")
113 message(STATUS "LLDB tests use out-of-tree debugserver: ${system_debugserver_path}")
118 message(STATUS "LLDB Tests use just-built debugserver: ${debugserver_path}")
123 message(STATUS "LLDB Tests use just-built lldb-server: ${lldb_server_path}")
127 message(WARNING "LLDB Tests enabled, but no server available")
150 # LLDB uses single-config; LLVM multi-config; pick one and prefer Release types.