aboutsummaryrefslogtreecommitdiff
path: root/lldb/cmake
AgeCommit message (Expand)AuthorFilesLines
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny1-2/+3
2017-01-04[CMake] Fix install rules for tools included in the frameworkChris Bieneman1-1/+1
2016-12-21[CMake] Support distribution install for LLDB.frameworkChris Bieneman1-1/+11
2016-12-20[CMake] [PR31433] Fix LLDB tool installationChris Bieneman1-13/+13
2016-12-17Support of lldb on Kfreebsd Sylvestre Ledru2-4/+3
2016-12-15[CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2-8/+37
2016-12-15Fix build for mingw.Hafiz Abid Qadeer3-4/+4
2016-12-05Remove one more if(__ANDROID_NDK__) I missedPavel Labath1-9/+7
2016-12-05[CMake] Use add_llvm_tool_symlink's OUTPUT_DIR optionChris Bieneman1-1/+2
2016-12-02Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath1-2/+1
2016-12-01Remove another hack from the android toolchain filePavel Labath1-9/+0
2016-12-01Remove a hack from the Android toolchain filePavel Labath1-24/+0
2016-11-23Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy1-1/+0
2016-11-18[CMake] NFC. Updating CMake dependency specificationsChris Bieneman1-2/+4
2016-11-16Remove Windows-specific minidump pluginAdrian McCarthy1-2/+1
2016-11-10Fixing the Xcode build that I broke in r286479Chris Bieneman1-1/+1
2016-11-10Unify Darwin and Non-Darwin printing of version outputChris Bieneman1-0/+11
2016-10-18[cmake] Make dependencies of lldb libraries private, take 2Pavel Labath1-10/+11
2016-09-22[CMake] Fixing a small hack in add_lldb_libraryChris Bieneman1-1/+4
2016-09-21[CMake] Initial support for LLDB.frameworkChris Bieneman3-6/+31
2016-09-07Use llvm's demangler.Rafael Espindola1-0/+1
2016-09-01Minidump parsingDimitar Vlahovski1-0/+1
2016-08-26Add cmake option to choose whether to use the builtin demanglerPavel Labath1-0/+9
2016-08-19Revert "[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)"Vedant Kumar1-1/+4
2016-08-19[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)Vedant Kumar1-4/+1
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+1
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-1/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+1
2016-08-17Remove cmake legacy codePavel Labath2-13/+3
2016-08-03Fix the BUILD_SHARED_LIBS=ON build, was getting the following error while lin...Ismail Donmez1-0/+1
2016-08-02Support for OCaml native debuggingTamas Berghammer1-0/+1
2016-07-26Fix LLDBConfig.cmake to enable python enabled build for all 64 bit lldb targetsOmair Javaid1-6/+0
2016-07-15Fixes for standalone build:Eugene Zelenko1-0/+2
2016-06-29[LLDB][MIPS] Check if libatomic needs to be specified explicitlySagar Thakur1-0/+5
2016-05-26[cmake] Remove the LLDB versions of the exception-controlling variablesPavel Labath1-22/+0
2016-05-26[cmake] Add a big warning about a libstdc++ issuePavel Labath1-0/+24
2016-05-20Work around android-arm NDK bug exposed by rL269992Tamas Berghammer1-1/+11
2016-05-18Fix standalone LLDB build, when LLVM/Clang were built with LLVM_INSTALL_TOOLC...Eugene Zelenko1-1/+19
2016-05-12Add CMake bits necessary for standalone buildKamil Rytarowski1-49/+64
2016-05-06Fix standalone build on RHEL6.Eugene Zelenko1-0/+1
2016-05-01Fix NetBSD build with CMake 3.5.2Kamil Rytarowski1-1/+1
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+1
2016-03-23Follow-up for r264162 to fix the CMake build (update LLDBDependencies.cmake).Kuba Brecka1-0/+1
2016-03-22Unicode support on Win32.Zachary Turner1-0/+5
2016-03-02Add support for reading line tables from PDB files.Zachary Turner2-2/+3
2016-02-26Add a set of new plugins to handle Java debuggingTamas Berghammer1-0/+2
2016-02-04Fix the search path for CMake filesNiels Ole Salscheider1-4/+4
2016-01-27Fix linking with LLVM_LINK_LLVM_DYLIB=ONPavel Labath1-2/+2
2015-12-17Patch cmake to allow detection of python 2.7.9+Aidan Dodds1-2/+2
2015-12-10Switch to gold linker on android x86, x86_64, armTamas Berghammer1-0/+7