aboutsummaryrefslogtreecommitdiff
path: root/lldb/cmake
AgeCommit message (Expand)AuthorFilesLines
2024-03-14[LLDB] Add lldb-python-scripts to the things installed on Linux. (#85080)Alastair Houghton1-0/+1
2024-03-07[lldb][test] Enforce `pexpect` system availability by default (#84270)Jordan Rupprecht1-1/+1
2024-02-29[lldb] Don't cache lldb_find_python_module resultJonas Devlieghere1-3/+3
2024-02-28[lldb][test][NFC] Add option to exclude third_party packages (#83191)Jordan Rupprecht1-0/+2
2024-01-18[lldb] Silence warning with latest MSVCAlexandre Ganea1-0/+1
2023-11-02[lldb][windows] Allow exporting plugin symbols in LLDB_EXPORT_ALL_SYMBOLS (#7...River Riddle1-0/+5
2023-10-05[LLDB] Allow specifying a custom exports file (#68013)Walter Erquinigo1-1/+4
2023-09-29[lldb] Add windows support for LLDB_EXPORT_ALL_SYMBOLS (#67628)River Riddle1-8/+2
2023-08-04[lldb] Bump SWIG minimum version to 4Jonas Devlieghere3-3/+3
2023-08-04[LLDB][CMake][NFC] Remove unused LLDB_LINKER_SUPPORTS_GROUPS variableJ. Ryan Stinnett1-6/+0
2023-07-25[lldb] Increase the default timeouts when running under ASanJonas Devlieghere1-0/+5
2023-07-25[lldb][NFCI] Change logic to find clang resource dir in standalone buildsAlex Langford2-24/+13
2023-05-20[lldb][cmake] Allow specifying custom libcxx for tests in standalone buildsMichael Buch1-0/+3
2023-05-17[lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtimeStefan Gränitz1-0/+41
2023-04-03[LLDB] Ensure LLDB symbols are exported in LLDB_EXPORT_ALL_SYMBOLS is provided.walter erquinigo1-0/+7
2023-03-21[lldb][CMake] Enforce not linking against plugin libs in core libsAlex Langford1-1/+11
2023-03-21[lldb][CMake] Enforce not letting lldbUtility link against any other lldb libsAlex Langford1-1/+11
2023-03-20[lldb] Introduce CMake variable LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSAlex Langford2-0/+21
2023-02-16[lldb] Replace SB swig interfaces with API headersAlex Langford1-2/+13
2023-01-31[lldb] Use ${CMAKE_COMMAND} -E remove instead of remove_directoryJonas Devlieghere1-3/+1
2023-01-24[lldb] Remove legacy six module for py2->py3Jordan Rupprecht1-1/+0
2023-01-10[lldb] Remove tools copied into LLDB.framework before installJonas Devlieghere2-0/+24
2022-11-30[lldb] Use LLDB_ENABLE_SWIG as the canonical CMake variableJonas Devlieghere2-7/+5
2022-11-29[lldb] Make SWIG an auto-detected dependencyJonas Devlieghere3-7/+7
2022-11-18[lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone buildsAlex Langford1-1/+0
2022-11-16Only use major version in the clang resource directory for standalone builds.Jim Ingham1-1/+1
2022-11-12[lldb] [cmake] Fix another typo in third-party/unittest pathMichał Górny1-1/+1
2022-11-11[lldb] [cmake] Fix typo in unittest directory pathMichał Górny1-1/+1
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard1-2/+2
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-10-28Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-6/+0
2022-10-27Revert "Harmonize cmake_policy() across standalone builds of all projects"Michał Górny1-0/+6
2022-10-27Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-6/+0
2022-10-24[lldb] Include gtest in standalone build only if LLDB_INCLUDE_TESTSMichał Górny1-10/+12
2022-10-24[lldb] Add LLVM include dirs prior to gtest target in standalone buildMichał Górny1-6/+6
2022-10-06[lldb] Fix hard-coded argument to set_target_propertiesJonas Devlieghere1-1/+1
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson1-1/+1
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-20[clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macroJohn Ericson1-0/+2
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson4-7/+5
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson4-5/+7
2022-08-10lldb: Disable unittests if llvm_gtest target does not existTom Stellard1-0/+12
2022-05-24[lldb] Disable modules in Apple-lldb-baseJonas Devlieghere1-1/+0
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel2-64/+10
2022-04-07[lldb] [CMake] Disable GCC's -Wstringop-truncation warning. NFC.Martin Storsjö1-0/+3
2022-04-06[lldb] Fix detecting warning options for GCCMartin Storsjö1-10/+15
2022-02-18[lldb] Add support for a "global" lldbinit filePavel Labath1-0/+4
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-2/+0