summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove Go debugger pluginJonas Devlieghere2018-11-051-1/+0
| | | | | | | | | | | | | | | | | | | In January Davide sent an e-mail to the mailing list to suggest removing unmaintained language plugins such as Go and Java. The plan was to have some cool down period to allow users to speak up, however after that the plugins were never actually removed. This patch removes the Go debugger plugin. The plugin can be added again in the future if it is mature enough both in terms of testing and maintenance commitment. Discussion on the mailing list: http://lists.llvm.org/pipermail/lldb-dev/2018-January/013171.html Differential revision: https://reviews.llvm.org/D54057 llvm-svn: 346157
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+1
| | | | | | | | | | The Go runtime schedules user level threads (goroutines) across real threads. This adds an OS plugin to create memory threads for goroutines. It supports the 1.4 and 1.5 go runtime. Differential Revision: http://reviews.llvm.org/D5871 llvm-svn: 247852
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-1/+1
| | | | llvm-svn: 191367
* Remove unused OperatingSystem plugin.Greg Clayton2013-05-031-3/+0
| | | | llvm-svn: 180993
* More CMake fixes for OS X.Filipe Cabecinhas2013-04-251-1/+3
| | | | llvm-svn: 180243
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+2
- generate-vers.pl has to be called by cmake to generate the version number - parallel builds not yet supported; dependency on clang must be explicitly specified Tested on Linux. - Building on Mac will require code-signing logic to be implemented. - Building on Windows will require OS-detection logic and some selective directory inclusion Thanks to Carlo Kok (who originally prepared these CMakefiles for Windows) and Ben Langmuir who ported them to Linux! llvm-svn: 175795
OpenPOWER on IntegriCloud