aboutsummaryrefslogtreecommitdiff
path: root/lldb/cmake/LLDBDependencies.cmake
AgeCommit message (Expand)AuthorFilesLines
2016-06-29[LLDB][MIPS] Check if libatomic needs to be specified explicitlySagar Thakur1-0/+5
2016-05-06Fix standalone build on RHEL6.Eugene Zelenko1-0/+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-02Add support for reading line tables from PDB files.Zachary Turner1-1/+2
2016-02-26Add a set of new plugins to handle Java debuggingTamas Berghammer1-0/+2
2015-11-15Use library discovery for curses and panelBruce Mitchener1-1/+1
2015-11-07Add more NetBSD platform glue for lldbBruce Mitchener1-0/+8
2015-11-05Add go data formatters.Ryan Brown1-0/+1
2015-11-02Create an expression parser for Go.Ryan Brown1-0/+1
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy1-0/+1
2015-10-15Fix warnings in LLDBWrapPython.cpp with gcc 4.9.Hafiz Abid Qadeer1-1/+1
2015-10-09Fix handling of LLDB_VERS_GENERATED_FILE.Bruce Mitchener1-7/+0
2015-10-08[cmake] Fix cmake build on OSX after r249434.Dawn Perchik1-0/+7
2015-10-06Create GoLanguageRuntime.Ryan Brown1-0/+1
2015-10-06Fix Darwin build of lldb-server.Stephane Sezer1-7/+0
2015-09-18Link NetBSD with execinfo (CMAKE build)Stephane Sezer1-2/+2
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-0/+1
2015-09-16add a dependency on terminfo library if llvm uses itZachary Turner1-0/+3
2015-09-11Clean up building & linking of Process/elf-core.Bruce Mitchener1-2/+0
2015-09-10Build Plugin/JITLoader/GDB on all platforms.Bruce Mitchener1-3/+0
2015-09-03Fix cmake build.Bruce Mitchener1-0/+1
2015-09-01Add support for language plugins to provide data formatters (second attempt)Enrico Granata1-0/+4
2015-09-01Revert "Add support for language plugins to provide data formatters"Pavel Labath1-4/+0
2015-09-01Attempt at fixing the CMake buildEnrico Granata1-0/+4
2015-08-03Create a Windows mini-dump target Differential Revision: http://reviews.llv...Adrian McCarthy1-1/+1
2015-07-16Re-landing r242318 after buildbot update.Chaoren Lin1-1/+6
2015-07-16Revert "Default to linking lldb-server statically for Android."Tamas Berghammer1-6/+1
2015-07-15Default to linking lldb-server statically for Android.Chaoren Lin1-1/+6
2015-07-08Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer1-0/+1
2015-06-25Submitting patch from Abhishek for:Greg Clayton1-0/+1
2015-06-19[LLDB][MIPS] ABI Plugin for MIPS64Bhushan D. Attarde1-0/+1
2015-06-18[LLDB][MIPS] ABI Plugin for MIPS32Bhushan D. Attarde1-0/+1
2015-06-04[lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins1-0/+1
2015-05-15Assembly profiler for mips32Bhushan D. Attarde1-0/+1
2015-04-29This patch adds support aarch64-linux-gnu (SysV) abi in lldb.Omair Javaid1-0/+1
2015-04-29This patch adds required piece of code for SysV Abi for arm. Omair Javaid1-0/+1
2015-04-09Initial language runtime support for RenderScript. Colin Riley1-0/+1
2015-04-02Fix warnings generated by clang-cl.Zachary Turner1-0/+3
2015-03-19Move LLDB initialization/shutdown to Initialization.Zachary Turner1-0/+1
2015-03-18Fix linking of unit tests via CMake on Windows.Zachary Turner1-0/+1
2015-03-18Initial Assembly profiler for mips64Bhushan D. Attarde1-0/+1
2015-03-05Remove libedit and libncurses from LLDB_SYSTEM_LIBS if they're disabled.Chaoren Lin1-1/+6
2015-03-02Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack1-3/+3
2015-02-24Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner1-8/+0
2015-02-24Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner1-0/+8
2015-02-24[CMake] Change lldbAPI to be a CMake OBJECT library.Zachary Turner1-8/+0
2015-02-12Create new platform: remote-androidTamas Berghammer1-0/+1
2015-02-11Make PipeWindows::CreateWithUniqueName() use GUIDs on Windows.Zachary Turner1-0/+1
2015-01-14Fixes compilation/run error with BUILD_SHARED_LIBS=TRUEVince Harron1-3/+3