summaryrefslogtreecommitdiffstats
path: root/lldb/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Enable lldb-server on WindowsAaron Smith2019-08-131-1/+1
* Remove xcode-specific Config.hPavel Labath2019-08-081-2/+1
* [lldb][NFC] Fix typo in 368066Stefan Granitz2019-08-071-1/+1
* Detect HAVE_SYS_TYPES_H in lldbHaibo Huang2019-08-071-0/+1
* [lldb][CMake] Generating Xcode projectsStefan Granitz2019-08-061-0/+10
* [CMake] Move project() call to main CMake fileHaibo Huang2019-07-291-2/+0
* [CMake] Print the correct variablesJonas Devlieghere2019-07-261-1/+1
* [CMake] Fix find_python_libs_windowsJonas Devlieghere2019-07-261-0/+1
* [CMake] Print Python version on WindowsJonas Devlieghere2019-07-261-2/+2
* [CMake] Loosen Python version check and ignore patch versionJonas Devlieghere2019-07-261-10/+36
* [lldb][CMake] Fix framework-enabled build detail for XcodeStefan Granitz2019-07-251-1/+1
* build: allow the user to specify `llvm-tblgen`Saleem Abdulrasool2019-07-201-23/+27
* [CMake] Align debugserver with lldb-server on DarwinStefan Granitz2019-07-201-5/+5
* [CMake] Polish folders in generated Xcode projectStefan Granitz2019-07-182-1/+6
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-182-0/+25
* [NFC] Clarify a Cmake status message regarding Python on LLDBConfigAdrian McCarthy2019-07-171-1/+1
* [CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere2019-07-171-12/+0
* [CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere2019-07-171-11/+3
* [CMake] Avoid liblldb genex when figuring out the copy destination for framew...Stefan Granitz2019-07-171-1/+2
* [CMake] Move standalone check so we don't have to reconfigure LLDBJonas Devlieghere2019-07-171-99/+96
* Don't require python exe and lib versions to match while crosscompilingNathan Lanza2019-07-161-1/+2
* Fix LLDB Windows build Python version logic after r366243Reid Kleckner2019-07-161-0/+1
* [CMake] Fail when Python interpreter doesn't match Python libraries versionJonas Devlieghere2019-07-161-3/+6
* Make Python version setting actually effectiveJonas Devlieghere2019-07-131-1/+1
* [lldb] Let table gen create command option initializers.Raphael Isemann2019-07-121-1/+34
* Add Python 3.6 and 3.7 to the version listNico Weber2019-07-101-1/+1
* [CMake][NFC] Remove dead code lldb_append_link_flags() from AddLLDB.cmakeStefan Granitz2019-07-101-16/+0
* [CMake][NFC] Polish comments in AddLLDB.cmakeStefan Granitz2019-07-101-2/+6
* [CMake] `install-distribution` for LLDB on DarwinStefan Granitz2019-07-103-47/+102
* [CMake] Distribution builds for LLDB standaloneStefan Granitz2019-07-101-0/+1
* [CMake] Remove extra lldb-framework targetStefan Granitz2019-07-101-10/+6
* [CMake] Polish a commentStefan Granitz2019-07-091-1/+2
* [CMake] Remove old lldb_setup_framework_rpaths_in_tool()Stefan Granitz2019-07-091-39/+0
* Update cmake build setup so lldb doesn't link against the DebugSymbolsJason Molenda2019-07-021-1/+0
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-192-11/+11
* [CMake] Fix generated Xcode-project ignoring output directory setting for LLD...Stefan Granitz2019-06-131-0/+6
* [CMake] Add fallbacks for copying clang-resource-headers to LLDB.framework in...Stefan Granitz2019-06-131-3/+25
* NFC: Fix typo in a cmake messageAdrian McCarthy2019-06-071-1/+1
* [CMake] Add configuration dirs as potential locations for llvm-lit and llvm-t...Stefan Granitz2019-06-051-3/+16
* [CMake] LLDB.framework tools handlingStefan Granitz2019-05-293-16/+30
* build: only search for the needed python typeSaleem Abdulrasool2019-05-291-67/+23
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-283-2/+14
* [CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVERPavel Labath2019-05-141-2/+2
* [CMake] Reinstate LLDB_CAN_USE_LLDB_SERVERJonas Devlieghere2019-05-131-2/+4
* [CMake] Simplify lldb-server handlingJonas Devlieghere2019-05-131-6/+2
* [CMake] Fix subtle CMake bugAlex Langford2019-04-291-1/+1
* [CMake] Remove Apple-specific version logic.Frederic Riss2019-04-171-11/+0
* [tools] Make vscode and lldb-instr optional.Davide Italiano2019-04-161-0/+5
* [CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone buildsAlex Langford2019-04-051-3/+0
* [Cmake] Unify python variablesJonas Devlieghere2019-03-291-11/+13
OpenPOWER on IntegriCloud