aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-12-02[lldb/unittests/CMakeLists.txt] Remove extra compiler flag `-include gtest_co...Argyrios Kyrtzidis1-7/+0
2022-08-10lldb: Disable unittests if llvm_gtest target does not existTom Stellard1-14/+0
2022-03-04Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo1-1/+1
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo1-1/+1
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo1-1/+1
2021-03-22Re-land "[lldb] Make the API, Shell and Unit tests independent lit test suites"Jonas Devlieghere1-1/+2
2021-03-19Revert "[lldb] Make the API, Shell and Unit tests independent lit test suites"Jonas Devlieghere1-2/+1
2021-03-19[lldb] Make the API, Shell and Unit tests independent lit test suitesJonas Devlieghere1-1/+2
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+4
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-4/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+4
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-4/+0
2020-07-20Enable -Wsuggest-override in the LLVM buildLogan Smith1-0/+4
2020-06-12[lldb/Test] Fix unit test suffixes and add a CMake error.Jonas Devlieghere1-0/+4
2020-06-11[lldb] Check if thread was suspended during previous stop added.Ilya Bukonkin1-0/+1
2020-06-01Fix UB in EmulateInstructionARM64.cppAdrian Prantl1-0/+1
2020-05-22[lldb/Test] Disable APITests.exe on WindowsJonas Devlieghere1-1/+4
2020-04-08[commands] Support autorepeat in SBCommandsWalter Erquinigo1-0/+1
2019-12-10[FormatManager] Add a unittest for GetCandidateLanguages()Davide Italiano1-0/+1
2019-10-08[CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere1-0/+1
2019-07-20[CMake] Align debugserver with lldb-server on DarwinStefan Granitz1-1/+1
2019-07-18[CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz1-1/+1
2019-05-28[CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz1-1/+1
2019-01-18[CMake] Only test debugserver if platform can use debugserverAlex Langford1-1/+1
2019-01-17[CMake] Prevent lldbDebugserverCommon from building if you disable debugserve...Alex Langford1-1/+1
2018-09-07Add the Disassembler unit test dir.Jason Molenda1-0/+1
2018-05-09[cmake, unittests] Fix the CMake file for the LLDB unittests to support multi...Stella Stamenova1-2/+2
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-1/+1
2017-10-31Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath1-3/+1
2017-10-03cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist1-1/+2
2017-08-21[unittests] Build LLVMTestingSupport for out-of-source buildsMichal Gorny1-0/+6
2017-06-06New framework for lldb client-server communication tests.Pavel Labath1-1/+2
2017-06-02Remove vestigial CLANG_USED_LIBS.Arnaud A. de Grandmaison1-1/+1
2017-04-12Support Unit Testing debugserverChris Bieneman1-0/+4
2017-03-22Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner1-0/+1
2017-03-22Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath1-1/+0
2017-03-22Delete the remainder of platform specific code in FileSpec.Zachary Turner1-0/+1
2017-03-07Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov1-0/+1
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner1-0/+1
2017-02-08[CMake] Final dependency cleanup patch!Chris Bieneman1-1/+0
2017-02-02Fix windows build after r293821Pavel Labath1-1/+1
2017-02-01[CMake] Update unit tests with accurate dependenciesChris Bieneman1-2/+9
2017-01-31Open ELF core dumps with more than 64K sectionsPavel Labath1-0/+1
2016-12-05[CMake] Don't add gtest if it is already thereChris Bieneman1-1/+1
2016-11-02[cmake] Build gtest from LLVM when building standaloneMichal Gorny1-0/+8
2016-09-29Re-commit the changes from r282565 that I had to back out because of Jason Molenda1-0/+1
2016-09-28Reverting r282565.Jason Molenda1-1/+0
2016-09-28Refactor the x86 UnwindAssembly class into a separate class calledJason Molenda1-0/+1
2016-09-17Convert many functions to use StringRefs.Zachary Turner1-0/+2
2016-08-18Fix parsing of complicated C++ namesPavel Labath1-0/+1