Ryan Brown
5852c5a12f
Update Go OS Plugin for newer runtimes.
...
Differential Revision: http://reviews.llvm.org/D19273
llvm-svn: 267048
2016-04-21 20:57:28 +00:00
Eugene Zelenko
c33088f41e
Remove autoconf support from source directories.
...
Differential revision: http://reviews.llvm.org/D16662
llvm-svn: 259098
2016-01-28 22:05:24 +00:00
Zachary Turner
a505be4e5d
Fix some compiler warnings with MSVC 2015.
...
llvm-svn: 257671
2016-01-13 21:22:00 +00:00
Eugene Zelenko
45a4014a50
Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler and OperatingSystem; other minor fixes.
...
Second attempt which should work for MSVC.
llvm-svn: 251066
2015-10-22 21:24:37 +00:00
Eugene Zelenko
485ed3c64c
Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.
...
llvm-svn: 250937
2015-10-21 20:03:58 +00:00
Eugene Zelenko
ab7f6d04db
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
...
Differential Revision: http://reviews.llvm.org/D13951
llvm-svn: 250925
2015-10-21 18:46:17 +00:00
Ryan Brown
65d4d5c3c6
Add an OperatingSystem plugin to support goroutines
...
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
2015-09-16 21:20:44 +00:00